exemples/svghmi_jumps/svghmi_0@svghmi/svghmi.svg
author Edouard Tisserant
Wed, 23 Nov 2022 11:27:55 +0100
changeset 3685 570a738239f4
parent 3604 be87303d5b2d
permissions -rw-r--r--
SVGHMI: Add arbitrary variable assignment when entering Pages

Usage similar to Assign widget.
Required instanciating PageWidgets for each page, so that assigned variables can be subsribed.
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" />
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    28
        <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"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    43
     inkscape:window-width="1850"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    44
     inkscape:window-height="1036"
3601
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"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    47
     inkscape:zoom="0.46354778"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    48
     inkscape:cx="-544.27948"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    49
     inkscape:cy="655.56978"
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"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    53
     inkscape:current-layer="g2496"
3601
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%"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    70
     inkscape:label="HMI:Page:RelativePage:p=6@p=page_number@/FB_ZERO" />
3601
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%"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    80
     inkscape:label="HMI:Page:Relative:p=5@p=page_number" />
3601
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%"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    89
     inkscape:label="HMI:Page:Conditional:p=4@p=page_number"
3601
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
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
    92
     inkscape:label="HMI:Page:Unconditional:p=3@p=page_number"
3601
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
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   102
     inkscape:label="HMI:Page:AbsolutePage:p=2@p=page_number"
3601
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%"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   119
     inkscape:label="HMI:Page:Home:p=1@p=page_number"
3601
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>
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   624
    <text
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   625
       inkscape:label="HMI:Display@page_number"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   626
       xml:space="preserve"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   627
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.03883362px;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"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   628
       x="-75.162941"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   629
       y="702.24023"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   630
       id="text296"><tspan
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   631
         sodipodi:role="line"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   632
         id="tspan294"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   633
         x="-75.162941"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   634
         y="702.24023"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
   635
         style="stroke-width:1px">0</tspan></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   636
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   637
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   638
     id="g2585"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   639
     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
   640
     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
   641
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   642
       id="g2763"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   643
       inkscape:label="=1">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   644
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   645
         rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   646
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   647
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   648
         x="3489.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   649
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   650
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   651
         id="rect114-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   652
         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
   653
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   654
         id="text118-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   655
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   656
         x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   657
         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
   658
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   659
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   660
           x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   661
           id="tspan116-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   662
           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
   663
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   664
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   665
       id="g2758"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   666
       inkscape:label="=2">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   667
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   668
         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
   669
         id="rect2531"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   670
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   671
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   672
         x="3589.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   673
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   674
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   675
         rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   676
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   677
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   678
         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
   679
         x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   680
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   681
         id="text2557"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   682
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   683
           id="tspan2555"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   684
           x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   685
           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
   686
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   687
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   688
       id="g2753"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   689
       inkscape:label="=3">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   690
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   691
         rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   692
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   693
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   694
         x="3689.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   695
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   696
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   697
         id="rect2533"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   698
         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
   699
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   700
         id="text2561"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   701
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   702
         x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   703
         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
   704
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   705
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   706
           x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   707
           id="tspan2559"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   708
           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
   709
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   710
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   711
       id="g2748"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   712
       inkscape:label="=4">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   713
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   714
         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
   715
         id="rect2535"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   716
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   717
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   718
         x="3789.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   719
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   720
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   721
         rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   722
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   723
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   724
         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
   725
         x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   726
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   727
         id="text2565"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   728
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   729
           id="tspan2563"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   730
           x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   731
           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
   732
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   733
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   734
       id="text2569"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   735
       y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   736
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   737
       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
   738
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   739
       inkscape:label="value"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   740
         y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   741
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   742
         id="tspan2567"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   743
         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
   744
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   745
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   746
       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
   747
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   748
       y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   749
       id="text2820"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   750
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   751
         id="tspan2818"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   752
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   753
         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
   754
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   755
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   756
     id="g2590"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   757
     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
   758
     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
   759
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   760
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   761
       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
   762
       x="3726.6924"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   763
       y="-108.39357"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   764
       id="text2743"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   765
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   766
         id="tspan2741"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   767
         x="3726.6924"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   768
         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
   769
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   770
         x="3726.6924"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   771
         y="-85.060234"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   772
         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
   773
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   774
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   775
     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
   776
     id="g2775"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   777
     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
   778
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   779
       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
   780
       id="rect2767"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   781
       width="320.99121"
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
       x="518.36066"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   784
       y="318.00534"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   785
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   786
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   787
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   788
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   789
       inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   790
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   791
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   792
       y="318.00534"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   793
       x="518.36066"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   794
       height="125.00497"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   795
       width="320.99121"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   796
       id="rect2781"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   797
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#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
   798
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   799
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   800
       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
   801
       x="677.57697"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   802
       y="365.98633"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   803
       id="text2773"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   804
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   805
         x="677.57697"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   806
         y="365.98633"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   807
         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
   808
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   809
         x="677.57697"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   810
         y="415.98633"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   811
         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
   812
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   813
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   814
     id="text2569-5"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   815
     y="181.74046"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   816
     x="3175.9531"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   817
     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
   818
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   819
     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
   820
       y="181.74046"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   821
       x="3175.9531"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   822
       id="tspan2567-9"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   823
       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
   824
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   825
     id="text151"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   826
     y="853.55939"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   827
     x="1979.7461"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   828
     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
   829
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   830
       y="853.55939"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   831
       x="1979.7461"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   832
       id="tspan149"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   833
       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
   834
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   835
     id="g120-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   836
     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
   837
     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
   838
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   839
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   840
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   841
       y="337.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   842
       x="660.90063"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   843
       height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   844
       width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   845
       id="rect1861"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   846
       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
   847
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   848
       id="text1865"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   849
       y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   850
       x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   851
       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
   852
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   853
         y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   854
         x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   855
         id="tspan1863"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   856
         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
   857
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   858
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   859
     id="g2865"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   860
     inkscape:label="HMI:Display@page_node"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   861
     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
   862
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   863
       inkscape:label="format"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   864
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   865
       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
   866
       x="-492.78372"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   867
       y="50.136646"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   868
       id="text196"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   869
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   870
         id="tspan194"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   871
         x="-492.78372"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   872
         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
   873
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   874
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   875
     id="g2585-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   876
     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
   877
     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
   878
     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
   879
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   880
       id="g2763-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   881
       inkscape:label="=1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   882
       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
   883
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   884
         rx="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   885
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   886
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   887
         x="3489.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   888
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   889
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   890
         id="rect114-6-7"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   891
         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
   892
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   893
         id="text118-3-0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   894
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   895
         x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   896
         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
   897
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   898
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   899
           x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   900
           id="tspan116-1-9"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   901
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   902
           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
   903
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   904
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   905
       id="g2758-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   906
       inkscape:label="=2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   907
       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
   908
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   909
         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
   910
         id="rect2531-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   911
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   912
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   913
         x="3589.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   914
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   915
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   916
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   917
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   918
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   919
         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
   920
         x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   921
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   922
         id="text2557-0"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   923
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   924
           id="tspan2555-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   925
           x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   926
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   927
           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
   928
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   929
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   930
       id="g2753-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   931
       inkscape:label="=3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   932
       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
   933
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   934
         rx="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   935
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   936
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   937
         x="3689.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   938
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   939
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   940
         id="rect2533-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   941
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#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
   942
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   943
         id="text2561-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   944
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   945
         x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   946
         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
   947
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   948
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   949
           x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   950
           id="tspan2559-8"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   951
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   952
           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
   953
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   954
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   955
       id="g2748-7"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   956
       inkscape:label="=4"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   957
       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
   958
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   959
         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
   960
         id="rect2535-9"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   961
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   962
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   963
         x="3789.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   964
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   965
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   966
         rx="30.536263" />
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
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   969
         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
   970
         x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   971
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   972
         id="text2565-2"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   973
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   974
           id="tspan2563-0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   975
           x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   976
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   977
           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
   978
    </g>
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
       id="text2569-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   981
       y="56.031158"
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
       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
   984
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   985
       inkscape:label="value"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   986
         y="56.031158"
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
         id="tspan2567-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   989
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   990
         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
   991
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   992
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   993
       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
   994
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   995
       y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   996
       id="text2820-7"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   997
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   998
         id="tspan2818-5"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   999
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1000
         y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1001
         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
  1002
  </g>
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
     id="text307"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1005
     y="1757.4279"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1006
     x="525.4079"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1007
     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
  1008
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1009
     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
  1010
       style="stroke-width:1px"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1011
       y="1757.4279"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1012
       x="525.4079"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1013
       id="tspan305"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1014
       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
  1015
  <text
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: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
  1018
     x="533.80023"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1019
     y="1809.3259"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1020
     id="text311"><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="tspan309"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1024
       x="533.80023"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1025
       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
  1026
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1027
     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
  1028
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1029
     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
  1030
     x="525.4079"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1031
     y="1967.2367"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1032
     id="text375"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1033
       style="stroke-width:1px"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1034
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1035
       id="tspan373"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1036
       x="525.4079"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1037
       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
  1038
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1039
     id="text379"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1040
     y="2019.1349"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1041
     x="533.80023"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1042
     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
  1043
     xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1044
       style="stroke-width:1px"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1045
       y="2019.1349"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1046
       x="533.80023"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1047
       id="tspan377"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1048
       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
  1049
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1050
     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
  1051
     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
  1052
     id="g355"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1053
     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
  1054
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1055
       inkscape:label="-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1056
       id="g321"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1057
       transform="translate(-46)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1058
       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
  1059
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1060
         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
  1061
         id="rect315"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1062
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1063
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1064
         x="3489.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1065
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1066
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1067
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1068
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1069
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1070
         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
  1071
         x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1072
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1073
         id="text319"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1074
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1075
           id="tspan317"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1076
           x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1077
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1078
           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
  1079
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1080
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1081
       inkscape:label="-0.1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1082
       id="g329"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1083
       transform="translate(-46)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1084
       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
  1085
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1086
         rx="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1087
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1088
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1089
         x="3589.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1090
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1091
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1092
         id="rect323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1093
         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
  1094
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1095
         id="text327"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1096
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1097
         x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1098
         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
  1099
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1100
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1101
           x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1102
           id="tspan325"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1103
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1104
           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
  1105
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1106
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1107
       inkscape:label="=3.14"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1108
       id="g337"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1109
       transform="translate(-46)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1110
       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
  1111
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1112
         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
  1113
         id="rect331"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1114
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1115
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1116
         x="3689.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1117
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1118
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1119
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1120
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1121
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1122
         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
  1123
         x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1124
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1125
         id="text335"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1126
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1127
           id="tspan333"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1128
           x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1129
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1130
           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
  1131
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1132
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1133
       inkscape:label="+0.1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1134
       id="g345"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1135
       transform="translate(-46)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1136
       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
  1137
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1138
         rx="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1139
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1140
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1141
         x="3789.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1142
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1143
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1144
         id="rect339"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1145
         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
  1146
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1147
         id="text343"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1148
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1149
         x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1150
         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
  1151
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1152
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1153
           x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1154
           id="tspan341"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1155
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1156
           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
  1157
    </g>
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
       inkscape:label="value"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1160
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1161
       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
  1162
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1163
       y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1164
       id="text349"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1165
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1166
         id="tspan347"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1167
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1168
         y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1169
         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
  1170
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1171
       id="text353"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1172
       y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1173
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1174
       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
  1175
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1176
         y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1177
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1178
         id="tspan351"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1179
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1180
         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
  1181
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1182
       id="g395"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1183
       inkscape:label="+1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1184
       transform="translate(54)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1185
       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
  1186
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1187
         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
  1188
         id="rect389"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1189
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1190
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1191
         x="3789.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1192
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1193
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1194
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1195
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1196
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1197
         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
  1198
         x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1199
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1200
         id="text393"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1201
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1202
           id="tspan391"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1203
           x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1204
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1205
           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
  1206
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1207
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1208
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1209
     id="g1708"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1210
     inkscape:label="HMI:ForEach:MYNODE@/"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1211
     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
  1212
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1213
       id="g1711"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1214
       inkscape:label="MYNODE:+1"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1215
       transform="matrix(1.3729714,0,0,1.3729714,-359.47134,-800.64485)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1216
       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
  1217
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1218
         rx="15.554536"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1219
         ry="15.554536"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1220
         y="2117.0894"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1221
         x="1053.1199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1222
         height="59.152672"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1223
         width="67.615692"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1224
         id="rect389-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1225
         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
  1226
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1227
         id="text393-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1228
         y="2156.8623"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1229
         x="1086.6819"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1230
         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
  1231
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1232
           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
  1233
           y="2156.8623"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1234
           x="1086.6819"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1235
           id="tspan391-8"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1236
           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
  1237
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1238
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1239
       inkscape:label="MYNODE:3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1240
       id="g1837"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1241
       transform="translate(620.54487,-11.353461)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1242
      <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1243
         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
  1244
         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
  1245
         id="g1835">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1246
        <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1247
           id="g2922"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1248
           inkscape:label="disabled">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1249
          <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1250
             x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1251
             y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1252
             xlink:href="#rect1807"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1253
             id="use1825"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1254
             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
  1255
             width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1256
             height="100%" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1257
          <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1258
             id="text1833-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1259
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1260
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1261
             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
  1262
             xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1263
             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
  1264
               id="tspan1831-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1265
               y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1266
               x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1267
               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
  1268
        </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1269
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1270
           x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1271
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1272
           xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1273
           id="use1827"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1274
           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
  1275
           width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1276
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1277
           inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1278
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1279
           x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1280
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1281
           xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1282
           id="use1829"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1283
           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
  1284
           width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1285
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1286
           inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1287
        <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1288
           id="text1833"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1289
           y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1290
           x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1291
           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
  1292
           xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1293
           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
  1294
             id="tspan1831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1295
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1296
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1297
             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
  1298
      </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1299
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1300
    <g
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1301
       transform="translate(312.39295,-11.353461)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1302
       id="g1823"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1303
       inkscape:label="MYNODE:2">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1304
      <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1305
         id="g1821"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1306
         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
  1307
         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
  1308
        <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1309
           id="g2893"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1310
           inkscape:label="disabled">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1311
          <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1312
             height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1313
             width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1314
             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
  1315
             id="use1811"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1316
             xlink:href="#rect1807"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1317
             y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1318
             x="0" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1319
          <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1320
             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
  1321
             xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1322
             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
  1323
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1324
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1325
             id="text1819-5"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1326
               sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1327
               x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1328
               y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1329
               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
  1330
        </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1331
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1332
           inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1333
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1334
           width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1335
           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
  1336
           id="use1813"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1337
           xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1338
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1339
           x="0" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1340
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1341
           inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1342
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1343
           width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1344
           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
  1345
           id="use1815"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1346
           xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1347
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1348
           x="0" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1349
        <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1350
           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
  1351
           xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1352
           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
  1353
           x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1354
           y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1355
           id="text1819"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1356
             sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1357
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1358
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1359
             id="tspan1817">?</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1360
      </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1361
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1362
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1363
       inkscape:label="MYNODE:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1364
       id="g1717"
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1365
       transform="translate(4.2410198,-11.353461)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1366
      <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1367
         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
  1368
         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
  1369
         id="g2455-9">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1370
        <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1371
           id="g2890"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1372
           inkscape:label="disabled">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1373
          <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1374
             x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1375
             y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1376
             xlink:href="#rect1807"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1377
             id="use1809"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1378
             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
  1379
             width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1380
             height="100%" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1381
          <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1382
             id="text2885"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1383
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1384
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1385
             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
  1386
             xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1387
             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
  1388
               id="tspan2883"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1389
               y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1390
               x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1391
               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
  1392
        </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1393
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1394
           x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1395
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1396
           xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1397
           id="use2435-7"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1398
           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
  1399
           width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1400
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1401
           inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1402
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1403
           x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1404
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1405
           xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1406
           id="use2437-3"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1407
           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
  1408
           width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1409
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1410
           inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1411
        <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1412
           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
  1413
           y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1414
           x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1415
           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
  1416
           xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1417
           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
  1418
             id="tspan66-3-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1419
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1420
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1421
             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
  1422
      </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1423
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1424
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1425
       id="g1719"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1426
       inkscape:label="MYNODE:-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1427
       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
  1428
       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
  1429
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1430
         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
  1431
         id="rect1757"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1432
         width="67.615692"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1433
         height="59.152672"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1434
         x="1053.1199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1435
         y="2117.0894"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1436
         ry="15.554536"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1437
         rx="15.554536" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1438
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1439
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1440
         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
  1441
         x="1086.6819"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1442
         y="2156.8623"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1443
         id="text1761"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1444
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1445
           id="tspan1759"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1446
           x="1086.6819"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1447
           y="2156.8623"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1448
           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
  1449
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1450
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1451
  <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1452
     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
  1453
     id="rect1807"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1454
     width="280"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1455
     height="81.859505"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1456
     x="-1705.9194"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1457
     y="17.83654"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1458
     ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1459
     rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1460
     inkscape:label="disabled_template" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1461
  <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1462
     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
  1463
     id="rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1464
     width="280"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1465
     height="81.859505"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1466
     x="-1705.9194"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1467
     y="17.83654"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1468
     ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1469
     rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1470
     inkscape:label="inactive_template" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1471
  <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1472
     inkscape:label="active_template"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1473
     rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1474
     ry="21.355932"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1475
     y="17.83654"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1476
     x="-1705.9194"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1477
     height="81.859505"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1478
     width="280"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1479
     id="rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1480
     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
  1481
  <text
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:Relative"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1483
     id="text1859"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1484
     y="393.55933"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1485
     x="639.88281"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1486
     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
  1487
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1488
       y="393.55933"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1489
       x="639.88281"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1490
       id="tspan1857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1491
       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
  1492
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1493
     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
  1494
     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
  1495
     id="g1886">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1496
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1497
       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
  1498
       id="rect1880"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1499
       width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1500
       height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1501
       x="660.90063"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1502
       y="337.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1503
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1504
       rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1505
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1506
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1507
       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
  1508
       x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1509
       y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1510
       id="text1884"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1511
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1512
         id="tspan1882"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1513
         x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1514
         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
  1515
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1516
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1517
     id="g1894"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1518
     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
  1519
     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
  1520
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1521
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1522
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1523
       y="337.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1524
       x="660.90063"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1525
       height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1526
       width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1527
       id="rect1888"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1528
       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
  1529
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1530
       id="text1892"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1531
       y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1532
       x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1533
       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
  1534
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1535
         y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1536
         x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1537
         id="tspan1890"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1538
         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
  1539
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1540
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1541
     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
  1542
     id="g857-3-2"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1543
     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
  1544
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1545
       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
  1546
       id="rect851-6-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1547
       width="86.838715"
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
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1550
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1551
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1552
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1553
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1554
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1555
       inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1556
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1557
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1558
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1559
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1560
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1561
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1562
       id="rect2733"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1563
       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
  1564
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1565
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1566
       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
  1567
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1568
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1569
       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
  1570
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1571
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1572
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1573
         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
  1574
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1575
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1576
     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
  1577
     id="g2746"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1578
     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
  1579
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1580
       inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1581
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1582
       ry="21.355932"
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
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1585
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1586
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1587
       id="rect2737"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1588
       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
  1589
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1590
       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
  1591
       id="rect2739"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1592
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1593
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1594
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1595
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1596
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1597
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1598
       inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1599
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1600
       id="text2744"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1601
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1602
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1603
       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
  1604
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1605
         id="tspan2742"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1606
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1607
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1608
         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
  1609
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1610
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1611
     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
  1612
     id="g2756"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1613
     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
  1614
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1615
       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
  1616
       id="rect2748"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1617
       width="86.838715"
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
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1620
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1621
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1622
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1623
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1624
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1625
       inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1626
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1627
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1628
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1629
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1630
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1631
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1632
       id="rect2750"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1633
       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
  1634
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1635
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1636
       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
  1637
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1638
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1639
       id="text2754"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1640
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1641
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1642
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1643
         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
  1644
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1645
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1646
     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
  1647
     id="g2766"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1648
     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
  1649
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1650
       inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1651
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1652
       ry="21.355932"
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
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1655
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1656
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1657
       id="rect2758"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1658
       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
  1659
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1660
       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
  1661
       id="rect2760"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1662
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1663
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1664
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1665
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1666
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1667
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1668
       inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1669
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1670
       id="text2764"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1671
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1672
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1673
       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
  1674
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1675
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1676
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1677
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1678
         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
  1679
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1680
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1681
     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
  1682
     id="g2776"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1683
     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
  1684
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1685
       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
  1686
       id="rect2768"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1687
       width="86.838715"
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
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1690
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1691
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1692
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1693
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1694
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1695
       inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1696
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1697
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1698
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1699
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1700
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1701
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1702
       id="rect2770"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1703
       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
  1704
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1705
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1706
       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
  1707
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1708
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1709
       id="text2774"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1710
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1711
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1712
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1713
         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
  1714
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1715
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1716
     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
  1717
     id="g2787"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1718
     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
  1719
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1720
       inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1721
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1722
       ry="21.355932"
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
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1725
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1726
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1727
       id="rect2778"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1728
       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
  1729
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1730
       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
  1731
       id="rect2780"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1732
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1733
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1734
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1735
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1736
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1737
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1738
       inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1739
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1740
       id="text2784"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1741
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1742
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1743
       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
  1744
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1745
         id="tspan2782"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1746
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1747
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1748
         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
  1749
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1750
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1751
     id="text2869"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1752
     y="1366.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1753
     x="1979.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1754
     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
  1755
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1756
       y="1366.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1757
       x="1979.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1758
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1759
       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
  1760
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1761
     xml:space="preserve"
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"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1763
     x="1979.5443"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1764
     y="1226.9857"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1765
     id="text2877"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1766
       id="tspan2875"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1767
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1768
       x="1979.5443"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1769
       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
  1770
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1771
     id="text2881"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1772
     y="1086.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1773
     x="1979.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1774
     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
  1775
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1776
       y="1086.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1777
       x="1979.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1778
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1779
       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
  1780
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1781
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1782
     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
  1783
     x="640.67114"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1784
     y="2120.4246"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1785
     id="text2944"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1786
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1787
       id="tspan2942"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1788
       x="640.67114"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1789
       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
  1790
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1791
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1792
     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
  1793
     x="703.23212"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1794
     y="588.7594"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1795
     id="text2948"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1796
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1797
       id="tspan2946"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1798
       x="703.23212"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1799
       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
  1800
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1801
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1802
     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
  1803
     x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1804
     y="-289.18591"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1805
     id="text2952"><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"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1807
       id="tspan2950"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1808
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1809
       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
  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="-239.18593"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1813
       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
  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="-189.18593"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1817
       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
  1818
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1819
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1820
       y="-139.18593"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1821
       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
  1822
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1823
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1824
       y="-89.185921"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1825
       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
  1826
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1827
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1828
       y="-39.185921"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1829
       id="tspan2966">- Press Ctrl+X to edit SVG elements directly with XML editor</tspan></text>
3685
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1830
  <g
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1831
     transform="translate(-4020,2.1367187e-5)"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1832
     inkscape:label="HMI:VarInit:0@page_number"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1833
     id="g304">
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1834
    <text
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1835
       id="text302"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1836
       y="-108.39357"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1837
       x="3726.6924"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1838
       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"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1839
       xml:space="preserve"><tspan
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1840
         y="-108.39357"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1841
         x="3726.6924"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1842
         id="tspan298"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1843
         sodipodi:role="line">declaration of user_level HMI local variable</tspan><tspan
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1844
         id="tspan300"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1845
         y="-85.060234"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1846
         x="3726.6924"
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1847
         sodipodi:role="line">(not a PLC variable)</tspan></text>
570a738239f4 SVGHMI: Add arbitrary variable assignment when entering Pages
Edouard Tisserant
parents: 3604
diff changeset
  1848
  </g>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1849
</svg>