author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Sat, 13 May 2023 14:28:29 +0200 | |
changeset 3802 | 8616ffd7c29d |
parent 3689 | 0e886fcc56f9 |
permissions | -rw-r--r-- |
2750 | 1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 |
<!-- Created with Inkscape (http://www.inkscape.org/) --> |
|
3 |
||
4 |
<svg |
|
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
5 |
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" |
2750 | 6 |
xmlns:dc="http://purl.org/dc/elements/1.1/" |
7 |
xmlns:cc="http://creativecommons.org/ns#" |
|
8 |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
9 |
xmlns:svg="http://www.w3.org/2000/svg" |
|
10 |
xmlns="http://www.w3.org/2000/svg" |
|
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
11 |
xmlns:xlink="http://www.w3.org/1999/xlink" |
2750 | 12 |
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
13 |
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
|
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
14 |
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
15 |
sodipodi:docname="svghmi.svg" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
16 |
id="hmi0" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
17 |
version="1.1" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
18 |
viewBox="0 0 1280 720" |
2750 | 19 |
height="720" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
20 |
width="1280"> |
3555
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
21 |
<script |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
22 |
id="script1244"> |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
23 |
hmi_widgets["g443-3"].off_action = function(){ |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
24 |
console.log("Hello from Inkscape"); |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
25 |
PushButtonWidget.prototype.off_action.call(this); |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
26 |
fading_page_switch(); |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
27 |
console.log("Bye from Inkscape"); |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
28 |
}</script> |
2750 | 29 |
<metadata |
30 |
id="metadata4542"> |
|
31 |
<rdf:RDF> |
|
32 |
<cc:Work |
|
33 |
rdf:about=""> |
|
34 |
<dc:format>image/svg+xml</dc:format> |
|
35 |
<dc:type |
|
36 |
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
|
37 |
<dc:title /> |
|
38 |
</cc:Work> |
|
39 |
</rdf:RDF> |
|
40 |
</metadata> |
|
41 |
<defs |
|
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
42 |
id="defs2"> |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
43 |
<linearGradient |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
44 |
id="linearGradient34303" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
45 |
osb:paint="solid"> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
46 |
<stop |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
47 |
style="stop-color:#000000;stop-opacity:1;" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
48 |
offset="0" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
49 |
id="stop34301" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
50 |
</linearGradient> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
51 |
<linearGradient |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
52 |
id="linearGradient20537" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
53 |
osb:paint="solid"> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
54 |
<stop |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
55 |
style="stop-color:#000000;stop-opacity:1;" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
56 |
offset="0" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
57 |
id="stop20535" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
58 |
</linearGradient> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
59 |
<marker |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
60 |
inkscape:isstock="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
61 |
style="overflow:visible" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
62 |
id="marker1971" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
63 |
refX="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
64 |
refY="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
65 |
orient="auto" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
66 |
inkscape:stockid="Arrow2Lend"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
67 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
68 |
transform="matrix(-1.1,0,0,-1.1,-1.1,0)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
69 |
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
70 |
style="fill:#ff3000;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
71 |
id="path1969" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
72 |
inkscape:connector-curvature="0" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
73 |
</marker> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
74 |
<marker |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
75 |
inkscape:isstock="true" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
76 |
style="overflow:visible" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
77 |
id="marker1656" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
78 |
refX="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
79 |
refY="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
80 |
orient="auto" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
81 |
inkscape:stockid="Arrow2Lend"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
82 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
83 |
transform="matrix(-1.1,0,0,-1.1,-1.1,0)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
84 |
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
85 |
style="fill:#ff3000;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
86 |
id="path1654" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
87 |
inkscape:connector-curvature="0" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
88 |
</marker> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
89 |
<linearGradient |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
90 |
inkscape:collect="always" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
91 |
id="linearGradient962"> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
92 |
<stop |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
93 |
style="stop-color:#ff3000;stop-opacity:1;" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
94 |
offset="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
95 |
id="stop958" /> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
96 |
<stop |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
97 |
style="stop-color:#0022ff;stop-opacity:1" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
98 |
offset="1" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
99 |
id="stop960" /> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
100 |
</linearGradient> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
101 |
<marker |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
102 |
inkscape:stockid="Arrow2Lend" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
103 |
orient="auto" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
104 |
refY="0" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
105 |
refX="0" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
106 |
id="Arrow2Lend" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
107 |
style="overflow:visible" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
108 |
inkscape:isstock="true" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
109 |
inkscape:collect="always"> |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
110 |
<path |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
111 |
inkscape:connector-curvature="0" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
112 |
id="path895" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
113 |
style="fill:#ff3000;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
114 |
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
115 |
transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
116 |
</marker> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
117 |
<linearGradient |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
118 |
inkscape:collect="always" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
119 |
xlink:href="#linearGradient962" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
120 |
id="linearGradient964" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
121 |
x1="113.38908" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
122 |
y1="-62.210247" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
123 |
x2="113.38908" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
124 |
y2="4.0725975" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
125 |
gradientUnits="userSpaceOnUse" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
126 |
gradientTransform="matrix(0.5,0,0,0.5,73.144796,-1.4471993)" /> |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
127 |
</defs> |
2750 | 128 |
<sodipodi:namedview |
129 |
id="base" |
|
130 |
pagecolor="#ffffff" |
|
131 |
bordercolor="#666666" |
|
132 |
borderopacity="1.0" |
|
133 |
inkscape:pageopacity="0" |
|
134 |
inkscape:pageshadow="2" |
|
135 |
inkscape:document-units="px" |
|
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
136 |
inkscape:current-layer="hmi0" |
2750 | 137 |
showgrid="false" |
138 |
units="px" |
|
3689
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
139 |
inkscape:zoom="2.2679688" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
140 |
inkscape:cx="1135.0439" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
141 |
inkscape:cy="130.37028" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
142 |
inkscape:window-width="1850" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
143 |
inkscape:window-height="1036" |
3387
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
144 |
inkscape:window-x="0" |
3122
229795c03e11
SVGHMI: make a copy of tests/svghmi as test/svghmi_widget because too crowded since having pages for widget documentation. Strip those pages from tests/svghmi, so that it
Edouard Tisserant
parents:
3106
diff
changeset
|
145 |
inkscape:window-y="27" |
3387
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
146 |
inkscape:window-maximized="1" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
147 |
showguides="true" |
3091
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
148 |
inkscape:guide-bbox="true" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
149 |
inkscape:snap-global="true" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
150 |
inkscape:snap-bbox="true" |
3122
229795c03e11
SVGHMI: make a copy of tests/svghmi as test/svghmi_widget because too crowded since having pages for widget documentation. Strip those pages from tests/svghmi, so that it
Edouard Tisserant
parents:
3106
diff
changeset
|
151 |
inkscape:bbox-nodes="true" /> |
3689
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
152 |
<rect |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
153 |
y="-800" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
154 |
x="1480" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
155 |
height="720" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
156 |
width="1280" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
157 |
id="rect1282" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
158 |
style="color:#000000;fill:#000000" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
159 |
inkscape:label="HMI:Page:ScreenSaver:20:u="nobody"@u=user_role" /> |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
160 |
<g |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
161 |
transform="translate(-1072.3531,-845.86571)" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
162 |
inkscape:label="HMI:VarInit:"admin"@user_role" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
163 |
id="g304"> |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
164 |
<text |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
165 |
id="text302" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
166 |
y="-108.39357" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
167 |
x="3726.6924" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
168 |
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" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
169 |
xml:space="preserve"><tspan |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
170 |
y="-108.39357" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
171 |
x="3726.6924" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
172 |
id="tspan298" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
173 |
sodipodi:role="line">declaration of user_level HMI local variable</tspan><tspan |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
174 |
id="tspan300" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
175 |
y="-85.060234" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
176 |
x="3726.6924" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
177 |
sodipodi:role="line">(not a PLC variable)</tspan></text> |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
178 |
</g> |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
179 |
<use |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
180 |
x="0" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
181 |
y="0" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
182 |
xlink:href="#g7994" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
183 |
id="use7996" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
184 |
transform="translate(1480,800)" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
185 |
width="100%" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
186 |
height="100%" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
187 |
inkscape:label="HMI:Page:RelativePageTest@/PUMP0" /> |
2750 | 188 |
<rect |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
189 |
sodipodi:insensitive="true" |
2787
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
190 |
inkscape:label="HMI:Page:Conf" |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
191 |
y="780" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
192 |
x="0" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
193 |
height="720" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
194 |
width="1280" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
195 |
id="rect1016" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
196 |
style="color:#000000;fill:#000000" /> |
2787
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
197 |
<g |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
198 |
id="g1082" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
199 |
inkscape:label="HMI:Jump:Home" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
200 |
transform="translate(-940,-558)"> |
2787
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
201 |
<g |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
202 |
id="g1152" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
203 |
inkscape:label="button"> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
204 |
<path |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
205 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
206 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
2787
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
207 |
id="rect1022" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
208 |
inkscape:connector-curvature="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
209 |
sodipodi:nodetypes="cssssccc" /> |
2787
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
210 |
</g> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
211 |
<g |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
212 |
id="g1149" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
213 |
inkscape:label="text"> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
214 |
<text |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
215 |
xml:space="preserve" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
216 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
217 |
x="1090.7626" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
218 |
y="1436.9814" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
219 |
id="home_jmp" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
220 |
inkscape:label="home_jmp"><tspan |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
221 |
sodipodi:role="line" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
222 |
id="tspan1028" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
223 |
x="1090.7626" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
224 |
y="1436.9814" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
225 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
226 |
</g> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
227 |
</g> |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
228 |
<rect |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
229 |
style="color:#000000;fill:#4d4d4d" |
2750 | 230 |
id="page0" |
231 |
width="1280" |
|
232 |
height="720" |
|
233 |
x="0" |
|
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
234 |
y="0" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
235 |
inkscape:label="HMI:Page:Home" /> |
2787
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
236 |
<g |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
237 |
id="g1077" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
238 |
inkscape:label="HMI:Jump:Conf" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
239 |
transform="matrix(0.57180538,0,0,0.57180538,-373.64055,248.51305)"> |
2787
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
240 |
<g |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
241 |
id="g1159" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
242 |
inkscape:label="button"> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
243 |
<rect |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
244 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
245 |
id="rect1020" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
246 |
width="245.44583" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
247 |
height="95.723877" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
248 |
x="971.96545" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
249 |
y="594.82263" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
250 |
ry="35.579063" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
251 |
inkscape:label="button" /> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
252 |
</g> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
253 |
<g |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
254 |
id="g1156" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
255 |
inkscape:label="text"> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
256 |
<text |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
257 |
inkscape:label="setting_jmp" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
258 |
id="setting_jmp" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
259 |
y="656.98151" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
260 |
x="1090.7626" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
261 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
262 |
xml:space="preserve"><tspan |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
263 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
264 |
y="656.98151" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
265 |
x="1090.7626" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
266 |
id="tspan1024" |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
267 |
sodipodi:role="line">Settings</tspan></text> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
268 |
</g> |
86a572fb05f8
SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents:
2786
diff
changeset
|
269 |
</g> |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
270 |
<g |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
271 |
id="g84" |
3097
a098b2dd9dff
SVGHMI: Added parsing of min and max value that can be given as @path,min,max in widget description
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3092
diff
changeset
|
272 |
inkscape:label="HMI:Input@/TARGETPRESSURE,0,100" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
273 |
transform="matrix(0.35865594,0,0,0.35865594,22.072155,63.074421)"> |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
274 |
<text |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
275 |
inkscape:label="value" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
276 |
id="text5151" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
277 |
y="218.24219" |
2759 | 278 |
x="136.32812" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
279 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
280 |
xml:space="preserve"><tspan |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
281 |
style="stroke-width:1px" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
282 |
y="218.24219" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
283 |
x="136.32812" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
284 |
id="tspan5149" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
285 |
sodipodi:role="line">8888</tspan></text> |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
286 |
<path |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
287 |
transform="scale(1,-1)" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
288 |
sodipodi:type="star" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
289 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
290 |
id="path89" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
291 |
sodipodi:sides="3" |
2805
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
292 |
sodipodi:cx="596.74072" |
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
293 |
sodipodi:cy="-216.2599" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
294 |
sodipodi:r1="59.825443" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
295 |
sodipodi:r2="29.912722" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
296 |
sodipodi:arg1="0.52359878" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
297 |
sodipodi:arg2="1.5707963" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
298 |
inkscape:flatsided="true" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
299 |
inkscape:rounded="0" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
300 |
inkscape:randomized="0" |
2805
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
301 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
302 |
inkscape:transform-center-y="14.956363" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
303 |
inkscape:label="-100" /> |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
304 |
<path |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
305 |
inkscape:label="-10" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
306 |
inkscape:transform-center-y="7.4781812" |
2805
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
307 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
308 |
inkscape:randomized="0" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
309 |
inkscape:rounded="0" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
310 |
inkscape:flatsided="true" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
311 |
sodipodi:arg2="1.5707963" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
312 |
sodipodi:arg1="0.52359878" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
313 |
sodipodi:r2="14.956361" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
314 |
sodipodi:r1="29.912722" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
315 |
sodipodi:cy="-184.98808" |
2805
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
316 |
sodipodi:cx="596.74072" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
317 |
sodipodi:sides="3" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
318 |
id="path88" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
319 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
320 |
sodipodi:type="star" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
321 |
transform="scale(1,-1)" /> |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
322 |
<rect |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
323 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
324 |
id="rect85" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
325 |
width="407.7037" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
326 |
height="128" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
327 |
x="139.85185" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
328 |
y="95.40741" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
329 |
onclick="" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
330 |
inkscape:label="edit" /> |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
331 |
<path |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
332 |
inkscape:label="+100" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
333 |
inkscape:transform-center-y="-14.956361" |
2805
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
334 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
335 |
inkscape:randomized="0" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
336 |
inkscape:rounded="0" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
337 |
inkscape:flatsided="true" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
338 |
sodipodi:arg2="1.5707963" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
339 |
sodipodi:arg1="0.52359878" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
340 |
sodipodi:r2="29.912722" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
341 |
sodipodi:r1="59.825443" |
2805
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
342 |
sodipodi:cy="105.17262" |
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
343 |
sodipodi:cx="596.74072" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
344 |
sodipodi:sides="3" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
345 |
id="path87" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
346 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
347 |
sodipodi:type="star" /> |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
348 |
<path |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
349 |
sodipodi:type="star" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
350 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
351 |
id="path86" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
352 |
sodipodi:sides="3" |
2805
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
353 |
sodipodi:cx="596.74072" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
354 |
sodipodi:cy="136.44444" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
355 |
sodipodi:r1="29.912722" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
356 |
sodipodi:r2="14.956361" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
357 |
sodipodi:arg1="0.52359878" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
358 |
sodipodi:arg2="1.5707963" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
359 |
inkscape:flatsided="true" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
360 |
inkscape:rounded="0" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
361 |
inkscape:randomized="0" |
2805
e521e0d133d5
SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents:
2801
diff
changeset
|
362 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
2801
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
363 |
inkscape:transform-center-y="-7.4781804" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
364 |
inkscape:label="+10" /> |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
365 |
<path |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
366 |
sodipodi:type="star" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
367 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
368 |
id="path91" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
369 |
sodipodi:sides="4" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
370 |
sodipodi:cx="80.740723" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
371 |
sodipodi:cy="165.17262" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
372 |
sodipodi:r1="57.015106" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
373 |
sodipodi:r2="29.912722" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
374 |
sodipodi:arg1="0.77793027" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
375 |
sodipodi:arg2="1.5633284" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
376 |
inkscape:flatsided="true" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
377 |
inkscape:rounded="-0.65084865" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
378 |
inkscape:randomized="0" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
379 |
d="M 121.35644,205.1862 C 158.18649,167.80191 3.342862,168.95829 40.72715,205.78834 78.111437,242.61839 76.95506,87.774762 40.125008,125.15905 3.2949549,162.54334 158.13858,161.38696 120.7543,124.55691 83.370008,87.726855 84.526385,242.57048 121.35644,205.1862 Z" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
380 |
inkscape:transform-center-y="-14.956361" |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
381 |
inkscape:label="=0" /> |
390acff12755
SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents:
2791
diff
changeset
|
382 |
</g> |
2759 | 383 |
<text |
2814
2cabc4773885
SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents:
2810
diff
changeset
|
384 |
inkscape:label="HMI:Display@/PUMP0/PRESSURE" |
2759 | 385 |
id="text823" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
386 |
y="141.34827" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
387 |
x="293.33374" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
388 |
style="font-style:normal;font-weight:normal;font-size:57.38494873px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.35865593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
389 |
xml:space="preserve"><tspan |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
390 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.35865593px" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
391 |
y="141.34827" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
392 |
x="293.33374" |
2759 | 393 |
id="tspan821" |
394 |
sodipodi:role="line">8888</tspan></text> |
|
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
395 |
<g |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
396 |
id="g4523" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
397 |
transform="matrix(2.1611542,0,0,2.1611542,142.76714,468.92423)" |
2814
2cabc4773885
SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents:
2810
diff
changeset
|
398 |
inkscape:label="HMI:Meter@/PUMP0/SLOTH"> |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
399 |
<path |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
400 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#3ee800;stroke-width:26.45833397;stroke-miterlimit:4;stroke-dasharray:2.64583333, 2.64583333;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
401 |
id="path4499" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
402 |
sodipodi:type="arc" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
403 |
sodipodi:cx="128.02208" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
404 |
sodipodi:cy="2.2017097" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
405 |
sodipodi:rx="64.411957" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
406 |
sodipodi:ry="64.411957" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
407 |
sodipodi:start="3.1415927" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
408 |
sodipodi:end="4.712389" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
409 |
d="M 63.610123,2.2017068 A 64.411957,64.411957 0 0 1 128.02208,-62.210247" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
410 |
sodipodi:open="true" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
411 |
inkscape:label="range" /> |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
412 |
<path |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
413 |
style="fill:none;fill-rule:evenodd;stroke:#ff3000;stroke-width:2.96333337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0, 32.59666667;stroke-dashoffset:29.63333321;stroke-opacity:1;marker-end:url(#Arrow2Lend)" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
414 |
d="M 130.96206,4.0725977 79.111776,-41.363223" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
415 |
id="path4501" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
416 |
inkscape:connector-curvature="0" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
417 |
sodipodi:nodetypes="cc" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
418 |
inkscape:label="needle" /> |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
419 |
<text |
2807 | 420 |
inkscape:label="min" |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
421 |
id="text4505" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
422 |
y="4.9187088" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
423 |
x="49.132977" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
424 |
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
425 |
xml:space="preserve"><tspan |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
426 |
style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
427 |
y="4.9187088" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
428 |
x="49.132977" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
429 |
id="tspan4503" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
430 |
sodipodi:role="line">0</tspan></text> |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
431 |
<text |
2807 | 432 |
inkscape:label="max" |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
433 |
xml:space="preserve" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
434 |
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
435 |
x="127.48073" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
436 |
y="-78.144218" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
437 |
id="text4509"><tspan |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
438 |
sodipodi:role="line" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
439 |
id="tspan4507" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
440 |
x="127.48073" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
441 |
y="-78.144218" |
2807 | 442 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px">10000</tspan></text> |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
443 |
<text |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
444 |
xml:space="preserve" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
445 |
style="font-style:normal;font-weight:normal;font-size:7.5467205px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
446 |
x="124.77896" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
447 |
y="1.1408259" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
448 |
id="text4521" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
449 |
inkscape:label="unit"><tspan |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
450 |
sodipodi:role="line" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
451 |
x="124.77896" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
452 |
y="1.1408259" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
453 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
454 |
id="tspan4519">bar</tspan></text> |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
455 |
</g> |
2759 | 456 |
<text |
457 |
xml:space="preserve" |
|
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
458 |
style="font-style:normal;font-weight:normal;font-size:14.34623718px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.35865593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
459 |
x="114.11434" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
460 |
y="90.742165" |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
461 |
id="text827" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
462 |
inkscape:label="setpoint_label"><tspan |
2759 | 463 |
sodipodi:role="line" |
464 |
id="tspan825" |
|
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
465 |
x="114.11434" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
466 |
y="90.742165" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
467 |
style="stroke-width:0.35865593px">SetPoint</tspan></text> |
2759 | 468 |
<text |
469 |
id="text831" |
|
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
470 |
y="90.742165" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
471 |
x="344.50876" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
472 |
style="font-style:normal;font-weight:normal;font-size:14.34623718px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.35865593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
473 |
xml:space="preserve" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
474 |
inkscape:label="actual_label"><tspan |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
475 |
y="90.742165" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
476 |
x="344.50876" |
2759 | 477 |
id="tspan829" |
2996
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
478 |
sodipodi:role="line" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
479 |
style="stroke-width:0.35865593px">Actual</tspan></text> |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
480 |
<text |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
481 |
xml:space="preserve" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
482 |
style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.57180536px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
483 |
x="206.73413" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
484 |
y="336.90073" |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
485 |
id="text4497" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
486 |
inkscape:label="pressure_label"><tspan |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
487 |
sodipodi:role="line" |
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
488 |
id="tspan4495" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
489 |
x="206.73413" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
490 |
y="336.90073" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
491 |
style="fill:#ff6600;stroke-width:0.57180536px">Pressure</tspan></text> |
2786
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents:
2781
diff
changeset
|
492 |
<g |
2814
2cabc4773885
SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents:
2810
diff
changeset
|
493 |
inkscape:label="HMI:Meter@/PUMP0/SLOTH" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
494 |
transform="matrix(7.5590552,0,0,7.5590552,-244.3956,1321.2434)" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
495 |
id="g110"> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
496 |
<path |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
497 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
498 |
d="M 113.38908,2.2017068 V -62.210247" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
499 |
id="path90" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
500 |
inkscape:connector-curvature="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
501 |
sodipodi:nodetypes="cc" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
502 |
inkscape:label="range" /> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
503 |
<path |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
504 |
inkscape:label="needle" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
505 |
sodipodi:nodetypes="cc" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
506 |
inkscape:connector-curvature="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
507 |
id="path92" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
508 |
d="M 113.38908,4.0725977 V -62.210247" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
509 |
style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient964);stroke-width:13.22916698;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:29.63333321;stroke-opacity:1" /> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
510 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
511 |
xml:space="preserve" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
512 |
style="font-style:normal;font-weight:normal;font-size:5.29166651px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
513 |
x="115.07632" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
514 |
y="9.3424692" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
515 |
id="text96" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
516 |
inkscape:label="min"><tspan |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
517 |
sodipodi:role="line" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
518 |
id="tspan94" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
519 |
x="115.07632" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
520 |
y="9.3424692" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
521 |
style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px">0</tspan></text> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
522 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
523 |
id="text100" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
524 |
y="-64.195457" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
525 |
x="113.27539" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
526 |
style="font-style:normal;font-weight:normal;font-size:5.29166651px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
527 |
xml:space="preserve" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
528 |
inkscape:label="max"><tspan |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
529 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
530 |
y="-64.195457" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
531 |
x="113.27539" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
532 |
id="tspan98" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
533 |
sodipodi:role="line">10000</tspan></text> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
534 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
535 |
inkscape:label="unit" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
536 |
id="text108" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
537 |
y="-9.4425077" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
538 |
x="140.65398" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
539 |
style="font-style:normal;font-weight:normal;font-size:7.5467205px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
540 |
xml:space="preserve"><tspan |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
541 |
id="tspan106" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
542 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
543 |
y="-9.4425077" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
544 |
x="140.65398" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
545 |
sodipodi:role="line">€£$¥</tspan></text> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
546 |
</g> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
547 |
<g |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
548 |
inkscape:label="HMI:Input@/TARGETPRESSURE" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
549 |
id="g991" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
550 |
transform="matrix(0.5,0,0,0.5,230.11026,885.7162)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
551 |
style="stroke-width:2"> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
552 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
553 |
xml:space="preserve" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
554 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
555 |
x="136.32812" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
556 |
y="218.24219" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
557 |
id="text977" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
558 |
inkscape:label="value"><tspan |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
559 |
sodipodi:role="line" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
560 |
id="tspan975" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
561 |
x="136.32812" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
562 |
y="218.24219" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
563 |
style="stroke-width:2px">8888</tspan></text> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
564 |
<rect |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
565 |
inkscape:label="edit" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
566 |
onclick="" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
567 |
y="95.40741" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
568 |
x="139.85185" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
569 |
height="128" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
570 |
width="407.7037" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
571 |
id="rect983" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
572 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
573 |
<g |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
574 |
id="g1086" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
575 |
inkscape:label="=0" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
576 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
577 |
style="stroke-width:2"> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
578 |
<path |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
579 |
inkscape:connector-curvature="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
580 |
id="path989" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
581 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
582 |
inkscape:transform-center-y="-14.956361" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
583 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
584 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
585 |
id="text1048" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
586 |
y="111.05016" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
587 |
x="733.58197" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
588 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
589 |
xml:space="preserve"><tspan |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
590 |
style="stroke-width:1px" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
591 |
y="111.05016" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
592 |
x="733.58197" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
593 |
id="tspan1046" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
594 |
sodipodi:role="line">→0←</tspan></text> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
595 |
</g> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
596 |
<g |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
597 |
id="g1091" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
598 |
inkscape:label="-10" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
599 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
600 |
style="stroke-width:2"> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
601 |
<path |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
602 |
inkscape:transform-center-x="14.956371" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
603 |
inkscape:transform-center-y="-3.6154501e-05" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
604 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
605 |
inkscape:randomized="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
606 |
inkscape:rounded="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
607 |
inkscape:flatsided="true" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
608 |
sodipodi:arg2="1.5707963" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
609 |
sodipodi:arg1="0.52359878" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
610 |
sodipodi:r2="14.956361" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
611 |
sodipodi:r1="29.912722" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
612 |
sodipodi:cy="-184.98808" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
613 |
sodipodi:cx="596.74072" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
614 |
sodipodi:sides="3" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
615 |
id="path981" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
616 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
617 |
sodipodi:type="star" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
618 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" /> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
619 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
620 |
xml:space="preserve" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
621 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
622 |
x="633.09552" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
623 |
y="111.05016" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
624 |
id="text1059"><tspan |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
625 |
sodipodi:role="line" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
626 |
id="tspan1057" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
627 |
x="633.09552" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
628 |
y="111.05016" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
629 |
style="stroke-width:1px">-10</tspan></text> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
630 |
</g> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
631 |
<g |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
632 |
id="g1096" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
633 |
inkscape:label="-100" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
634 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
635 |
style="stroke-width:2"> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
636 |
<path |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
637 |
inkscape:transform-center-x="14.956364" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
638 |
transform="rotate(-90,746.45698,-44.543641)" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
639 |
sodipodi:type="star" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
640 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
641 |
id="path979" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
642 |
sodipodi:sides="3" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
643 |
sodipodi:cx="596.74072" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
644 |
sodipodi:cy="-216.2599" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
645 |
sodipodi:r1="59.825443" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
646 |
sodipodi:r2="29.912722" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
647 |
sodipodi:arg1="0.52359878" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
648 |
sodipodi:arg2="1.5707963" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
649 |
inkscape:flatsided="true" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
650 |
inkscape:rounded="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
651 |
inkscape:randomized="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
652 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
653 |
inkscape:transform-center-y="-5.9989963e-06" /> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
654 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
655 |
id="text1063" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
656 |
y="111.05016" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
657 |
x="537.25018" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
658 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
659 |
xml:space="preserve"><tspan |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
660 |
style="stroke-width:1px" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
661 |
y="111.05016" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
662 |
x="537.25018" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
663 |
id="tspan1061" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
664 |
sodipodi:role="line">-100</tspan></text> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
665 |
</g> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
666 |
<g |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
667 |
id="g1076" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
668 |
inkscape:label="+100" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
669 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
670 |
style="stroke-width:2"> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
671 |
<path |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
672 |
inkscape:transform-center-x="-14.956365" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
673 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
674 |
inkscape:transform-center-y="-5.5023185e-06" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
675 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
676 |
inkscape:randomized="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
677 |
inkscape:rounded="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
678 |
inkscape:flatsided="true" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
679 |
sodipodi:arg2="1.5707963" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
680 |
sodipodi:arg1="0.52359878" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
681 |
sodipodi:r2="29.912722" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
682 |
sodipodi:r1="59.825443" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
683 |
sodipodi:cy="105.17262" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
684 |
sodipodi:cx="596.74072" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
685 |
sodipodi:sides="3" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
686 |
id="path985" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
687 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
688 |
sodipodi:type="star" /> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
689 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
690 |
id="text1067" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
691 |
y="111.05016" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
692 |
x="925.82605" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
693 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
694 |
xml:space="preserve"><tspan |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
695 |
style="stroke-width:1px" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
696 |
y="111.05016" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
697 |
x="925.82605" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
698 |
id="tspan1065" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
699 |
sodipodi:role="line">+100</tspan></text> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
700 |
</g> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
701 |
<g |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
702 |
id="g1081" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
703 |
inkscape:label="+10" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
704 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
705 |
style="stroke-width:2"> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
706 |
<path |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
707 |
inkscape:transform-center-x="-14.956349" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
708 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
709 |
sodipodi:type="star" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
710 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
711 |
id="path987" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
712 |
sodipodi:sides="3" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
713 |
sodipodi:cx="596.74072" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
714 |
sodipodi:cy="136.44444" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
715 |
sodipodi:r1="29.912722" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
716 |
sodipodi:r2="14.956361" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
717 |
sodipodi:arg1="0.52359878" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
718 |
sodipodi:arg2="1.5707963" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
719 |
inkscape:flatsided="true" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
720 |
inkscape:rounded="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
721 |
inkscape:randomized="0" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
722 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
723 |
inkscape:transform-center-y="-3.3040441e-05" /> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
724 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
725 |
xml:space="preserve" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
726 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
727 |
x="842.71497" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
728 |
y="111.05016" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
729 |
id="text1071"><tspan |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
730 |
sodipodi:role="line" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
731 |
id="tspan1069" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
732 |
x="842.71497" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
733 |
y="111.05016" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
734 |
style="stroke-width:1px">+10</tspan></text> |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
735 |
</g> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
736 |
</g> |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
737 |
<text |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
738 |
xml:space="preserve" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
739 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#82ff77;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
740 |
x="736.32812" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
741 |
y="1478.2422" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
742 |
id="text995" |
2814
2cabc4773885
SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents:
2810
diff
changeset
|
743 |
inkscape:label="HMI:Display@/PUMP0/PRESSURE"><tspan |
2809
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
744 |
sodipodi:role="line" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
745 |
id="tspan993" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
746 |
x="736.32812" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
747 |
y="1478.2422" |
b9c540253263
SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents:
2807
diff
changeset
|
748 |
style="fill:#82ff77;fill-opacity:1;stroke-width:1px;">8888</tspan></text> |
2826
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
749 |
<text |
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
750 |
xml:space="preserve" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
751 |
style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
752 |
x="28.181862" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
753 |
y="365.32291" |
2826
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
754 |
id="text134" |
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
755 |
inkscape:label="HMI:Display@/PUMP0/STROUT"><tspan |
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
756 |
sodipodi:role="line" |
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
757 |
id="tspan132" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
758 |
x="28.181862" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
759 |
y="365.32291" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
760 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text> |
2826
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
761 |
<text |
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
762 |
inkscape:label="HMI:Display@/PUMP0/BOOLOUT" |
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
763 |
id="text138" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
764 |
y="422.50345" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
765 |
x="28.181862" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
766 |
style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2826
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
767 |
xml:space="preserve"><tspan |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
768 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
769 |
y="422.50345" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
770 |
x="28.181862" |
2826
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
771 |
id="tspan136" |
1e5abecc3cde
SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2814
diff
changeset
|
772 |
sodipodi:role="line">8888</tspan></text> |
2829
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
773 |
<g |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
774 |
transform="matrix(0.28590269,0,0,0.28590269,0.70444171,226.1427)" |
2833
e74123b966ac
SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents:
2829
diff
changeset
|
775 |
id="g208-1" |
2829
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
776 |
inkscape:label="HMI:Input@/PUMP0/STRIN" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
777 |
style="stroke-width:2"> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
778 |
<text |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
779 |
inkscape:label="value" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
780 |
id="text164" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
781 |
y="218.24219" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
782 |
x="136.32812" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
783 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
784 |
xml:space="preserve"><tspan |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
785 |
style="stroke-width:2px" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
786 |
y="218.24219" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
787 |
x="136.32812" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
788 |
id="tspan162" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
789 |
sodipodi:role="line">8888</tspan></text> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
790 |
<rect |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
791 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
792 |
id="rect166" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
793 |
width="407.7037" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
794 |
height="128" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
795 |
x="139.85185" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
796 |
y="95.40741" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
797 |
onclick="" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
798 |
inkscape:label="edit" /> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
799 |
<g |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
800 |
transform="translate(-416.52022,170.47452)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
801 |
inkscape:label="+"dhu"" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
802 |
id="g174" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
803 |
style="stroke-width:2"> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
804 |
<path |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
805 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
806 |
inkscape:transform-center-y="-14.956361" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
807 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
808 |
id="path168" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
809 |
inkscape:connector-curvature="0" /> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
810 |
<text |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
811 |
xml:space="preserve" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
812 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
813 |
x="733.58197" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
814 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
815 |
id="text172"><tspan |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
816 |
sodipodi:role="line" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
817 |
id="tspan170" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
818 |
x="733.58197" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
819 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
820 |
style="stroke-width:1px">dhu</tspan></text> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
821 |
</g> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
822 |
<g |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
823 |
transform="translate(-416.52022,170.47452)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
824 |
inkscape:label="="plop"" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
825 |
id="g182" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
826 |
style="stroke-width:2"> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
827 |
<path |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
828 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
829 |
sodipodi:type="star" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
830 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
831 |
id="path176" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
832 |
sodipodi:sides="3" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
833 |
sodipodi:cx="596.74072" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
834 |
sodipodi:cy="-184.98808" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
835 |
sodipodi:r1="29.912722" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
836 |
sodipodi:r2="14.956361" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
837 |
sodipodi:arg1="0.52359878" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
838 |
sodipodi:arg2="1.5707963" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
839 |
inkscape:flatsided="true" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
840 |
inkscape:rounded="0" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
841 |
inkscape:randomized="0" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
842 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
843 |
inkscape:transform-center-y="-3.6154501e-05" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
844 |
inkscape:transform-center-x="14.956371" /> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
845 |
<text |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
846 |
id="text180" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
847 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
848 |
x="633.09552" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
849 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
850 |
xml:space="preserve"><tspan |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
851 |
style="stroke-width:1px" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
852 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
853 |
x="633.09552" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
854 |
id="tspan178" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
855 |
sodipodi:role="line">plop</tspan></text> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
856 |
</g> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
857 |
<g |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
858 |
transform="translate(-416.52022,170.47452)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
859 |
inkscape:label="="mhoo"" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
860 |
id="g190" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
861 |
style="stroke-width:2"> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
862 |
<path |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
863 |
inkscape:transform-center-y="-5.9989963e-06" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
864 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
865 |
inkscape:randomized="0" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
866 |
inkscape:rounded="0" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
867 |
inkscape:flatsided="true" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
868 |
sodipodi:arg2="1.5707963" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
869 |
sodipodi:arg1="0.52359878" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
870 |
sodipodi:r2="29.912722" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
871 |
sodipodi:r1="59.825443" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
872 |
sodipodi:cy="-216.2599" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
873 |
sodipodi:cx="596.74072" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
874 |
sodipodi:sides="3" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
875 |
id="path184" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
876 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
877 |
sodipodi:type="star" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
878 |
transform="rotate(-90,746.45698,-44.543641)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
879 |
inkscape:transform-center-x="14.956364" /> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
880 |
<text |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
881 |
xml:space="preserve" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
882 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
883 |
x="537.25018" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
884 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
885 |
id="text188"><tspan |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
886 |
sodipodi:role="line" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
887 |
id="tspan186" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
888 |
x="537.25018" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
889 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
890 |
style="stroke-width:1px">mhoo</tspan></text> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
891 |
</g> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
892 |
<g |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
893 |
transform="translate(-416.52022,170.47452)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
894 |
inkscape:label="="yodl"" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
895 |
id="g198" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
896 |
style="stroke-width:2"> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
897 |
<path |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
898 |
sodipodi:type="star" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
899 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
900 |
id="path192" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
901 |
sodipodi:sides="3" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
902 |
sodipodi:cx="596.74072" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
903 |
sodipodi:cy="105.17262" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
904 |
sodipodi:r1="59.825443" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
905 |
sodipodi:r2="29.912722" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
906 |
sodipodi:arg1="0.52359878" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
907 |
sodipodi:arg2="1.5707963" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
908 |
inkscape:flatsided="true" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
909 |
inkscape:rounded="0" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
910 |
inkscape:randomized="0" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
911 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
912 |
inkscape:transform-center-y="-5.5023185e-06" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
913 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
914 |
inkscape:transform-center-x="-14.956365" /> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
915 |
<text |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
916 |
xml:space="preserve" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
917 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
918 |
x="925.82605" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
919 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
920 |
id="text196"><tspan |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
921 |
sodipodi:role="line" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
922 |
id="tspan194" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
923 |
x="925.82605" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
924 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
925 |
style="stroke-width:1px">yodl</tspan></text> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
926 |
</g> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
927 |
<g |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
928 |
transform="translate(-416.52022,170.47452)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
929 |
inkscape:label="="mhe"" |
2833
e74123b966ac
SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents:
2829
diff
changeset
|
930 |
id="g206-1" |
2829
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
931 |
style="stroke-width:2"> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
932 |
<path |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
933 |
inkscape:transform-center-y="-3.3040441e-05" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
934 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
935 |
inkscape:randomized="0" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
936 |
inkscape:rounded="0" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
937 |
inkscape:flatsided="true" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
938 |
sodipodi:arg2="1.5707963" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
939 |
sodipodi:arg1="0.52359878" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
940 |
sodipodi:r2="14.956361" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
941 |
sodipodi:r1="29.912722" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
942 |
sodipodi:cy="136.44444" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
943 |
sodipodi:cx="596.74072" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
944 |
sodipodi:sides="3" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
945 |
id="path200" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
946 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
947 |
sodipodi:type="star" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
948 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
949 |
inkscape:transform-center-x="-14.956349" /> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
950 |
<text |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
951 |
id="text204" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
952 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
953 |
x="842.71497" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
954 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
955 |
xml:space="preserve"><tspan |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
956 |
style="stroke-width:1px" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
957 |
y="111.05016" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
958 |
x="842.71497" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
959 |
id="tspan202" |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
960 |
sodipodi:role="line">mhe</tspan></text> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
961 |
</g> |
4c2c50f60730
SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents:
2826
diff
changeset
|
962 |
</g> |
2833
e74123b966ac
SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents:
2829
diff
changeset
|
963 |
<g |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
964 |
inkscape:label="HMI:Keypad:HMI_INT:HMI_REAL" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
965 |
id="g2432" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
966 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
967 |
transform="matrix(3.3549332,0,0,3.14525,-181.87457,2336.0198)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
968 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
969 |
sodipodi:nodetypes="ccccc" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
970 |
inkscape:label="Background" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
971 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
972 |
id="path2136" |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
973 |
d="M 54.211099,1.2654702 H 435.73881 V 230.18209 H 54.211099 Z" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
974 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.16776976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
975 |
<rect |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
976 |
ry="3.8152773" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
977 |
rx="3.8152773" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
978 |
y="15.77106" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
979 |
x="64.024963" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
980 |
height="30.150299" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
981 |
width="361.89996" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
982 |
id="rect2426" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
983 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fffff5;fill-opacity:1;fill-rule:nonzero;stroke:#202326;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
984 |
inkscape:label="Field" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
985 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
986 |
id="text2430" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
987 |
y="37.408375" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
988 |
x="72.50132" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
989 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0763855px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.47690967px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
990 |
xml:space="preserve" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
991 |
inkscape:label="Value"><tspan |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
992 |
style="text-align:start;text-anchor:start;stroke-width:0.47690967px" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
993 |
y="37.408375" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
994 |
x="72.50132" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
995 |
id="tspan2428" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
996 |
sodipodi:role="line">number</tspan></text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
997 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
998 |
style="fill-rule:evenodd;stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
999 |
inkscape:label="Enter" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1000 |
id="g4947" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1001 |
transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60855)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1002 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1003 |
style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.10074362;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1004 |
id="path193" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1005 |
d="m 750,175 c 0,-2 -1,-3 -3,-3 h -20 c -1,0 -3,1 -3,3 v 43 c 0,1 2,2 3,2 h 20 c 2,0 3,-1 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1006 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1007 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1008 |
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1009 |
d="m -1244.2949,1166.5938 v 15.791 h -38.6875 v -2.9981 l -6.9199,4 6.9199,4 v -2.998 h 40.6836 v -17.7949 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1010 |
transform="matrix(0.28557246,0,0,0.28557246,1098.7155,-140.51013)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1011 |
id="path6545-4" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1012 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1013 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1014 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1015 |
style="fill-rule:evenodd;stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1016 |
inkscape:label="Keys" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1017 |
id="g4993" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1018 |
transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60855)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1019 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1020 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1021 |
inkscape:label="7" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1022 |
id="g4892"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1023 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1024 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1025 |
d="m 638,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1026 |
id="path163" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1027 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1028 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1029 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1030 |
id="text331" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1031 |
y="129.38269" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1032 |
x="636.4165" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1033 |
transform="scale(1.0007154,0.99928514)">7</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1034 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1035 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1036 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1037 |
inkscape:label="4" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1038 |
id="g4907"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1039 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1040 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1041 |
d="m 638,146 h 20 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1042 |
id="path169" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1043 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1044 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1045 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1046 |
id="text335" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1047 |
y="154.10822" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1048 |
x="636.4165" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1049 |
transform="scale(1.0007154,0.99928514)">4</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1050 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1051 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1052 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1053 |
inkscape:label="1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1054 |
id="g4922"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1055 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1056 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1057 |
d="m 638,172 h 20 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1058 |
id="path175" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1059 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1060 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1061 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1062 |
id="text339" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1063 |
y="179.82285" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1064 |
x="636.4165" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1065 |
transform="scale(1.0007154,0.99928514)">1</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1066 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1067 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1068 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1069 |
inkscape:label="8" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1070 |
id="g4897"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1071 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1072 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1073 |
d="m 668,120 h 19 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -19 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1074 |
id="path165" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1075 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1076 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1077 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1078 |
id="text347" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1079 |
y="129.38269" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1080 |
x="667.07562" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1081 |
transform="scale(1.0007154,0.99928514)">8</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1082 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1083 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1084 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1085 |
inkscape:label="5" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1086 |
id="g4912"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1087 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1088 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1089 |
d="m 668,146 h 19 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -19 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1090 |
id="path171" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1091 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1092 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1093 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1094 |
id="text351" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1095 |
y="154.10822" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1096 |
x="667.07562" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1097 |
transform="scale(1.0007154,0.99928514)">5</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1098 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1099 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1100 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1101 |
inkscape:label="2" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1102 |
id="g4927"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1103 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1104 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1105 |
d="m 668,172 h 19 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1106 |
id="path177" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1107 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1108 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1109 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1110 |
id="text355" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1111 |
y="179.82285" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1112 |
x="667.07562" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1113 |
transform="scale(1.0007154,0.99928514)">2</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1114 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1115 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1116 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1117 |
inkscape:label="9" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1118 |
id="g4902"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1119 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1120 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1121 |
d="m 697,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1122 |
id="path167" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1123 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1124 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1125 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1126 |
id="text363" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1127 |
y="129.38269" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1128 |
x="695.75708" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1129 |
transform="scale(1.0007154,0.99928514)">9</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1130 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1131 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1132 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1133 |
inkscape:label="6" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1134 |
id="g4917"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1135 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1136 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1137 |
d="m 697,146 h 20 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1138 |
id="path173" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1139 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1140 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1141 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1142 |
id="text367" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1143 |
y="154.10822" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1144 |
x="695.75708" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1145 |
transform="scale(1.0007154,0.99928514)">6</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1146 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1147 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1148 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1149 |
inkscape:label="3" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1150 |
id="g4932"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1151 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1152 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1153 |
d="m 697,172 h 20 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1154 |
id="path179" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1155 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1156 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1157 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1158 |
id="text371" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1159 |
y="179.82285" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1160 |
x="695.75708" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1161 |
transform="scale(1.0007154,0.99928514)">3</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1162 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1163 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1164 |
style="stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1165 |
inkscape:label="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1166 |
id="g4937"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1167 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1168 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1169 |
d="m 638,220 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 h 49 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1170 |
id="path373" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1171 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1172 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1173 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1174 |
id="text377" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1175 |
y="205.53712" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1176 |
x="636.4165" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1177 |
transform="scale(1.0007154,0.99928514)">0</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1178 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1179 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1180 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1181 |
id="g3113" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1182 |
inkscape:label="Esc" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1183 |
transform="translate(-318.22576)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1184 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1185 |
style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1186 |
id="path167-3" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1187 |
d="m 387.26079,54.792986 h 33.40019 c 3.34,0 5.01006,3.34003 5.01006,5.010045 v 30.060225 c 0,3.340029 -1.67006,5.010032 -5.01006,5.010032 h -33.40019 c -1.67006,0 -5.01007,-1.670003 -5.01007,-5.010032 V 59.803031 c 0,-1.670015 3.34001,-5.010045 5.01007,-5.010045 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1188 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1189 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1190 |
x="394.42801" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1191 |
y="78.632088" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1192 |
id="text469-4" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1193 |
style="font-weight:normal;font-size:10.63882256px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1194 |
transform="scale(1.0007154,0.99928511)">Esc</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1195 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1196 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1197 |
id="g3109" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1198 |
inkscape:label="BackSpace" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1199 |
transform="translate(0,-43.420332)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1200 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1201 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1202 |
id="path173-1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1203 |
d="m 387.26079,98.213318 h 33.40019 c 3.34,0 5.01006,1.670013 5.01006,5.010032 v 30.06024 c 0,3.34002 -1.67006,5.01003 -5.01006,5.01003 h -33.40019 c -1.67006,0 -5.01007,-1.67001 -5.01007,-5.01003 v -30.06024 c 0,-3.340019 3.34001,-5.010032 5.01007,-5.010032 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1204 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1205 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1206 |
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2b2828;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1207 |
d="m -1278.9668,1041.3047 -6.9199,4 6.9199,4 v -3 h 33.416 v -1.9981 h -33.416 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1208 |
transform="matrix(0.47690966,0,0,0.47690966,1008.0304,-380.26227)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1209 |
id="path11623-1-0-2" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1210 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1211 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1212 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1213 |
id="g787" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1214 |
inkscape:label="Sign" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1215 |
style="fill-rule:evenodd;stroke-width:0.13585199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1216 |
transform="matrix(1.6700128,0,0,1.6700128,-678.20742,-102.18822)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1217 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1218 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1219 |
id="path781" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1220 |
d="m 638,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1221 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1222 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1223 |
x="642.1239" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1224 |
y="135.09822" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1225 |
id="text783" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1226 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1227 |
transform="scale(1.0007154,0.99928514)">+/-</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1228 |
</g> |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1229 |
<text |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1230 |
xml:space="preserve" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1231 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.31375408px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.30784383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1232 |
x="252.9579" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1233 |
y="12.333653" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1234 |
id="text509" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1235 |
transform="scale(0.96824589,1.0327955)" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1236 |
inkscape:label="Info"><tspan |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1237 |
sodipodi:role="line" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1238 |
id="tspan507" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1239 |
x="252.9579" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1240 |
y="12.333653" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1241 |
style="stroke-width:0.30784383px">information</tspan></text> |
2920
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1242 |
<g |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1243 |
transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60856)" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1244 |
style="fill-rule:evenodd;stroke-width:0.13585199" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1245 |
id="g4942" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1246 |
inkscape:label="NumDot"> |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1247 |
<path |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1248 |
inkscape:connector-curvature="0" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1249 |
d="m 697,197 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1250 |
id="path181" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1251 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1252 |
<text |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1253 |
style="font-weight:normal;font-size:6.96602964px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1254 |
id="text771" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1255 |
y="204.54802" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1256 |
x="696.7464" |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1257 |
transform="scale(1.0007154,0.99928514)">.</text> |
3ee337c8c769
SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2917
diff
changeset
|
1258 |
</g> |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1259 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1260 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1261 |
transform="matrix(3.3549332,0,0,3.14525,-181.87457,1556.0198)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1262 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1263 |
id="g4278" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
1264 |
inkscape:label="HMI:Keypad:HMI_STRING:HMI_LOCAL:PAGE_LOCAL"> |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1265 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1266 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.16776976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1267 |
d="M 54.211084,1.2654702 H 435.7388 V 230.18209 H 54.211084 Z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1268 |
id="rect1006-3" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1269 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1270 |
inkscape:label="Background" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1271 |
sodipodi:nodetypes="ccccc" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1272 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1273 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1274 |
id="path185" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1275 |
d="m 162,197 h -11 c -2,0 -3,1 -3,3 v 18 c 0,2 1,3 3,3 h 11 168 18 c 0,0 1,-1 1,-3 v -18 c 0,-2 -1,-3 -1,-3 h -18 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1276 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1277 |
inkscape:label="Space" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1278 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1279 |
id="g4380" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1280 |
inkscape:label="Keys" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1281 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1282 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1283 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1284 |
id="g4283" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1285 |
inkscape:label="q Q" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1286 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1287 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1288 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1289 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1290 |
id="path41" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1291 |
d="m 95,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 H 95 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1292 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1293 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1294 |
x="99.378708" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1295 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1296 |
id="text203" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1297 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1298 |
transform="scale(1.0007154,0.99928514)">Q</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1299 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1300 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1301 |
id="g4337" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1302 |
inkscape:label="w W" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1303 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1304 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1305 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1306 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1307 |
id="path43" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1308 |
d="m 124,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1309 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1310 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1311 |
x="127.0709" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1312 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1313 |
id="text207" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1314 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1315 |
transform="scale(1.0007154,0.99928514)">W</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1316 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1317 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1318 |
id="g4332" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1319 |
inkscape:label="e E" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1320 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1321 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1322 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1323 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1324 |
id="path45" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1325 |
d="m 154,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1326 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1327 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1328 |
x="159.70854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1329 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1330 |
id="text211" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1331 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1332 |
transform="scale(1.0007154,0.99928514)">E</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1333 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1334 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1335 |
id="g4326" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1336 |
inkscape:label="r R" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1337 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1338 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1339 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1340 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1341 |
id="path47" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1342 |
d="m 184,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1343 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1344 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1345 |
x="188.39003" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1346 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1347 |
id="text215" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1348 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1349 |
transform="scale(1.0007154,0.99928514)">R</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1350 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1351 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1352 |
id="g4321" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1353 |
inkscape:label="t T" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1354 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1355 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1356 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1357 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1358 |
id="path49" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1359 |
d="m 213,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1360 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1361 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1362 |
x="219.04961" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1363 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1364 |
id="text219" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1365 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1366 |
transform="scale(1.0007154,0.99928514)">T</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1367 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1368 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1369 |
id="g4316" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1370 |
inkscape:label="y Y" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1371 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1372 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1373 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1374 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1375 |
id="path51" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1376 |
d="m 243,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1377 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1378 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1379 |
x="248.72017" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1380 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1381 |
id="text223" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1382 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1383 |
transform="scale(1.0007154,0.99928514)">Y</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1384 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1385 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1386 |
id="g4311" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1387 |
inkscape:label="u U" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1388 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1389 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1390 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1391 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1392 |
id="path53" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1393 |
d="m 273,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1394 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1395 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1396 |
x="278.39075" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1397 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1398 |
id="text227" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1399 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1400 |
transform="scale(1.0007154,0.99928514)">U</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1401 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1402 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1403 |
id="g4306" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1404 |
inkscape:label="i I" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1405 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1406 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1407 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1408 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1409 |
id="path55" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1410 |
d="m 302,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1411 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1412 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1413 |
x="311.02859" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1414 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1415 |
id="text231" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1416 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1417 |
transform="scale(1.0007154,0.99928514)">I</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1418 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1419 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1420 |
id="g4301" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1421 |
inkscape:label="o O" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1422 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1423 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1424 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1425 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1426 |
id="path57" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1427 |
d="m 332,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1428 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1429 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1430 |
x="336.74319" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1431 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1432 |
id="text235" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1433 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1434 |
transform="scale(1.0007154,0.99928514)">O</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1435 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1436 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1437 |
id="g4296" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1438 |
inkscape:label="p P" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1439 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1440 |
transform="translate(0,-9.5381931)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1441 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1442 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1443 |
id="path59" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1444 |
d="m 362,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1445 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1446 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1447 |
x="367.40256" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1448 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1449 |
id="text239" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1450 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1451 |
transform="scale(1.0007154,0.99928514)">P</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1452 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1453 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1454 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1455 |
id="g4511" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1456 |
inkscape:label="a A"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1457 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1458 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1459 |
d="m 103,147 h 19 c 1,0 3,1 3,2 v 19 c 0,1 -2,2 -3,2 h -19 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1460 |
id="path65" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1461 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1462 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1463 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1464 |
id="text243" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1465 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1466 |
x="107.29005" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1467 |
transform="scale(1.0007154,0.99928514)">A</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1468 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1469 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1470 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1471 |
id="g4516" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1472 |
inkscape:label="s S"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1473 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1474 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1475 |
d="m 132,147 h 20 c 1,0 3,1 3,2 v 19 c 0,1 -2,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1476 |
id="path67" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1477 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1478 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1479 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1480 |
id="text247" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1481 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1482 |
x="137.95012" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1483 |
transform="scale(1.0007154,0.99928514)">S</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1484 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1485 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1486 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1487 |
id="g4521" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1488 |
inkscape:label="d D"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1489 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1490 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1491 |
d="m 162,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1492 |
id="path69" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1493 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1494 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1495 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1496 |
id="text251" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1497 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1498 |
x="166.63159" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1499 |
transform="scale(1.0007154,0.99928514)">D</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1500 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1501 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1502 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1503 |
id="g4526" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1504 |
inkscape:label="f F"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1505 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1506 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1507 |
d="m 192,147 h 19 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -19 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1508 |
id="path71" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1509 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1510 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1511 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1512 |
id="text255" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1513 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1514 |
x="197.29166" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1515 |
transform="scale(1.0007154,0.99928514)">F</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1516 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1517 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1518 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1519 |
id="g4531" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1520 |
inkscape:label="g G"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1521 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1522 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1523 |
d="m 221,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1524 |
id="path73" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1525 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1526 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1527 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1528 |
id="text259" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1529 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1530 |
x="225.97284" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1531 |
transform="scale(1.0007154,0.99928514)">G</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1532 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1533 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1534 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1535 |
id="g4536" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1536 |
inkscape:label="h H"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1537 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1538 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1539 |
d="m 251,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1540 |
id="path75" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1541 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1542 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1543 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1544 |
id="text263" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1545 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1546 |
x="255.64342" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1547 |
transform="scale(1.0007154,0.99928514)">H</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1548 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1549 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1550 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1551 |
id="g4541" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1552 |
inkscape:label="j J"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1553 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1554 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1555 |
d="m 281,147 h 19 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -19 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1556 |
id="path77" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1557 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1558 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1559 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1560 |
id="text267" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1561 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1562 |
x="287.29208" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1563 |
transform="scale(1.0007154,0.99928514)">J</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1564 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1565 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1566 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1567 |
id="g4546" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1568 |
inkscape:label="k K"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1569 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1570 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1571 |
d="m 310,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1572 |
id="path79" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1573 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1574 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1575 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1576 |
id="text271" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1577 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1578 |
x="314.98465" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1579 |
transform="scale(1.0007154,0.99928514)">K</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1580 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1581 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1582 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1583 |
id="g4551" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1584 |
inkscape:label="l L"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1585 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1586 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1587 |
d="m 340,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1588 |
id="path81" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1589 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1590 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1591 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1592 |
id="text275" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1593 |
y="163.99854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1594 |
x="345.64444" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1595 |
transform="scale(1.0007154,0.99928514)">L</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1596 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1597 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1598 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1599 |
id="g4586" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1600 |
inkscape:label="z Z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1601 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1602 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1603 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1604 |
d="m 113,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1605 |
id="path87-3" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1606 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1607 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1608 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1609 |
id="text279" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1610 |
y="188.72411" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1611 |
x="119.15855" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1612 |
transform="scale(1.0007154,0.99928514)">Z</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1613 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1614 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1615 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1616 |
id="g4581" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1617 |
inkscape:label="x X" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1618 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1619 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1620 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1621 |
d="m 143,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1622 |
id="path89-6" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1623 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1624 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1625 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1626 |
id="text283" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1627 |
y="188.72411" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1628 |
x="148.82933" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1629 |
transform="scale(1.0007154,0.99928514)">X</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1630 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1631 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1632 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1633 |
id="g4576" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1634 |
inkscape:label="c C" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1635 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1636 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1637 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1638 |
d="m 173,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1639 |
id="path91-7" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1640 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1641 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1642 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1643 |
id="text287" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1644 |
y="188.72411" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1645 |
x="178.50011" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1646 |
transform="scale(1.0007154,0.99928514)">C</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1647 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1648 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1649 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1650 |
id="g4571" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1651 |
inkscape:label="v V" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1652 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1653 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1654 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1655 |
d="m 202,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c 0,0 -1,-1 -1,-3 v -17 c 0,-1 1,-3 1,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1656 |
id="path195" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1657 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1658 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1659 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1660 |
id="text291" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1661 |
y="188.72411" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1662 |
x="208.16988" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1663 |
transform="scale(1.0007154,0.99928514)">V</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1664 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1665 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1666 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1667 |
id="g4566" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1668 |
inkscape:label="b B" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1669 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1670 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1671 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1672 |
d="m 233,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1673 |
id="path93" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1674 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1675 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1676 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1677 |
id="text295" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1678 |
y="188.72411" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1679 |
x="237.84096" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1680 |
transform="scale(1.0007154,0.99928514)">B</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1681 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1682 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1683 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1684 |
id="g4561" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1685 |
inkscape:label="n N" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1686 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1687 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1688 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1689 |
d="m 263,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1690 |
id="path95" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1691 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1692 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1693 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1694 |
id="text299" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1695 |
y="188.72411" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1696 |
x="267.51193" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1697 |
transform="scale(1.0007154,0.99928514)">N</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1698 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1699 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1700 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1701 |
id="g4556" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1702 |
inkscape:label="m M" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1703 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1704 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1705 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1706 |
d="m 293,172 h 19 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -19 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1707 |
id="path97" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1708 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1709 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1710 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1711 |
id="text303" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1712 |
y="188.72411" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1713 |
x="296.1933" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1714 |
transform="scale(1.0007154,0.99928514)">M</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1715 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1716 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1717 |
id="g4818" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1718 |
inkscape:label=". :" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1719 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1720 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1721 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1722 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1723 |
d="m 352,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1724 |
id="path101" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1725 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1726 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1727 |
transform="scale(1.0007154,0.99928513)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1728 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1729 |
id="text719" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1730 |
y="189.66107" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1731 |
x="359.58276">.</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1732 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1733 |
x="359.58276" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1734 |
y="181.64532" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1735 |
id="text4834" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1736 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1737 |
transform="scale(1.0007154,0.99928512)">:</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1738 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1739 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1740 |
id="g4813" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1741 |
inkscape:label=", ;" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1742 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1743 |
transform="translate(0,9.5381929)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1744 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1745 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1746 |
d="m 322,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1747 |
id="path99" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1748 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1749 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1750 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1751 |
id="text727" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1752 |
y="181.64532" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1753 |
x="330.00806" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1754 |
transform="scale(1.0007154,0.99928512)">;</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1755 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1756 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1757 |
y="189.66107" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1758 |
x="330.00806" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1759 |
transform="scale(1.0007154,0.99928512)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1760 |
id="text4826">,</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1761 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1762 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1763 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1764 |
inkscape:label="1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1765 |
id="g2845" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1766 |
transform="translate(-13.353469,-45.783327)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1767 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1768 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1769 |
d="m 95,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 H 95 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1770 |
id="path2839" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1771 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1772 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1773 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1774 |
id="text2841" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1775 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1776 |
x="101.07153" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1777 |
transform="scale(1.0007154,0.99928513)">1</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1778 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1779 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1780 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1781 |
inkscape:label="2" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1782 |
id="g2853" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1783 |
transform="translate(-13.353469,-45.783327)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1784 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1785 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1786 |
d="m 124,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1787 |
id="path2847" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1788 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1789 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1790 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1791 |
id="text2849" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1792 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1793 |
x="130.18704" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1794 |
transform="scale(1.0007154,0.99928513)">2</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1795 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1796 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1797 |
inkscape:label="3" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1798 |
id="g2861" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1799 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1800 |
transform="translate(-13.353469,-45.783327)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1801 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1802 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1803 |
d="m 154,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1804 |
id="path2855" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1805 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1806 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1807 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1808 |
id="text2857" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1809 |
y="138.28395" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1810 |
x="159.70854" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1811 |
transform="scale(1.0007154,0.99928514)">3</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1812 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1813 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1814 |
id="g2957" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1815 |
inkscape:label="4" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1816 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1817 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1818 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1819 |
d="m 170.64653,94.293059 h 19 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 V 97.293059 c 0,-2 2,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1820 |
id="path2865" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1821 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1822 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1823 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1824 |
id="text2867" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1825 |
y="111.55791" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1826 |
x="176.39188" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1827 |
transform="scale(1.0007154,0.99928514)">4</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1828 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1829 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1830 |
id="g2962" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1831 |
inkscape:label="5" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1832 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1833 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1834 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1835 |
d="m 199.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1836 |
id="path2873" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1837 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1838 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1839 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1840 |
id="text2875" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1841 |
y="111.55791" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1842 |
x="205.70567" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1843 |
transform="scale(1.0007154,0.99928514)">5</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1844 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1845 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1846 |
id="g2967" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1847 |
inkscape:label="6" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1848 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1849 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1850 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1851 |
d="m 229.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1852 |
id="path2881" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1853 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1854 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1855 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1856 |
id="text2883" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1857 |
y="111.55791" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1858 |
x="236.15851" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1859 |
transform="scale(1.0007154,0.99928514)">6</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1860 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1861 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1862 |
id="g2972" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1863 |
inkscape:label="7" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1864 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1865 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1866 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1867 |
d="m 259.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1868 |
id="path2889" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1869 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1870 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1871 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1872 |
id="text2891" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1873 |
y="111.55791" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1874 |
x="266.06564" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1875 |
transform="scale(1.0007154,0.99928514)">7</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1876 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1877 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1878 |
id="g2977" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1879 |
inkscape:label="8" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1880 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1881 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1882 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1883 |
d="m 288.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1884 |
id="path2897" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1885 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1886 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1887 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1888 |
id="text2899" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1889 |
y="111.55791" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1890 |
x="295.08231" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1891 |
transform="scale(1.0007154,0.99928514)">8</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1892 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1893 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1894 |
id="g2982" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1895 |
inkscape:label="9 -" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1896 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1897 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1898 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1899 |
d="m 318.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1900 |
id="path2905" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1901 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1902 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1903 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1904 |
id="text2907" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1905 |
y="111.55791" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1906 |
x="325.05408" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1907 |
transform="scale(1.0007154,0.99928514)">9</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1908 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1909 |
transform="scale(1.0007154,0.99928511)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1910 |
x="335.72681" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1911 |
y="102.42173" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1912 |
id="text806" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1913 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826">-</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1914 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1915 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1916 |
id="g2987" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1917 |
inkscape:label="0 +" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1918 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1919 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1920 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1921 |
d="m 348.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1922 |
id="path2913" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1923 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1924 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1925 |
style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1926 |
id="text2915" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1927 |
y="111.55791" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1928 |
x="355.05984" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1929 |
transform="scale(1.0007154,0.99928514)">0</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1930 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1931 |
transform="scale(1.0007154,0.99928511)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1932 |
style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1933 |
id="text804" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1934 |
y="102.42173" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1935 |
x="365.30151">+</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1936 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1937 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1938 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1939 |
transform="translate(335.89988,-58.934803)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1940 |
id="g3544" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1941 |
inkscape:label="Esc" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1942 |
style="stroke-width:0.47631353"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1943 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1944 |
style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1945 |
id="path105" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1946 |
d="m 47.948645,115.07509 h 39.076386 c 1,0 3,1 3,3 v 18 c 0,1 -2,3 -3,3 H 47.948645 c -2,0 -3,-2 -3,-3 v -18 c 0,-2 1,-3 3,-3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1947 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1948 |
sodipodi:nodetypes="sssssssss" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1949 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1950 |
transform="scale(1.0007154,0.99928512)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1951 |
style="font-weight:normal;font-size:9.37966251px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1952 |
id="text469" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1953 |
y="130.02028" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1954 |
x="59.288635">Esc</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1955 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1956 |
<g |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
1957 |
inkscape:label="Enter" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1958 |
id="g4291" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1959 |
style="stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1960 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1961 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1962 |
sodipodi:nodetypes="sssssssss" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1963 |
style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1964 |
id="path3616" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1965 |
d="m 368.68274,170 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 54.24217 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1966 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1967 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1968 |
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1969 |
d="m -260.23633,1080.8125 v 15.7949 h -38.68555 v -3 l -6.91992,4 6.91992,4 v -3.0019 h 40.6836 v -17.793 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1970 |
transform="matrix(0.47690966,0,0,0.47690966,531.12074,-361.18588)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1971 |
id="path6545" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1972 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1973 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1974 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1975 |
inkscape:label="BackSpace" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1976 |
id="g4287" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1977 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1978 |
transform="translate(2.3648311e-6,-28.614579)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1979 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1980 |
sodipodi:nodetypes="sssssssss" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1981 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1982 |
id="path3624" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1983 |
d="m 391.97749,144 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 30.94742 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1984 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1985 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1986 |
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2b2828;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1987 |
d="m -268.72656,1011.1777 -6.91992,4 6.91992,4 v -3.0019 h 29.18945 v -1.9981 h -29.18945 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1988 |
transform="matrix(0.47690966,0,0,0.47690966,531.12074,-351.64769)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1989 |
id="path11623-1-0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1990 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1991 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1992 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1993 |
id="g934" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1994 |
inkscape:label="CapsLock"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1995 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1996 |
inkscape:label="inactive" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1997 |
id="g942" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1998 |
style="display:inline;fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
1999 |
transform="translate(0,-19.076386)"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2000 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2001 |
sodipodi:nodetypes="sssssssss" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2002 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2003 |
id="path936" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2004 |
d="m 67.025031,170 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 H 92 c 2,0 4,1 4,2 v 19 c 0,1 -2,2 -4,2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2005 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2006 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2007 |
x="69.789322" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2008 |
y="156.71973" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2009 |
id="text938-5" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2010 |
style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#2b2828;stroke-width:0.36866823" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2011 |
transform="scale(1.0007154,0.99928515)">Caps</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2012 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2013 |
x="69.789322" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2014 |
y="166.5585" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2015 |
id="text940" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2016 |
style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#2b2828;stroke-width:0.36866823" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2017 |
transform="scale(1.0007154,0.99928515)">Lock</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2018 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2019 |
<g |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2020 |
transform="translate(0,-19.076386)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2021 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2022 |
id="g4429" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2023 |
inkscape:label="active"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2024 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2025 |
inkscape:connector-curvature="0" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2026 |
d="m 67.025031,170 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 H 92 c 2,0 4,1 4,2 v 19 c 0,1 -2,2 -4,2 z" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2027 |
id="path199" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2028 |
style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2029 |
sodipodi:nodetypes="sssssssss" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2030 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2031 |
transform="scale(1.0007154,0.99928515)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2032 |
style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#ffffff;stroke-width:0.36866823" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2033 |
id="text647" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2034 |
y="156.71973" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2035 |
x="69.789322">Caps</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2036 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2037 |
transform="scale(1.0007154,0.99928515)" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2038 |
style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#ffffff;stroke-width:0.36866823" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2039 |
id="text651" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2040 |
y="166.5585" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2041 |
x="69.789322">Lock</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2042 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2043 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2044 |
<rect |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2045 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fffff5;fill-opacity:1;fill-rule:nonzero;stroke:#202326;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2046 |
id="rect2130" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2047 |
width="361.89996" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2048 |
height="30.150299" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2049 |
x="64.024956" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2050 |
y="15.771065" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2051 |
rx="3.8152773" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2052 |
ry="3.8152773" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2053 |
inkscape:label="Field" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2054 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2055 |
xml:space="preserve" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2056 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0763855px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.47690967px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2057 |
x="72.50132" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2058 |
y="38.296417" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2059 |
id="text1309" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2060 |
inkscape:label="Value"><tspan |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2061 |
sodipodi:role="line" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2062 |
id="tspan1307" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2063 |
x="72.50132" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2064 |
y="38.296417" |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2065 |
style="text-align:start;text-anchor:start;stroke-width:0.47690967px">text</tspan></text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2066 |
<g |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2067 |
id="g437" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2068 |
inkscape:label="Shift"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2069 |
<g |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2070 |
id="g421" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2071 |
inkscape:label="inactive"> |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2072 |
<path |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2073 |
inkscape:connector-curvature="0" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2074 |
d="m 379.96247,185.46181 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 42.96244 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2075 |
id="path910" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2076 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2077 |
sodipodi:nodetypes="sssssssss" /> |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2078 |
<text |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2079 |
style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2080 |
id="text912" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2081 |
y="177.90059" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2082 |
x="392.55679" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2083 |
transform="scale(1.0007154,0.99928513)">Shift</text> |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2084 |
<path |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2085 |
sodipodi:nodetypes="sssssssss" |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2086 |
style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2087 |
id="path856" |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2088 |
d="m 67.025031,185.46181 c -1,0 -3,-1 -3,-3 v -17 c 0,-1 2,-3 3,-3 H 104 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 z" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2089 |
inkscape:connector-curvature="0" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2090 |
<text |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2091 |
x="75.85218" |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2092 |
y="177.90059" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2093 |
id="text858" |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2094 |
style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2095 |
transform="scale(1.0007154,0.99928513)">Shift</text> |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2096 |
</g> |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2097 |
<g |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2098 |
id="g413" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2099 |
inkscape:label="active"> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2100 |
<path |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2101 |
sodipodi:nodetypes="sssssssss" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2102 |
style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2103 |
id="path551" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2104 |
d="m 379.96247,185.46181 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 42.96244 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2105 |
inkscape:connector-curvature="0" /> |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2106 |
<text |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2107 |
transform="scale(1.0007154,0.99928513)" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2108 |
x="392.55679" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2109 |
y="177.90059" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2110 |
id="text629" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2111 |
style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#ffffff;stroke-width:0.36866826">Shift</text> |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2112 |
<path |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2113 |
inkscape:connector-curvature="0" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2114 |
d="m 67.025031,185.46181 c -1,0 -3,-1 -3,-3 v -17 c 0,-1 2,-3 3,-3 H 104 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 z" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2115 |
id="path879" |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2116 |
style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2117 |
sodipodi:nodetypes="sssssssss" /> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2118 |
<text |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2119 |
transform="scale(1.0007154,0.99928513)" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2120 |
style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2121 |
id="text881" |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2122 |
y="177.90059" |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2123 |
x="75.85218">Shift</text> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2124 |
</g> |
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2125 |
</g> |
2917
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2126 |
<text |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2127 |
transform="scale(0.96824588,1.0327955)" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2128 |
id="text471" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2129 |
y="12.333657" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2130 |
x="252.9579" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2131 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.31375408px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.30784383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2132 |
xml:space="preserve" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2133 |
inkscape:label="Info"><tspan |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2134 |
style="stroke-width:0.30784383px" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2135 |
y="12.333657" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2136 |
x="252.9579" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2137 |
id="tspan469" |
c8d923dd707f
SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents:
2915
diff
changeset
|
2138 |
sodipodi:role="line">information</tspan></text> |
2915
48c9a5f6ce38
SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2833
diff
changeset
|
2139 |
</g> |
2922
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2140 |
<g |
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2141 |
id="g14237" |
3092
96ffd8b1b016
SVGHMI: added dropdown selection highlighting and fixed scrolling so that it doesn't miss any entry while jumping from one page to the other.
Edouard Tisserant
parents:
3091
diff
changeset
|
2142 |
inkscape:label="HMI:DropDown:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27@/SELECTION" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
2143 |
transform="matrix(0.81491208,0,0,0.81491208,243.6641,-510.30491)" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
2144 |
style="stroke-width:0.35083869"> |
2922
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2145 |
<rect |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
2146 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#53676c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.75419343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
2922
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2147 |
id="rect14212" |
2926
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2148 |
width="391.99988" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2149 |
height="130.9433" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2150 |
x="864.00842" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2151 |
y="923.98993" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
2152 |
rx="2.4558709" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
2153 |
ry="2.4558709" |
2922
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2154 |
inkscape:label="box" /> |
3091
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2155 |
<rect |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2156 |
inkscape:label="highlight" |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2157 |
ry="2.4558709" |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2158 |
rx="2.4558709" |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2159 |
y="943.10553" |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2160 |
x="864.00842" |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2161 |
height="92.71212" |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2162 |
width="391.99988" |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2163 |
id="rect5497" |
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2164 |
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:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.75419331;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
2922
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2165 |
<text |
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2166 |
id="text14183" |
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2167 |
y="1011.9975" |
2926
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2168 |
x="881.44226" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
2169 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:80px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#d42aff;fill-opacity:1;stroke:none;stroke-width:0.35083869px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2922
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2170 |
xml:space="preserve" |
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2171 |
inkscape:label="text"><tspan |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
2172 |
style="text-align:start;text-anchor:start;fill:#d42aff;stroke-width:0.35083869px" |
2922
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2173 |
y="1011.9975" |
2926
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2174 |
x="881.44226" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2175 |
sodipodi:role="line" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2176 |
id="tspan421">sel_0</tspan></text> |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2177 |
<path |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2178 |
sodipodi:type="star" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
2179 |
style="opacity:1;vector-effect:none;fill:#a7a5a6;fill-opacity:1;stroke:none;stroke-width:0.12376806;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
2926
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2180 |
id="path424" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2181 |
sodipodi:sides="3" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2182 |
sodipodi:cx="1200.5" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2183 |
sodipodi:cy="975" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2184 |
sodipodi:r1="43.683521" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2185 |
sodipodi:r2="21.841761" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2186 |
sodipodi:arg1="1.5707963" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2187 |
sodipodi:arg2="2.6179939" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2188 |
inkscape:flatsided="false" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2189 |
inkscape:rounded="0" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2190 |
inkscape:randomized="0" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2191 |
d="m 1200.5,1018.6835 -18.9155,-32.76262 -18.9155,-32.76264 37.831,0 37.831,0 -18.9155,32.76264 z" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2192 |
inkscape:transform-center-y="10.92088" |
90f9d9782632
SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2922
diff
changeset
|
2193 |
inkscape:label="button" /> |
2922
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2194 |
</g> |
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2195 |
<g |
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2196 |
id="g14274" |
ddce4ebdf010
SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents:
2920
diff
changeset
|
2197 |
inkscape:label="HMI:List:HoodNames:ForEach:HOOD:NAME@/" /> |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2198 |
<g |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2199 |
inkscape:label="HMI:Input@/SELECTION" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2200 |
id="g446" |
3091
f475f39713aa
SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents:
3085
diff
changeset
|
2201 |
transform="matrix(0.28590269,0,0,0.28590269,85.246911,560.98603)"> |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2202 |
<text |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2203 |
xml:space="preserve" |
3085 | 2204 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
2205 |
x="216.32812" |
|
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2206 |
y="218.24219" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2207 |
id="text432" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2208 |
inkscape:label="value"><tspan |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2209 |
sodipodi:role="line" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2210 |
id="tspan430" |
3085 | 2211 |
x="216.32812" |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2212 |
y="218.24219" |
3085 | 2213 |
style="text-align:end;text-anchor:end;stroke-width:1px">8</tspan></text> |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2214 |
<path |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2215 |
transform="scale(1,-1)" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2216 |
sodipodi:type="star" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2217 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2218 |
id="path436" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2219 |
sodipodi:sides="3" |
2996
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2220 |
sodipodi:cx="276.74072" |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2221 |
sodipodi:cy="-224.98808" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2222 |
sodipodi:r1="29.912722" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2223 |
sodipodi:r2="14.956361" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2224 |
sodipodi:arg1="0.52359878" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2225 |
sodipodi:arg2="1.5707963" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2226 |
inkscape:flatsided="true" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2227 |
inkscape:rounded="0" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2228 |
inkscape:randomized="0" |
2996
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2229 |
d="m 302.6459,-210.03172 -51.81035,0 25.90517,-44.86908 z" |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2230 |
inkscape:transform-center-y="7.4781812" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2231 |
inkscape:label="-1" /> |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2232 |
<rect |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2233 |
inkscape:label="edit" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2234 |
onclick="" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2235 |
y="95.40741" |
3085 | 2236 |
x="-174.94055" |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2237 |
height="128" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2238 |
width="407.7037" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2239 |
id="rect438" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2240 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2241 |
<path |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2242 |
inkscape:label="+1" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2243 |
inkscape:transform-center-y="-7.4781804" |
2996
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2244 |
d="m 302.6459,111.4008 -51.81035,0 25.90517,-44.869079 z" |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2245 |
inkscape:randomized="0" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2246 |
inkscape:rounded="0" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2247 |
inkscape:flatsided="true" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2248 |
sodipodi:arg2="1.5707963" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2249 |
sodipodi:arg1="0.52359878" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2250 |
sodipodi:r2="14.956361" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2251 |
sodipodi:r1="29.912722" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2252 |
sodipodi:cy="96.444443" |
2996
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2253 |
sodipodi:cx="276.74072" |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2254 |
sodipodi:sides="3" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2255 |
id="path442" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2256 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2257 |
sodipodi:type="star" /> |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2258 |
<path |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2259 |
inkscape:label="=0" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2260 |
inkscape:transform-center-y="-10.828983" |
2996
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2261 |
d="m 306.14807,189.68763 -58.37872,0.43598 -0.43597,-58.37872 58.37871,-0.43597 z" |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2262 |
inkscape:randomized="0" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2263 |
inkscape:rounded="0" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2264 |
inkscape:flatsided="true" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2265 |
sodipodi:arg2="1.5633284" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2266 |
sodipodi:arg1="0.77793027" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2267 |
sodipodi:r2="21.657967" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2268 |
sodipodi:r1="41.281136" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2269 |
sodipodi:cy="160.71626" |
2996
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2270 |
sodipodi:cx="276.74072" |
2930
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2271 |
sodipodi:sides="4" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2272 |
id="path444" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2273 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2274 |
sodipodi:type="star" |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2275 |
inkscape:transform-center-x="1.0089177e-06" /> |
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2926
diff
changeset
|
2276 |
</g> |
2961
00825316ed00
SVGHMI: Update Button widget to class declaration, and add a button widget in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2936
diff
changeset
|
2277 |
<g |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2278 |
id="g5053" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2279 |
inkscape:label="HMI:Switch@/PUMP0/BOOLOUT" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2280 |
transform="translate(43.983597,40.477445)"> |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2281 |
<g |
3518
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2282 |
inkscape:label="true" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2283 |
style="fill:#ff0000;stroke:#ff00ff" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2284 |
id="g1242" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2285 |
transform="rotate(90,931.73133,997.97991)"> |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2286 |
<path |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2287 |
inkscape:connector-curvature="0" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2288 |
id="path1230" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2289 |
style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2290 |
d="M 825.90067,963.24473 V 1105.042 L 960.08282,916.47893 V 809.26931 Z" /> |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2291 |
<path |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2292 |
inkscape:connector-curvature="0" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2293 |
id="path1232" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2294 |
style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2295 |
d="m 825.90067,1105.042 90.50966,81.6485 121.15167,-225.30346 -77.47918,-44.90811 z" /> |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2296 |
<path |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2297 |
inkscape:connector-curvature="0" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2298 |
id="path1234" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2299 |
style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2300 |
d="m 960.08282,809.26931 77.47918,36.25625 v 115.86148 l -77.47918,-44.90811 z" /> |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2301 |
<path |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2302 |
inkscape:connector-curvature="0" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2303 |
id="path1236" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2304 |
style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2305 |
d="M 825.90067,963.24473 916.41033,1029.3537 1037.562,845.52556 960.08282,809.26931 Z" /> |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2306 |
<path |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2307 |
inkscape:connector-curvature="0" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2308 |
id="path1238" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2309 |
style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2310 |
d="m 916.41033,1029.3537 v 157.3368 L 1037.562,961.38704 V 845.52556 Z" /> |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2311 |
<path |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2312 |
inkscape:connector-curvature="0" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2313 |
id="path1240" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2314 |
style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2315 |
d="m 825.90067,963.24473 90.50966,66.10897 v 157.3368 l -90.50966,-81.6485 z" /> |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2316 |
</g> |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2317 |
<g |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2318 |
id="g473" |
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2319 |
style="fill:#ff0000;stroke:#ff00ff" |
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2320 |
inkscape:label="true"> |
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2321 |
<path |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2322 |
d="M 825.90067,963.24473 V 1105.042 L 960.08282,916.47893 V 809.26931 Z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2323 |
style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2324 |
id="path3451" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2325 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2326 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2327 |
d="m 825.90067,1105.042 90.50966,81.6485 121.15167,-225.30346 -77.47918,-44.90811 z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2328 |
style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2329 |
id="path3453" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2330 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2331 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2332 |
d="m 960.08282,809.26931 77.47918,36.25625 v 115.86148 l -77.47918,-44.90811 z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2333 |
style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2334 |
id="path3455" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2335 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2336 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2337 |
d="M 825.90067,963.24473 916.41033,1029.3537 1037.562,845.52556 960.08282,809.26931 Z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2338 |
style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2339 |
id="path3457" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2340 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2341 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2342 |
d="m 916.41033,1029.3537 v 157.3368 L 1037.562,961.38704 V 845.52556 Z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2343 |
style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2344 |
id="path3459" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2345 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2346 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2347 |
d="m 825.90067,963.24473 90.50966,66.10897 v 157.3368 l -90.50966,-81.6485 z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2348 |
style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2349 |
id="path3461" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2350 |
inkscape:connector-curvature="0" /> |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2351 |
</g> |
3518
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2352 |
<rect |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2353 |
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:#808080;fill-opacity:1;fill-rule:nonzero;stroke:#ff8080;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" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2354 |
id="rect1228" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2355 |
width="140.92445" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2356 |
height="229.46991" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2357 |
x="903.8269" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2358 |
y="859.10773" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2359 |
rx="7" |
c663d1f9f03b
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents:
3471
diff
changeset
|
2360 |
ry="7" /> |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2361 |
<g |
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2362 |
id="g501" |
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2363 |
style="fill:#ff0000;stroke:#ff00ff" |
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2364 |
inkscape:label="false"> |
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2365 |
<path |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2366 |
d="M 855.90069,905.24473 V 1047.042 L 978.3745,966.29311 V 859.0835 Z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2367 |
style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2368 |
id="path3437" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2369 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2370 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2371 |
d="m 855.90069,1047.042 90.50966,81.6485 108.49845,-108.7886 -76.5343,-53.60879 z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2372 |
style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2373 |
id="path3439" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2374 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2375 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2376 |
d="m 978.3745,859.0835 76.5343,44.95689 v 115.86151 l -76.5343,-53.60879 z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2377 |
style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2378 |
id="path3441" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2379 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2380 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2381 |
d="m 855.90069,905.24473 90.50966,66.10901 108.49845,-67.31335 -76.5343,-44.95689 z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2382 |
style="fill:#4d389f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2383 |
id="path3443" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2384 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2385 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2386 |
d="M 946.41035,971.35374 V 1128.6905 L 1054.9088,1019.9019 V 904.04039 Z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2387 |
style="fill:#d78bff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2388 |
id="path3445" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2389 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2390 |
<path |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2391 |
d="m 855.90069,905.24473 90.50966,66.10901 v 157.33676 l -90.50966,-81.6485 z" |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2392 |
style="fill:#8667bf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2393 |
id="path3447" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2394 |
inkscape:connector-curvature="0" /> |
3220
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2395 |
<g |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2396 |
inkscape:label="HMI:Switch@/TARGETPRESSURE" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2397 |
id="g991-3" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2398 |
transform="matrix(0.5,0,0,0.5,699.09791,793.95217)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2399 |
style="stroke-width:2"> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2400 |
<g |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2401 |
id="g1091-3" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2402 |
inkscape:label="4" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2403 |
transform="translate(-136.52022,250.47452)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2404 |
style="stroke-width:2"> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2405 |
<path |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2406 |
inkscape:transform-center-x="14.956371" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2407 |
inkscape:transform-center-y="-3.6154501e-05" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2408 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2409 |
inkscape:randomized="0" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2410 |
inkscape:rounded="0" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2411 |
inkscape:flatsided="true" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2412 |
sodipodi:arg2="1.5707963" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2413 |
sodipodi:arg1="0.52359878" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2414 |
sodipodi:r2="14.956361" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2415 |
sodipodi:r1="29.912722" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2416 |
sodipodi:cy="-184.98808" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2417 |
sodipodi:cx="596.74072" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2418 |
sodipodi:sides="3" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2419 |
id="path981-1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2420 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2421 |
sodipodi:type="star" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2422 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" /> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2423 |
<text |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2424 |
xml:space="preserve" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2425 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2426 |
x="661.09552" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2427 |
y="111.05016" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2428 |
id="text1059-7"><tspan |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2429 |
sodipodi:role="line" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2430 |
id="tspan1057-5" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2431 |
x="661.09552" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2432 |
y="111.05016" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2433 |
style="stroke-width:1px">4</tspan></text> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2434 |
</g> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2435 |
<g |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2436 |
id="g1096-9" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2437 |
inkscape:label="3" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2438 |
transform="translate(-136.52022,250.47452)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2439 |
style="stroke-width:2"> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2440 |
<path |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2441 |
inkscape:transform-center-x="14.956364" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2442 |
transform="rotate(-90,746.45698,-44.543641)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2443 |
sodipodi:type="star" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2444 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2445 |
id="path979-6" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2446 |
sodipodi:sides="3" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2447 |
sodipodi:cx="596.74072" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2448 |
sodipodi:cy="-216.2599" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2449 |
sodipodi:r1="59.825443" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2450 |
sodipodi:r2="29.912722" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2451 |
sodipodi:arg1="0.52359878" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2452 |
sodipodi:arg2="1.5707963" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2453 |
inkscape:flatsided="true" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2454 |
inkscape:rounded="0" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2455 |
inkscape:randomized="0" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2456 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2457 |
inkscape:transform-center-y="-5.9989963e-06" /> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2458 |
<text |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2459 |
id="text1063-2" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2460 |
y="111.05016" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2461 |
x="565.25018" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2462 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2463 |
xml:space="preserve"><tspan |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2464 |
style="stroke-width:1px" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2465 |
y="111.05016" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2466 |
x="565.25018" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2467 |
id="tspan1061-1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2468 |
sodipodi:role="line">3</tspan></text> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2469 |
</g> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2470 |
<g |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2471 |
id="g1076-7" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2472 |
inkscape:label="2" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2473 |
transform="translate(-416.52022,170.47452)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2474 |
style="stroke-width:2"> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2475 |
<path |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2476 |
inkscape:transform-center-x="-14.956365" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2477 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2478 |
inkscape:transform-center-y="-5.5023185e-06" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2479 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2480 |
inkscape:randomized="0" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2481 |
inkscape:rounded="0" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2482 |
inkscape:flatsided="true" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2483 |
sodipodi:arg2="1.5707963" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2484 |
sodipodi:arg1="0.52359878" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2485 |
sodipodi:r2="29.912722" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2486 |
sodipodi:r1="59.825443" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2487 |
sodipodi:cy="105.17262" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2488 |
sodipodi:cx="596.74072" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2489 |
sodipodi:sides="3" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2490 |
id="path985-8" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2491 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2492 |
sodipodi:type="star" /> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2493 |
<text |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2494 |
id="text1067-5" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2495 |
y="111.05016" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2496 |
x="925.82605" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2497 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2498 |
xml:space="preserve"><tspan |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2499 |
style="stroke-width:1px" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2500 |
y="111.05016" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2501 |
x="925.82605" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2502 |
id="tspan1065-7" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2503 |
sodipodi:role="line">2</tspan></text> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2504 |
</g> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2505 |
<g |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2506 |
id="g1081-4" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2507 |
inkscape:label="1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2508 |
transform="translate(-416.52022,170.47452)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2509 |
style="stroke-width:2"> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2510 |
<path |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2511 |
inkscape:transform-center-x="-14.956349" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2512 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2513 |
sodipodi:type="star" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2514 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2515 |
id="path987-1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2516 |
sodipodi:sides="3" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2517 |
sodipodi:cx="596.74072" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2518 |
sodipodi:cy="136.44444" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2519 |
sodipodi:r1="29.912722" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2520 |
sodipodi:r2="14.956361" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2521 |
sodipodi:arg1="0.52359878" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2522 |
sodipodi:arg2="1.5707963" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2523 |
inkscape:flatsided="true" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2524 |
inkscape:rounded="0" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2525 |
inkscape:randomized="0" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2526 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2527 |
inkscape:transform-center-y="-3.3040441e-05" /> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2528 |
<text |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2529 |
xml:space="preserve" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2530 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2531 |
x="842.71497" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2532 |
y="111.05016" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2533 |
id="text1071-8"><tspan |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2534 |
sodipodi:role="line" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2535 |
id="tspan1069-5" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2536 |
x="842.71497" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2537 |
y="111.05016" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2538 |
style="stroke-width:1px">1</tspan></text> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2539 |
</g> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
2540 |
</g> |
2962
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2541 |
</g> |
02ea529fd08c
SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2961
diff
changeset
|
2542 |
</g> |
2983
43198edb6ac0
SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents:
2962
diff
changeset
|
2543 |
<g |
2996
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2544 |
transform="matrix(3.3549332,0,0,3.14525,-181.87457,3116.0198)" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2545 |
style="fill-rule:evenodd;stroke-width:0.47631353" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2546 |
id="g1490" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2547 |
inkscape:label="HMI:ModalOKDialog"> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2548 |
<path |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2549 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.16776976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2550 |
d="M 54.211099,1.2654702 H 435.73881 V 230.18209 H 54.211099 Z" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2551 |
id="path1386" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2552 |
inkscape:connector-curvature="0" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2553 |
inkscape:label="Background" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2554 |
sodipodi:nodetypes="ccccc" /> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2555 |
<rect |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2556 |
inkscape:label="Field" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2557 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fffff5;fill-opacity:1;fill-rule:nonzero;stroke:#202326;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2558 |
id="rect1388" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2559 |
width="314.68832" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2560 |
height="68.369255" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2561 |
x="87.630791" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2562 |
y="56.041908" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2563 |
rx="3.8152773" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2564 |
ry="3.8152773" /> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2565 |
<text |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2566 |
inkscape:label="Message" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2567 |
xml:space="preserve" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2568 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0763855px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.47690967px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2569 |
x="243.24242" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2570 |
y="94.637527" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2571 |
id="text1392"><tspan |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2572 |
sodipodi:role="line" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2573 |
id="tspan1390" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2574 |
x="243.24242" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2575 |
y="94.637527" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2576 |
style="text-align:center;text-anchor:middle;stroke-width:0.47690967px">message</tspan></text> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2577 |
<g |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2578 |
transform="translate(-158.98593,95.381925)" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2579 |
inkscape:label="OK" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2580 |
id="g1466"> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2581 |
<path |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2582 |
inkscape:connector-curvature="0" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2583 |
d="m 363.41531,54.792986 h 81.09115 c 3.34,0 5.01006,3.34003 5.01006,5.010045 v 30.060225 c 0,3.340029 -1.67006,5.010032 -5.01006,5.010032 h -81.09115 c -1.67006,0 -5.01007,-1.670003 -5.01007,-5.010032 V 59.803031 c 0,-1.670015 3.34001,-5.010045 5.01007,-5.010045 z" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2584 |
id="path1462" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2585 |
style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2586 |
sodipodi:nodetypes="sssssssss" /> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2587 |
<text |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2588 |
transform="scale(1.0007154,0.99928511)" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2589 |
style="font-weight:normal;font-size:10.63882256px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2590 |
id="text1464" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2591 |
y="78.632088" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2592 |
x="402.71881"> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2593 |
<tspan |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2594 |
style="text-align:center;text-anchor:middle" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2595 |
id="tspan5195">OK</tspan> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2596 |
</text> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2597 |
</g> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2598 |
<text |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2599 |
inkscape:label="Info" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2600 |
transform="scale(0.96824589,1.0327955)" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2601 |
id="text1482" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2602 |
y="12.333653" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2603 |
x="252.9579" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2604 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.31375408px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.30784383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2605 |
xml:space="preserve"><tspan |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2606 |
style="stroke-width:0.30784383px" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2607 |
y="12.333653" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2608 |
x="252.9579" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2609 |
id="tspan1480" |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2610 |
sodipodi:role="line">information</tspan></text> |
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2994
diff
changeset
|
2611 |
</g> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2612 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2613 |
inkscape:label="HMI:Meter@/PUMP0/SLOTH" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2614 |
transform="matrix(3.7795276,0,0,3.7795276,1628.51,630.30393)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2615 |
id="g1338"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2616 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2617 |
inkscape:label="range" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2618 |
sodipodi:open="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2619 |
d="M 63.610123,2.2017068 A 64.411957,64.411957 0 0 1 128.02208,-62.210247" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2620 |
sodipodi:end="4.712389" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2621 |
sodipodi:start="3.1415927" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2622 |
sodipodi:ry="64.411957" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2623 |
sodipodi:rx="64.411957" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2624 |
sodipodi:cy="2.2017097" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2625 |
sodipodi:cx="128.02208" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2626 |
sodipodi:type="arc" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2627 |
id="path1318" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2628 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#3ee800;stroke-width:26.45833397;stroke-miterlimit:4;stroke-dasharray:2.64583333, 2.64583333;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2629 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2630 |
inkscape:label="needle" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2631 |
sodipodi:nodetypes="cc" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2632 |
inkscape:connector-curvature="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2633 |
id="path1320" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2634 |
d="M 130.96206,4.0725977 79.111776,-41.363223" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2635 |
style="fill:none;fill-rule:evenodd;stroke:#ff3000;stroke-width:2.96333337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:29.63333321;stroke-opacity:1;marker-end:url(#marker1656)" /> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2636 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2637 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2638 |
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2639 |
x="49.132977" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2640 |
y="4.9187088" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2641 |
id="text1324" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2642 |
inkscape:label="min"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2643 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2644 |
id="tspan1322" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2645 |
x="49.132977" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2646 |
y="4.9187088" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2647 |
style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px">0</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2648 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2649 |
id="text1328" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2650 |
y="-78.144218" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2651 |
x="127.48073" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2652 |
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2653 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2654 |
inkscape:label="max"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2655 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2656 |
y="-78.144218" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2657 |
x="127.48073" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2658 |
id="tspan1326" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2659 |
sodipodi:role="line">10000</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2660 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2661 |
inkscape:label="unit" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2662 |
id="text1336" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2663 |
y="1.1408259" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2664 |
x="124.77896" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2665 |
style="font-style:normal;font-weight:normal;font-size:7.5467205px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2666 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2667 |
id="tspan1334" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2668 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2669 |
y="1.1408259" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2670 |
x="124.77896" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2671 |
sodipodi:role="line">bar</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2672 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2673 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2674 |
inkscape:label="HMI:Switch@/PUMP0/BOOLOUT" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2675 |
id="g1368" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2676 |
transform="translate(1424.3019,-503.18786)"> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2677 |
<g |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2678 |
id="g1352" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2679 |
style="fill:#ff0000;stroke:#ff00ff" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2680 |
inkscape:label="true"> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2681 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2682 |
d="M 825.90072,963.24473 V 1105.042 L 960.08286,916.47892 V 809.26931 Z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2683 |
style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2684 |
id="path3479" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2685 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2686 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2687 |
d="m 825.90072,1105.042 90.50967,81.6485 121.15161,-225.30347 -77.47914,-44.90811 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2688 |
style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2689 |
id="path3481" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2690 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2691 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2692 |
d="m 960.08286,809.26931 77.47914,36.25624 v 115.86148 l -77.47914,-44.90811 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2693 |
style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2694 |
id="path3483" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2695 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2696 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2697 |
d="M 825.90072,963.24473 916.41039,1029.3537 1037.562,845.52555 960.08286,809.26931 Z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2698 |
style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2699 |
id="path3485" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2700 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2701 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2702 |
d="m 916.41039,1029.3537 v 157.3368 L 1037.562,961.38703 V 845.52555 Z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2703 |
style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2704 |
id="path3487" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2705 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2706 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2707 |
d="m 825.90072,963.24473 90.50967,66.10897 v 157.3368 l -90.50967,-81.6485 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2708 |
style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2709 |
id="path3489" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2710 |
inkscape:connector-curvature="0" /> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2711 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2712 |
<g |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2713 |
id="g1366" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2714 |
style="fill:#ff0000;stroke:#ff00ff" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2715 |
inkscape:label="false"> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2716 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2717 |
d="M 855.90072,905.24473 V 1047.042 L 978.37453,966.29311 V 859.08349 Z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2718 |
style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2719 |
id="path3465" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2720 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2721 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2722 |
d="m 855.90072,1047.042 90.50967,81.6485 108.49841,-108.7886 -76.53427,-53.60879 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2723 |
style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2724 |
id="path3467" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2725 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2726 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2727 |
d="m 978.37453,859.08349 76.53427,44.9569 v 115.86151 l -76.53427,-53.60879 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2728 |
style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2729 |
id="path3469" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2730 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2731 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2732 |
d="m 855.90072,905.24473 90.50967,66.109 108.49841,-67.31334 -76.53427,-44.9569 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2733 |
style="fill:#4d389f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2734 |
id="path3471" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2735 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2736 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2737 |
d="M 946.41039,971.35373 V 1128.6905 L 1054.9088,1019.9019 V 904.04039 Z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2738 |
style="fill:#d78bff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2739 |
id="path3473" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2740 |
inkscape:connector-curvature="0" /> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2741 |
<path |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2742 |
d="m 855.90072,905.24473 90.50967,66.109 v 157.33677 l -90.50967,-81.6485 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2743 |
style="fill:#8667bf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round" |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2744 |
id="path3475" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
2745 |
inkscape:connector-curvature="0" /> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2746 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2747 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2748 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2749 |
transform="matrix(0.63690435,0,0,0.63690435,1576.4961,80.355376)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2750 |
inkscape:label="HMI:Input@/PUMP0/PRESSURE" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2751 |
id="g1394"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2752 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2753 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2754 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2755 |
x="136.32812" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2756 |
y="218.24219" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2757 |
id="text1380" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2758 |
inkscape:label="value"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2759 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2760 |
id="tspan1378" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2761 |
x="136.32812" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2762 |
y="218.24219" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2763 |
style="stroke-width:1px">8888</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2764 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2765 |
inkscape:label="-100" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2766 |
inkscape:transform-center-y="14.956363" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2767 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2768 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2769 |
inkscape:rounded="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2770 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2771 |
sodipodi:arg2="1.5707963" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2772 |
sodipodi:arg1="0.52359878" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2773 |
sodipodi:r2="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2774 |
sodipodi:r1="59.825443" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2775 |
sodipodi:cy="-216.2599" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2776 |
sodipodi:cx="596.74072" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2777 |
sodipodi:sides="3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2778 |
id="path1382" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2779 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2780 |
sodipodi:type="star" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2781 |
transform="scale(1,-1)" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2782 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2783 |
transform="scale(1,-1)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2784 |
sodipodi:type="star" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2785 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2786 |
id="path1384" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2787 |
sodipodi:sides="3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2788 |
sodipodi:cx="596.74072" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2789 |
sodipodi:cy="-184.98808" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2790 |
sodipodi:r1="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2791 |
sodipodi:r2="14.956361" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2792 |
sodipodi:arg1="0.52359878" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2793 |
sodipodi:arg2="1.5707963" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2794 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2795 |
inkscape:rounded="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2796 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2797 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2798 |
inkscape:transform-center-y="7.4781812" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2799 |
inkscape:label="-10" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2800 |
<rect |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2801 |
inkscape:label="edit" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2802 |
onclick="" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2803 |
y="95.40741" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2804 |
x="139.85185" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2805 |
height="128" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2806 |
width="407.7037" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2807 |
id="rect1386" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2808 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2809 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2810 |
sodipodi:type="star" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2811 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2812 |
id="path1388" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2813 |
sodipodi:sides="3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2814 |
sodipodi:cx="596.74072" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2815 |
sodipodi:cy="105.17262" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2816 |
sodipodi:r1="59.825443" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2817 |
sodipodi:r2="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2818 |
sodipodi:arg1="0.52359878" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2819 |
sodipodi:arg2="1.5707963" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2820 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2821 |
inkscape:rounded="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2822 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2823 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2824 |
inkscape:transform-center-y="-14.956361" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2825 |
inkscape:label="+100" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2826 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2827 |
inkscape:label="+10" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2828 |
inkscape:transform-center-y="-7.4781804" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2829 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2830 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2831 |
inkscape:rounded="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2832 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2833 |
sodipodi:arg2="1.5707963" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2834 |
sodipodi:arg1="0.52359878" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2835 |
sodipodi:r2="14.956361" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2836 |
sodipodi:r1="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2837 |
sodipodi:cy="136.44444" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2838 |
sodipodi:cx="596.74072" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2839 |
sodipodi:sides="3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2840 |
id="path1390" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2841 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2842 |
sodipodi:type="star" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2843 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2844 |
inkscape:label="=0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2845 |
inkscape:transform-center-y="-14.956361" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2846 |
d="M 121.35644,205.1862 C 158.18649,167.80191 3.342862,168.95829 40.72715,205.78834 78.111437,242.61839 76.95506,87.774762 40.125008,125.15905 3.2949549,162.54334 158.13858,161.38696 120.7543,124.55691 83.370008,87.726855 84.526385,242.57048 121.35644,205.1862 Z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2847 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2848 |
inkscape:rounded="-0.65084865" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2849 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2850 |
sodipodi:arg2="1.5633284" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2851 |
sodipodi:arg1="0.77793027" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2852 |
sodipodi:r2="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2853 |
sodipodi:r1="57.015106" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2854 |
sodipodi:cy="165.17262" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2855 |
sodipodi:cx="80.740723" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2856 |
sodipodi:sides="4" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2857 |
id="path1392" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2858 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2859 |
sodipodi:type="star" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2860 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2861 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2862 |
style="stroke-width:2" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2863 |
inkscape:label="HMI:Input@/PUMP0/STRIN" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2864 |
id="g1442" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2865 |
transform="matrix(0.5,0,0,0.5,1470.1103,205.71623)"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2866 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2867 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2868 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2869 |
x="136.32812" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2870 |
y="218.24219" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2871 |
id="text1398" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2872 |
inkscape:label="value"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2873 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2874 |
id="tspan1396" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2875 |
x="136.32812" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2876 |
y="218.24219" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2877 |
style="stroke-width:2px">8888</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2878 |
<rect |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2879 |
inkscape:label="edit" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2880 |
onclick="" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2881 |
y="95.40741" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2882 |
x="139.85185" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2883 |
height="128" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2884 |
width="407.7037" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2885 |
id="rect1400" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2886 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2887 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2888 |
style="stroke-width:2" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2889 |
id="g1408" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2890 |
inkscape:label="+"dhu"" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2891 |
transform="translate(-416.52022,170.47452)"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2892 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2893 |
inkscape:connector-curvature="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2894 |
id="path1402" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2895 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2896 |
inkscape:transform-center-y="-14.956361" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2897 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2898 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2899 |
id="text1406" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2900 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2901 |
x="733.58197" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2902 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2903 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2904 |
style="stroke-width:1px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2905 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2906 |
x="733.58197" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2907 |
id="tspan1404" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2908 |
sodipodi:role="line">dhu</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2909 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2910 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2911 |
style="stroke-width:2" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2912 |
id="g1416" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2913 |
inkscape:label="="plop"" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2914 |
transform="translate(-416.52022,170.47452)"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2915 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2916 |
inkscape:transform-center-x="14.956371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2917 |
inkscape:transform-center-y="-3.6154501e-05" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2918 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2919 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2920 |
inkscape:rounded="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2921 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2922 |
sodipodi:arg2="1.5707963" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2923 |
sodipodi:arg1="0.52359878" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2924 |
sodipodi:r2="14.956361" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2925 |
sodipodi:r1="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2926 |
sodipodi:cy="-184.98808" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2927 |
sodipodi:cx="596.74072" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2928 |
sodipodi:sides="3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2929 |
id="path1410" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2930 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2931 |
sodipodi:type="star" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2932 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2933 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2934 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2935 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2936 |
x="633.09552" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2937 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2938 |
id="text1414"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2939 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2940 |
id="tspan1412" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2941 |
x="633.09552" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2942 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2943 |
style="stroke-width:1px">plop</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2944 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2945 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2946 |
style="stroke-width:2" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2947 |
id="g1424" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2948 |
inkscape:label="="mhoo"" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2949 |
transform="translate(-416.52022,170.47452)"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2950 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2951 |
inkscape:transform-center-x="14.956364" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2952 |
transform="rotate(-90,746.45698,-44.543641)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2953 |
sodipodi:type="star" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2954 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2955 |
id="path1418" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2956 |
sodipodi:sides="3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2957 |
sodipodi:cx="596.74072" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2958 |
sodipodi:cy="-216.2599" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2959 |
sodipodi:r1="59.825443" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2960 |
sodipodi:r2="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2961 |
sodipodi:arg1="0.52359878" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2962 |
sodipodi:arg2="1.5707963" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2963 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2964 |
inkscape:rounded="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2965 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2966 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2967 |
inkscape:transform-center-y="-5.9989963e-06" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2968 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2969 |
id="text1422" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2970 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2971 |
x="537.25018" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2972 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2973 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2974 |
style="stroke-width:1px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2975 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2976 |
x="537.25018" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2977 |
id="tspan1420" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2978 |
sodipodi:role="line">mhoo</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2979 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2980 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2981 |
style="stroke-width:2" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2982 |
id="g1432" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2983 |
inkscape:label="="yodl"" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2984 |
transform="translate(-416.52022,170.47452)"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2985 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2986 |
inkscape:transform-center-x="-14.956365" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2987 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2988 |
inkscape:transform-center-y="-5.5023185e-06" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2989 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2990 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2991 |
inkscape:rounded="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2992 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2993 |
sodipodi:arg2="1.5707963" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2994 |
sodipodi:arg1="0.52359878" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2995 |
sodipodi:r2="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2996 |
sodipodi:r1="59.825443" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2997 |
sodipodi:cy="105.17262" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2998 |
sodipodi:cx="596.74072" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
2999 |
sodipodi:sides="3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3000 |
id="path1426" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3001 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3002 |
sodipodi:type="star" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3003 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3004 |
id="text1430" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3005 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3006 |
x="925.82605" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3007 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3008 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3009 |
style="stroke-width:1px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3010 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3011 |
x="925.82605" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3012 |
id="tspan1428" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3013 |
sodipodi:role="line">yodl</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3014 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3015 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3016 |
style="stroke-width:2" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3017 |
id="g1440" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3018 |
inkscape:label="="mhe"" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3019 |
transform="translate(-416.52022,170.47452)"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3020 |
<path |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3021 |
inkscape:transform-center-x="-14.956349" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3022 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3023 |
sodipodi:type="star" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3024 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3025 |
id="path1434" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3026 |
sodipodi:sides="3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3027 |
sodipodi:cx="596.74072" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3028 |
sodipodi:cy="136.44444" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3029 |
sodipodi:r1="29.912722" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3030 |
sodipodi:r2="14.956361" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3031 |
sodipodi:arg1="0.52359878" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3032 |
sodipodi:arg2="1.5707963" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3033 |
inkscape:flatsided="true" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3034 |
inkscape:rounded="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3035 |
inkscape:randomized="0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3036 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3037 |
inkscape:transform-center-y="-3.3040441e-05" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3038 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3039 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3040 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3041 |
x="842.71497" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3042 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3043 |
id="text1438"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3044 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3045 |
id="tspan1436" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3046 |
x="842.71497" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3047 |
y="111.05016" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3048 |
style="stroke-width:1px">mhe</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3049 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3050 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3051 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3052 |
inkscape:label="HMI:Display@/PUMP0/STROUT" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3053 |
id="text1446" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3054 |
y="469.12109" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3055 |
x="1578.1641" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3056 |
style="font-style:normal;font-weight:normal;font-size:80px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3057 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3058 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.5px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3059 |
y="469.12109" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3060 |
x="1578.1641" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3061 |
id="tspan1444" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3062 |
sodipodi:role="line">8888</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3063 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3064 |
transform="matrix(0.57180538,0,0,0.57180538,-153.64055,248.51305)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3065 |
inkscape:label="HMI:Jump:RelativePageTest@/PUMP0" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3066 |
id="g1458"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3067 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3068 |
inkscape:label="button" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3069 |
id="g1450"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3070 |
<rect |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3071 |
inkscape:label="button" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3072 |
ry="35.579063" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3073 |
y="594.82263" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3074 |
x="971.96545" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3075 |
height="95.723877" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3076 |
width="245.44583" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3077 |
id="rect1448" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3078 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3079 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3080 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3081 |
inkscape:label="text" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3082 |
id="g1456"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3083 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3084 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3085 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3086 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3087 |
y="656.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3088 |
id="text1454" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3089 |
inkscape:label="setting_jmp"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3090 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3091 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3092 |
y="656.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3093 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3094 |
id="tspan1460">Pump 0</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3095 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3096 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3097 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3098 |
id="g1475" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3099 |
inkscape:label="HMI:Jump:RelativePageTest@/PUMP1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3100 |
transform="matrix(0.57180538,0,0,0.57180538,6.35945,248.51305)"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3101 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3102 |
id="g1467" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3103 |
inkscape:label="button"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3104 |
<rect |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3105 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3106 |
id="rect1464" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3107 |
width="245.44583" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3108 |
height="95.723877" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3109 |
x="971.96545" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3110 |
y="594.82263" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3111 |
ry="35.579063" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3112 |
inkscape:label="button" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3113 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3114 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3115 |
id="g1473" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3116 |
inkscape:label="text"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3117 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3118 |
inkscape:label="setting_jmp" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3119 |
id="text1471" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3120 |
y="656.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3121 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3122 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3123 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3124 |
id="tspan1469" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3125 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3126 |
y="656.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3127 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3128 |
sodipodi:role="line">Pump 1</tspan><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3129 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3130 |
y="706.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3131 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3132 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3133 |
id="tspan1477" /></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3134 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3135 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3136 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3137 |
transform="matrix(0.57180538,0,0,0.57180538,166.35945,248.51305)" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3138 |
inkscape:label="HMI:Jump:RelativePageTest@/PUMP2" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3139 |
id="g1491"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3140 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3141 |
inkscape:label="button" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3142 |
id="g1481"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3143 |
<rect |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3144 |
inkscape:label="button" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3145 |
ry="35.579063" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3146 |
y="594.82263" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3147 |
x="971.96545" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3148 |
height="95.723877" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3149 |
width="245.44583" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3150 |
id="rect1479" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3151 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3152 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3153 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3154 |
inkscape:label="text" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3155 |
id="g1489"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3156 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3157 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3158 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3159 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3160 |
y="656.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3161 |
id="text1487" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3162 |
inkscape:label="setting_jmp"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3163 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3164 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3165 |
y="656.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3166 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3167 |
id="tspan1493">Pump 2</tspan><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3168 |
id="tspan1485" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3169 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3170 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3171 |
y="706.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3172 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" /></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3173 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3174 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3175 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3176 |
id="g1509" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3177 |
inkscape:label="HMI:Jump:RelativePageTest@/PUMP3" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3178 |
transform="matrix(0.57180538,0,0,0.57180538,326.35945,248.51305)"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3179 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3180 |
id="g1499" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3181 |
inkscape:label="button"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3182 |
<rect |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3183 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3184 |
id="rect1497" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3185 |
width="245.44583" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3186 |
height="95.723877" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3187 |
x="971.96545" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3188 |
y="594.82263" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3189 |
ry="35.579063" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3190 |
inkscape:label="button" /> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3191 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3192 |
<g |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3193 |
id="g1507" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3194 |
inkscape:label="text"> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3195 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3196 |
inkscape:label="setting_jmp" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3197 |
id="text1505" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3198 |
y="656.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3199 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3200 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3201 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3202 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3203 |
y="656.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3204 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3205 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3206 |
id="tspan1511">Pump 3</tspan><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3207 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3208 |
y="706.98151" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3209 |
x="1090.7626" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3210 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3211 |
id="tspan1503" /></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3212 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3213 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3214 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3215 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3216 |
style="font-style:normal;font-weight:normal;font-size:55.09014511px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.34431386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3217 |
x="403.8551" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3218 |
y="700.05371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3219 |
id="text1517" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3220 |
inkscape:label="HMI:Display@/PUMP0/STROUT"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3221 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3222 |
id="tspan1515" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3223 |
x="403.8551" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3224 |
y="700.05371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3225 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.34431386px">8888</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3226 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3227 |
inkscape:label="HMI:Display@/PUMP1/STROUT" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3228 |
id="text1521" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3229 |
y="700.05371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3230 |
x="563.8551" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3231 |
style="font-style:normal;font-weight:normal;font-size:55.09014511px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.34431386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3232 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3233 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.34431386px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3234 |
y="700.05371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3235 |
x="563.8551" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3236 |
id="tspan1519" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3237 |
sodipodi:role="line">8888</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3238 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3239 |
xml:space="preserve" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3240 |
style="font-style:normal;font-weight:normal;font-size:55.09014511px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.34431386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3241 |
x="723.8551" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3242 |
y="700.05371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3243 |
id="text1525" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3244 |
inkscape:label="HMI:Display@/PUMP2/STROUT"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3245 |
sodipodi:role="line" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3246 |
id="tspan1523" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3247 |
x="723.8551" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3248 |
y="700.05371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3249 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.34431386px">8888</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3250 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3251 |
inkscape:label="HMI:Display@/PUMP3/STROUT" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3252 |
id="text1529" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3253 |
y="700.05371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3254 |
x="883.8551" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3255 |
style="font-style:normal;font-weight:normal;font-size:55.09014511px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.34431386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3256 |
xml:space="preserve"><tspan |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3257 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.34431386px" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3258 |
y="700.05371" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3259 |
x="883.8551" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3260 |
id="tspan1527" |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3261 |
sodipodi:role="line">8888</tspan></text> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3262 |
<g |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3263 |
id="g6077" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3264 |
inkscape:label="HMI:ForEach:PUMP@/"> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3265 |
<g |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3266 |
id="g6130" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3267 |
inkscape:label="PUMP:1"> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3268 |
<g |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3269 |
transform="matrix(0.57180538,0,0,0.57180538,1024.0513,-317.49049)" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3270 |
inkscape:label="HMI:Jump:RelativePageTest@en=/PUMP0#en" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3271 |
id="g1458-8"> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3272 |
<g |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3273 |
inkscape:label="disabled" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3274 |
id="g1450-4" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3275 |
style="display:inline"> |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3276 |
<rect |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3277 |
inkscape:label="button" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3278 |
ry="35.579063" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3279 |
y="594.82263" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3280 |
x="971.96545" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3281 |
height="95.723877" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3282 |
width="245.44583" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3283 |
id="rect1448-8" |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3284 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.28600003;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3285 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3286 |
xml:space="preserve" |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
3287 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#434343;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3288 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3289 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3290 |
id="text1454-0-7"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3291 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3292 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3293 |
y="657.59668" |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
3294 |
style="text-align:center;text-anchor:middle;fill:#434343;fill-opacity:1;stroke-width:0.99999994px" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3295 |
id="tspan1460-3-5">Disabled</tspan></text> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3296 |
</g> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3297 |
<g |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3298 |
id="g1067" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3299 |
inkscape:label="inactive" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3300 |
style="display:inline"> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3301 |
<rect |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3302 |
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:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3303 |
id="rect1065" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3304 |
width="245.44583" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3305 |
height="95.723877" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3306 |
x="971.96545" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3307 |
y="594.82263" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3308 |
ry="35.579063" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3309 |
inkscape:label="button" /> |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3310 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3311 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3312 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3313 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3314 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3315 |
id="text1454-0"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3316 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3317 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3318 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3319 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3320 |
id="tspan1460-3">Inactive</tspan></text> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3321 |
</g> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3322 |
<g |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3323 |
inkscape:label="active" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3324 |
id="g1071" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3325 |
style="display:inline"> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3326 |
<rect |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3327 |
inkscape:label="button" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3328 |
ry="35.579063" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3329 |
y="594.82263" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3330 |
x="971.96545" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3331 |
height="95.723877" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3332 |
width="245.44583" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3333 |
id="rect1069" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3334 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3335 |
<text |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3336 |
xml:space="preserve" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3337 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3338 |
x="1095.5966" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3339 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3340 |
id="text1454-0-3"><tspan |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3341 |
sodipodi:role="line" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3342 |
x="1095.5966" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3343 |
y="657.59668" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3344 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3345 |
id="tspan1460-3-6">Active</tspan></text> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3346 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3347 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3348 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3349 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3350 |
style="font-style:normal;font-weight:normal;font-size:22.48720932px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.14054523px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3351 |
x="1591.54" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3352 |
y="102.34158" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3353 |
id="text1517-8" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3354 |
inkscape:label="HMI:Display@/PUMP0/STROUT"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3355 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3356 |
id="tspan1515-5" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3357 |
x="1591.54" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3358 |
y="102.34158" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3359 |
style="fill:#000000;fill-opacity:1;stroke-width:0.14054523px">8888</tspan></text> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3360 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3361 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3362 |
id="g6122" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3363 |
inkscape:label="PUMP:2"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3364 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3365 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3366 |
style="font-style:normal;font-weight:normal;font-size:22.48720932px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.14054523px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3367 |
x="1751.7461" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3368 |
y="102.34158" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3369 |
id="text1517-8-5" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3370 |
inkscape:label="HMI:Display@/PUMP1/STROUT"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3371 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3372 |
id="tspan1515-5-3" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3373 |
x="1751.7461" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3374 |
y="102.34158" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3375 |
style="fill:#000000;fill-opacity:1;stroke-width:0.14054523px">8888</tspan></text> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3376 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3377 |
transform="matrix(0.57180538,0,0,0.57180538,1184.0513,-317.49049)" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3378 |
inkscape:label="HMI:Jump:RelativePageTest@en=/PUMP1#en" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3379 |
id="g1458-8-3"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3380 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3381 |
inkscape:label="disabled" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3382 |
id="g1450-4-5" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3383 |
style="display:inline"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3384 |
<rect |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3385 |
rx="35.579063" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3386 |
inkscape:label="button" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3387 |
ry="35.579063" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3388 |
y="594.82263" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3389 |
x="971.96545" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3390 |
height="95.723877" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3391 |
width="245.44583" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3392 |
id="rect1448-8-6" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3393 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.28600003;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3394 |
<text |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3395 |
xml:space="preserve" |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
3396 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#434343;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3397 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3398 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3399 |
id="text1454-0-7-2"><tspan |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3400 |
sodipodi:role="line" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3401 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3402 |
y="657.59668" |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
3403 |
style="text-align:center;text-anchor:middle;fill:#434343;fill-opacity:1;stroke-width:0.99999994px" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3404 |
id="tspan1460-3-5-9">Disabled</tspan></text> |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3405 |
</g> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3406 |
<g |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3407 |
id="g1067-1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3408 |
inkscape:label="inactive" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3409 |
style="display:inline"> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3410 |
<rect |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3411 |
rx="35.579063" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3412 |
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:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3413 |
id="rect1065-2" |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3414 |
width="245.44583" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3415 |
height="95.723877" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3416 |
x="971.96545" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3417 |
y="594.82263" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3418 |
ry="35.579063" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3419 |
inkscape:label="button" /> |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3420 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3421 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3422 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3423 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3424 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3425 |
id="text1454-0-70"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3426 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3427 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3428 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3429 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3430 |
id="tspan1460-3-9">Inactive</tspan></text> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3431 |
</g> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3432 |
<g |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3433 |
inkscape:label="active" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3434 |
id="g1071-3" |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3435 |
style="display:inline"> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3436 |
<rect |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3437 |
rx="35.579063" |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3438 |
inkscape:label="button" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3439 |
ry="35.579063" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3440 |
y="594.82263" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3441 |
x="971.96545" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3442 |
height="95.723877" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3443 |
width="245.44583" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3444 |
id="rect1069-6" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3445 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3446 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3447 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3448 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3449 |
x="1095.5966" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3450 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3451 |
id="text1454-0-3-0"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3452 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3453 |
x="1095.5966" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3454 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3455 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3456 |
id="tspan1460-3-6-6">Active</tspan></text> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3457 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3458 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3459 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3460 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3461 |
id="g6113" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3462 |
inkscape:label="PUMP:3"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3463 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3464 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3465 |
style="font-style:normal;font-weight:normal;font-size:22.48720932px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.14054523px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3466 |
x="1911.9519" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3467 |
y="102.34158" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3468 |
id="text1517-8-8" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3469 |
inkscape:label="HMI:Display@/PUMP2/STROUT"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3470 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3471 |
id="tspan1515-5-8" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3472 |
x="1911.9519" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3473 |
y="102.34158" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3474 |
style="fill:#000000;fill-opacity:1;stroke-width:0.14054523px">8888</tspan></text> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3475 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3476 |
transform="matrix(0.57180538,0,0,0.57180538,1344.0513,-317.49049)" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3477 |
inkscape:label="HMI:Jump:RelativePageTest@en=/PUMP2#en" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3478 |
id="g1458-8-2"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3479 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3480 |
inkscape:label="disabled" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3481 |
id="g1450-4-6" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3482 |
style="display:inline"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3483 |
<rect |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3484 |
rx="35.579063" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3485 |
inkscape:label="button" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3486 |
ry="35.579063" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3487 |
y="594.82263" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3488 |
x="971.96545" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3489 |
height="95.723877" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3490 |
width="245.44583" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3491 |
id="rect1448-8-1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3492 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.28600003;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3493 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3494 |
xml:space="preserve" |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
3495 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#434343;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3496 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3497 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3498 |
id="text1454-0-7-8"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3499 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3500 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3501 |
y="657.59668" |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
3502 |
style="text-align:center;text-anchor:middle;fill:#434343;fill-opacity:1;stroke-width:0.99999994px" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3503 |
id="tspan1460-3-5-7">Disabled</tspan></text> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3504 |
</g> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3505 |
<g |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3506 |
id="g1067-9" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3507 |
inkscape:label="inactive" |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3508 |
style="display:inline"> |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3509 |
<rect |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3510 |
rx="35.579063" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3511 |
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:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3512 |
id="rect1065-20" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3513 |
width="245.44583" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3514 |
height="95.723877" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3515 |
x="971.96545" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3516 |
y="594.82263" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3517 |
ry="35.579063" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3518 |
inkscape:label="button" /> |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3519 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3520 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3521 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3522 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3523 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3524 |
id="text1454-0-2"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3525 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3526 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3527 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3528 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3529 |
id="tspan1460-3-3">Inactive</tspan></text> |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3530 |
</g> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3531 |
<g |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3532 |
inkscape:label="active" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3533 |
id="g1071-7" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3534 |
style="display:inline"> |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3535 |
<rect |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3536 |
rx="35.579063" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3537 |
inkscape:label="button" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3538 |
ry="35.579063" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3539 |
y="594.82263" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3540 |
x="971.96545" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3541 |
height="95.723877" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3542 |
width="245.44583" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3543 |
id="rect1069-5" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3544 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3545 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3546 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3547 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3548 |
x="1095.5966" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3549 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3550 |
id="text1454-0-3-9"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3551 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3552 |
x="1095.5966" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3553 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3554 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3555 |
id="tspan1460-3-6-2">Active</tspan></text> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3556 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3557 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3558 |
</g> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3559 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3560 |
id="g6104" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3561 |
inkscape:label="PUMP:4"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3562 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3563 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3564 |
style="font-style:normal;font-weight:normal;font-size:22.48720932px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.14054523px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3565 |
x="2072.1577" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3566 |
y="102.34158" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3567 |
id="text1517-8-3" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3568 |
inkscape:label="HMI:Display@/PUMP3/STROUT"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3569 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3570 |
id="tspan1515-5-1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3571 |
x="2072.1577" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3572 |
y="102.34158" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3573 |
style="fill:#000000;fill-opacity:1;stroke-width:0.14054523px">8888</tspan></text> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3574 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3575 |
transform="matrix(0.57180538,0,0,0.57180538,1504.0513,-317.49049)" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3576 |
inkscape:label="HMI:Jump:RelativePageTest@en=/PUMP3#en" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3577 |
id="g1458-8-28"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3578 |
<g |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3579 |
inkscape:label="disabled" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3580 |
id="g1450-4-9" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3581 |
style="display:inline"> |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3582 |
<rect |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3583 |
rx="35.579063" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3584 |
inkscape:label="button" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3585 |
ry="35.579063" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3586 |
y="594.82263" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3587 |
x="971.96545" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3588 |
height="95.723877" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3589 |
width="245.44583" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3590 |
id="rect1448-8-7" |
3353
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
3591 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.28600003;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3592 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3593 |
xml:space="preserve" |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
3594 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#434343;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3595 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3596 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3597 |
id="text1454-0-7-3"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3598 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3599 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3600 |
y="657.59668" |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
3601 |
style="text-align:center;text-anchor:middle;fill:#434343;fill-opacity:1;stroke-width:0.99999994px" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3602 |
id="tspan1460-3-5-6">Disabled</tspan></text> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3603 |
</g> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3604 |
<g |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3605 |
id="g1067-12" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3606 |
inkscape:label="inactive" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3607 |
style="display:inline"> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3608 |
<rect |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3609 |
rx="35.579063" |
3353
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
3610 |
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:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3611 |
id="rect1065-9" |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3612 |
width="245.44583" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3613 |
height="95.723877" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3614 |
x="971.96545" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3615 |
y="594.82263" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3616 |
ry="35.579063" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3617 |
inkscape:label="button" /> |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3618 |
<text |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3619 |
xml:space="preserve" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3620 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3621 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3622 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3623 |
id="text1454-0-31"><tspan |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3624 |
sodipodi:role="line" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3625 |
x="1093.7899" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3626 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3627 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3628 |
id="tspan1460-3-94">Inactive</tspan></text> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3629 |
</g> |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3630 |
<g |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3631 |
inkscape:label="active" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3632 |
id="g1071-78" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3633 |
style="display:inline"> |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3634 |
<rect |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3635 |
rx="35.579063" |
3240
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3636 |
inkscape:label="button" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3637 |
ry="35.579063" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3638 |
y="594.82263" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3639 |
x="971.96545" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3640 |
height="95.723877" |
5f756332ada1
SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents:
3220
diff
changeset
|
3641 |
width="245.44583" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3642 |
id="rect1069-4" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3643 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3644 |
<text |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3645 |
xml:space="preserve" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3646 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3647 |
x="1095.5966" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3648 |
y="657.59668" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3649 |
id="text1454-0-3-5"><tspan |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3650 |
sodipodi:role="line" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3651 |
x="1095.5966" |
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3652 |
y="657.59668" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3653 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
3595
375626e60b63
SVGHMI: rework Jump widget to cope with Enable Expressions.
Edouard Tisserant
parents:
3555
diff
changeset
|
3654 |
id="tspan1460-3-6-0">Active</tspan></text> |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3655 |
</g> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3656 |
</g> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3657 |
</g> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3658 |
<g |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3659 |
inkscape:label="PUMP:+1" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3660 |
id="g6241" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3661 |
transform="matrix(0.57180538,0,0,0.57180538,1461.2541,-321.48847)"> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3662 |
<rect |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3663 |
style="fill:#000000;fill-opacity:1;stroke:#ff0000;stroke-width:1.74884677" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3664 |
id="rect6235" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3665 |
width="89.036743" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3666 |
height="79.143768" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3667 |
x="1326.8333" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3668 |
y="612.41589" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3669 |
rx="22.385239" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3670 |
ry="20.986162" /> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3671 |
<text |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3672 |
xml:space="preserve" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3673 |
style="font-style:normal;font-weight:normal;font-size:42.81540298px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.0703851" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3674 |
x="1340.5292" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3675 |
y="663.73657" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3676 |
id="text6239"><tspan |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3677 |
sodipodi:role="line" |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3678 |
id="tspan6237" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3679 |
x="1340.5292" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3680 |
y="663.73657" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3681 |
style="fill:#ffffff;stroke-width:1.0703851">+1</tspan></text> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3682 |
</g> |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3683 |
<g |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3684 |
transform="matrix(0.57180538,0,0,0.57180538,752.02604,-322.19558)" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3685 |
id="g6209" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3686 |
inkscape:label="PUMP:-1"> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3687 |
<rect |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3688 |
ry="20.986162" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3689 |
rx="22.385239" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3690 |
y="612.41589" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3691 |
x="1326.8333" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3692 |
height="79.143768" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3693 |
width="89.036743" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3694 |
id="rect6200" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3695 |
style="fill:#000000;fill-opacity:1;stroke:#ff0000;stroke-width:1.74884677" /> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3696 |
<text |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3697 |
id="text6204" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3698 |
y="663.73657" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3699 |
x="1340.5292" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3700 |
style="font-style:normal;font-weight:normal;font-size:42.81540298px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.0703851" |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3701 |
xml:space="preserve"><tspan |
3002
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3702 |
style="fill:#ffffff;stroke-width:1.0703851" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3703 |
y="663.73657" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3704 |
x="1340.5292" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3705 |
id="tspan6202" |
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2999
diff
changeset
|
3706 |
sodipodi:role="line">-1</tspan></text> |
2999
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3707 |
</g> |
f87d2ac70d04
SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
2997
diff
changeset
|
3708 |
</g> |
3008
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3709 |
<text |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3710 |
xml:space="preserve" |
3408
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
3711 |
style="font-style:normal;font-weight:normal;font-size:25.76535034px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#82ff77;fill-opacity:1;stroke:none;stroke-width:0.3688359px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
3712 |
x="949.96338" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
3713 |
y="514.57275" |
3008
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3714 |
id="text995-6" |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3715 |
inkscape:label="HMI:Display:Ploc %d (%d) grmbl !@/PUMP0/PRESSURE@/PUMP0/SLOTH"><tspan |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3716 |
sodipodi:role="line" |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3717 |
id="tspan993-3" |
3408
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
3718 |
x="949.96338" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
3719 |
y="514.57275" |
3008
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3720 |
style="text-align:center;text-anchor:middle;fill:#82ff77;fill-opacity:1;stroke-width:0.3688359px">8888</tspan></text> |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3721 |
<text |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3722 |
id="text831-1" |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3723 |
y="477.76758" |
3408
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
3724 |
x="841.62634" |
3008
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3725 |
style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3726 |
xml:space="preserve" |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3727 |
inkscape:label="actual_label"><tspan |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3728 |
y="477.76758" |
3408
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
3729 |
x="841.62634" |
3008
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3730 |
id="tspan829-7" |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3731 |
sodipodi:role="line" |
dabad70db1bf
SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3002
diff
changeset
|
3732 |
style="stroke-width:0.63690436px">Multiple variables</tspan></text> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3733 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3734 |
inkscape:label="HMI:Display@paff" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3735 |
id="text1457" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3736 |
y="68.844757" |
3076
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
3737 |
x="750.28473" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3738 |
style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3739 |
xml:space="preserve"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3740 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3741 |
y="68.844757" |
3076
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
3742 |
x="750.28473" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3743 |
id="tspan1455" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3744 |
sodipodi:role="line">8888</tspan></text> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3745 |
<g |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3746 |
style="stroke-width:4" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3747 |
inkscape:label="HMI:Input@paff" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3748 |
id="g1505" |
3076
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
3749 |
transform="matrix(0.14295135,0,0,0.14295135,589.21833,37.615184)"> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3750 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3751 |
xml:space="preserve" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3752 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3753 |
x="136.32812" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3754 |
y="218.24219" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3755 |
id="text1461" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3756 |
inkscape:label="value"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3757 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3758 |
id="tspan1459" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3759 |
x="136.32812" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3760 |
y="218.24219" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3761 |
style="stroke-width:4px">8888</tspan></text> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3762 |
<rect |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3763 |
inkscape:label="edit" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3764 |
onclick="" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3765 |
y="95.40741" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3766 |
x="139.85185" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3767 |
height="128" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3768 |
width="407.7037" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3769 |
id="rect1463" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3770 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3771 |
<g |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3772 |
style="stroke-width:4" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3773 |
id="g1471" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3774 |
inkscape:label="+"dhu"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3775 |
transform="translate(-416.52022,170.47452)"> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3776 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3777 |
inkscape:connector-curvature="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3778 |
id="path1465" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3779 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3780 |
inkscape:transform-center-y="-14.956361" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3781 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3782 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3783 |
id="text1469" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3784 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3785 |
x="733.58197" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3786 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3787 |
xml:space="preserve"><tspan |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3788 |
style="stroke-width:2px" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3789 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3790 |
x="733.58197" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3791 |
id="tspan1467" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3792 |
sodipodi:role="line">dhu</tspan></text> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3793 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3794 |
<g |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3795 |
style="stroke-width:4" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3796 |
id="g1479" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3797 |
inkscape:label="="plop"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3798 |
transform="translate(-416.52022,170.47452)"> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3799 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3800 |
inkscape:transform-center-x="14.956371" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3801 |
inkscape:transform-center-y="-3.6154501e-05" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3802 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3803 |
inkscape:randomized="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3804 |
inkscape:rounded="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3805 |
inkscape:flatsided="true" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3806 |
sodipodi:arg2="1.5707963" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3807 |
sodipodi:arg1="0.52359878" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3808 |
sodipodi:r2="14.956361" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3809 |
sodipodi:r1="29.912722" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3810 |
sodipodi:cy="-184.98808" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3811 |
sodipodi:cx="596.74072" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3812 |
sodipodi:sides="3" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3813 |
id="path1473" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3814 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3815 |
sodipodi:type="star" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3816 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3817 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3818 |
xml:space="preserve" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3819 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3820 |
x="633.09552" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3821 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3822 |
id="text1477"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3823 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3824 |
id="tspan1475" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3825 |
x="633.09552" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3826 |
y="111.05016" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3827 |
style="stroke-width:2px">plop</tspan></text> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3828 |
</g> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3829 |
<g |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3830 |
style="stroke-width:4" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3831 |
id="g1487" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3832 |
inkscape:label="="mhoo"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3833 |
transform="translate(-416.52022,170.47452)"> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3834 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3835 |
inkscape:transform-center-x="14.956364" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3836 |
transform="rotate(-90,746.45698,-44.543641)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3837 |
sodipodi:type="star" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3838 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3839 |
id="path1481" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3840 |
sodipodi:sides="3" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3841 |
sodipodi:cx="596.74072" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3842 |
sodipodi:cy="-216.2599" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3843 |
sodipodi:r1="59.825443" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3844 |
sodipodi:r2="29.912722" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3845 |
sodipodi:arg1="0.52359878" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3846 |
sodipodi:arg2="1.5707963" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3847 |
inkscape:flatsided="true" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3848 |
inkscape:rounded="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3849 |
inkscape:randomized="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3850 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3851 |
inkscape:transform-center-y="-5.9989963e-06" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3852 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3853 |
id="text1485" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3854 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3855 |
x="537.25018" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3856 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3857 |
xml:space="preserve"><tspan |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3858 |
style="stroke-width:2px" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3859 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3860 |
x="537.25018" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3861 |
id="tspan1483" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3862 |
sodipodi:role="line">mhoo</tspan></text> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3863 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3864 |
<g |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3865 |
style="stroke-width:4" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3866 |
id="g1495" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3867 |
inkscape:label="="yodl"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3868 |
transform="translate(-416.52022,170.47452)"> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3869 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3870 |
inkscape:transform-center-x="-14.956365" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3871 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3872 |
inkscape:transform-center-y="-5.5023185e-06" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3873 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3874 |
inkscape:randomized="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3875 |
inkscape:rounded="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3876 |
inkscape:flatsided="true" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3877 |
sodipodi:arg2="1.5707963" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3878 |
sodipodi:arg1="0.52359878" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3879 |
sodipodi:r2="29.912722" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3880 |
sodipodi:r1="59.825443" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3881 |
sodipodi:cy="105.17262" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3882 |
sodipodi:cx="596.74072" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3883 |
sodipodi:sides="3" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3884 |
id="path1489" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3885 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3886 |
sodipodi:type="star" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3887 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3888 |
id="text1493" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3889 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3890 |
x="925.82605" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3891 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3892 |
xml:space="preserve"><tspan |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3893 |
style="stroke-width:2px" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3894 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3895 |
x="925.82605" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3896 |
id="tspan1491" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3897 |
sodipodi:role="line">yodl</tspan></text> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3898 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3899 |
<g |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3900 |
style="stroke-width:4" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3901 |
id="g1503" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3902 |
inkscape:label="="mhe"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3903 |
transform="translate(-416.52022,170.47452)"> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3904 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3905 |
inkscape:transform-center-x="-14.956349" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3906 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3907 |
sodipodi:type="star" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3908 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3909 |
id="path1497" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3910 |
sodipodi:sides="3" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3911 |
sodipodi:cx="596.74072" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3912 |
sodipodi:cy="136.44444" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3913 |
sodipodi:r1="29.912722" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3914 |
sodipodi:r2="14.956361" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3915 |
sodipodi:arg1="0.52359878" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3916 |
sodipodi:arg2="1.5707963" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3917 |
inkscape:flatsided="true" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3918 |
inkscape:rounded="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3919 |
inkscape:randomized="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3920 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3921 |
inkscape:transform-center-y="-3.3040441e-05" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3922 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3923 |
xml:space="preserve" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3924 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3925 |
x="842.71497" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3926 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3927 |
id="text1501"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3928 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3929 |
id="tspan1499" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3930 |
x="842.71497" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3931 |
y="111.05016" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3932 |
style="stroke-width:2px">mhe</tspan></text> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3933 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3934 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3935 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3936 |
inkscape:label="actual_label" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3937 |
xml:space="preserve" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3938 |
style="font-style:normal;font-weight:normal;font-size:12.7380867px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3939 |
x="509.67926" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3940 |
y="43.42762" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3941 |
id="text1527"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3942 |
style="stroke-width:0.63690436px" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3943 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3944 |
id="tspan1525" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3945 |
x="509.67926" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3946 |
y="43.42762">HMI_LOCAL variables</tspan></text> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3947 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3948 |
xml:space="preserve" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3949 |
style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3076
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
3950 |
x="750.28473" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3951 |
y="128.84476" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3952 |
id="text1557" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3953 |
inkscape:label="HMI:Display@.piff"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3954 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3955 |
id="tspan1555" |
3076
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
3956 |
x="750.28473" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3957 |
y="128.84476" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3958 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3959 |
<g |
3076
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
3960 |
transform="matrix(0.14295135,0,0,0.14295135,589.21833,97.61518)" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3961 |
id="g1605" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3962 |
inkscape:label="HMI:Input@.piff" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3963 |
style="stroke-width:4"> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3964 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3965 |
inkscape:label="value" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3966 |
id="text1561" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3967 |
y="218.24219" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3968 |
x="136.32812" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3969 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3970 |
xml:space="preserve"><tspan |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3971 |
style="stroke-width:4px" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3972 |
y="218.24219" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3973 |
x="136.32812" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3974 |
id="tspan1559" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3975 |
sodipodi:role="line">8888</tspan></text> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3976 |
<rect |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3977 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3978 |
id="rect1563" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3979 |
width="407.7037" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3980 |
height="128" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3981 |
x="139.85185" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3982 |
y="95.40741" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3983 |
onclick="" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3984 |
inkscape:label="edit" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3985 |
<g |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3986 |
transform="translate(-416.52022,170.47452)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3987 |
inkscape:label="+"dhu"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3988 |
id="g1571" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3989 |
style="stroke-width:4"> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3990 |
<path |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3991 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3992 |
inkscape:transform-center-y="-14.956361" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3993 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3994 |
id="path1565" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3995 |
inkscape:connector-curvature="0" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3996 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3997 |
xml:space="preserve" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
3998 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
3999 |
x="733.58197" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4000 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4001 |
id="text1569"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4002 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4003 |
id="tspan1567" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4004 |
x="733.58197" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4005 |
y="111.05016" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4006 |
style="stroke-width:2px">dhu</tspan></text> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4007 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4008 |
<g |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4009 |
transform="translate(-416.52022,170.47452)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4010 |
inkscape:label="="plop"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4011 |
id="g1579" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4012 |
style="stroke-width:4"> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4013 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4014 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4015 |
sodipodi:type="star" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4016 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4017 |
id="path1573" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4018 |
sodipodi:sides="3" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4019 |
sodipodi:cx="596.74072" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4020 |
sodipodi:cy="-184.98808" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4021 |
sodipodi:r1="29.912722" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4022 |
sodipodi:r2="14.956361" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4023 |
sodipodi:arg1="0.52359878" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4024 |
sodipodi:arg2="1.5707963" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4025 |
inkscape:flatsided="true" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4026 |
inkscape:rounded="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4027 |
inkscape:randomized="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4028 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4029 |
inkscape:transform-center-y="-3.6154501e-05" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4030 |
inkscape:transform-center-x="14.956371" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4031 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4032 |
id="text1577" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4033 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4034 |
x="633.09552" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4035 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4036 |
xml:space="preserve"><tspan |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4037 |
style="stroke-width:2px" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4038 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4039 |
x="633.09552" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4040 |
id="tspan1575" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4041 |
sodipodi:role="line">plop</tspan></text> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4042 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4043 |
<g |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4044 |
transform="translate(-416.52022,170.47452)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4045 |
inkscape:label="="mhoo"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4046 |
id="g1587" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4047 |
style="stroke-width:4"> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4048 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4049 |
inkscape:transform-center-y="-5.9989963e-06" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4050 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4051 |
inkscape:randomized="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4052 |
inkscape:rounded="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4053 |
inkscape:flatsided="true" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4054 |
sodipodi:arg2="1.5707963" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4055 |
sodipodi:arg1="0.52359878" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4056 |
sodipodi:r2="29.912722" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4057 |
sodipodi:r1="59.825443" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4058 |
sodipodi:cy="-216.2599" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4059 |
sodipodi:cx="596.74072" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4060 |
sodipodi:sides="3" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4061 |
id="path1581" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4062 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4063 |
sodipodi:type="star" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4064 |
transform="rotate(-90,746.45698,-44.543641)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4065 |
inkscape:transform-center-x="14.956364" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4066 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4067 |
xml:space="preserve" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4068 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4069 |
x="537.25018" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4070 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4071 |
id="text1585"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4072 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4073 |
id="tspan1583" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4074 |
x="537.25018" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4075 |
y="111.05016" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4076 |
style="stroke-width:2px">mhoo</tspan></text> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4077 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4078 |
<g |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4079 |
transform="translate(-416.52022,170.47452)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4080 |
inkscape:label="="yodl"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4081 |
id="g1595" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4082 |
style="stroke-width:4"> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4083 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4084 |
sodipodi:type="star" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4085 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4086 |
id="path1589" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4087 |
sodipodi:sides="3" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4088 |
sodipodi:cx="596.74072" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4089 |
sodipodi:cy="105.17262" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4090 |
sodipodi:r1="59.825443" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4091 |
sodipodi:r2="29.912722" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4092 |
sodipodi:arg1="0.52359878" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4093 |
sodipodi:arg2="1.5707963" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4094 |
inkscape:flatsided="true" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4095 |
inkscape:rounded="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4096 |
inkscape:randomized="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4097 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4098 |
inkscape:transform-center-y="-5.5023185e-06" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4099 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4100 |
inkscape:transform-center-x="-14.956365" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4101 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4102 |
xml:space="preserve" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4103 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4104 |
x="925.82605" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4105 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4106 |
id="text1593"><tspan |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4107 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4108 |
id="tspan1591" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4109 |
x="925.82605" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4110 |
y="111.05016" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4111 |
style="stroke-width:2px">yodl</tspan></text> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4112 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4113 |
<g |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4114 |
transform="translate(-416.52022,170.47452)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4115 |
inkscape:label="="mhe"" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4116 |
id="g1603" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4117 |
style="stroke-width:4"> |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4118 |
<path |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4119 |
inkscape:transform-center-y="-3.3040441e-05" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4120 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4121 |
inkscape:randomized="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4122 |
inkscape:rounded="0" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4123 |
inkscape:flatsided="true" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4124 |
sodipodi:arg2="1.5707963" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4125 |
sodipodi:arg1="0.52359878" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4126 |
sodipodi:r2="14.956361" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4127 |
sodipodi:r1="29.912722" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4128 |
sodipodi:cy="136.44444" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4129 |
sodipodi:cx="596.74072" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4130 |
sodipodi:sides="3" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4131 |
id="path1597" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4132 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4133 |
sodipodi:type="star" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4134 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4135 |
inkscape:transform-center-x="-14.956349" /> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4136 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4137 |
id="text1601" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4138 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4139 |
x="842.71497" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4140 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4141 |
xml:space="preserve"><tspan |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4142 |
style="stroke-width:2px" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4143 |
y="111.05016" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4144 |
x="842.71497" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4145 |
id="tspan1599" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4146 |
sodipodi:role="line">mhe</tspan></text> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4147 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4148 |
</g> |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4149 |
<text |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4150 |
id="text1609" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4151 |
y="103.42763" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4152 |
x="509.67926" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4153 |
style="font-style:normal;font-weight:normal;font-size:12.7380867px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4154 |
xml:space="preserve" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4155 |
inkscape:label="actual_label"><tspan |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4156 |
y="103.42763" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
4157 |
x="509.67926" |
3017
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4158 |
sodipodi:role="line" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4159 |
style="stroke-width:0.63690436px" |
15e2df3e5610
SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3008
diff
changeset
|
4160 |
id="tspan1611">PAGE_LOCAL variables</tspan></text> |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4161 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4162 |
inkscape:label="HMI:Meter@level" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
4163 |
transform="matrix(2.1611542,0,0,2.1611542,602.76714,428.92423)" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4164 |
id="g709"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4165 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4166 |
inkscape:label="range" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4167 |
sodipodi:open="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4168 |
d="M 63.610123,2.2017068 A 64.411957,64.411957 0 0 1 128.02208,-62.210247" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4169 |
sodipodi:end="4.712389" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4170 |
sodipodi:start="3.1415927" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4171 |
sodipodi:ry="64.411957" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4172 |
sodipodi:rx="64.411957" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4173 |
sodipodi:cy="2.2017097" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4174 |
sodipodi:cx="128.02208" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4175 |
sodipodi:type="arc" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4176 |
id="path689" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4177 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff7f2a;stroke-width:26.45833397;stroke-miterlimit:4;stroke-dasharray:2.64583333, 2.64583333;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4178 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4179 |
inkscape:label="needle" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4180 |
sodipodi:nodetypes="cc" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4181 |
inkscape:connector-curvature="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4182 |
id="path691" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4183 |
d="M 130.96206,4.0725977 79.111776,-41.363223" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
4184 |
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:2.96333337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0, 32.59666667;stroke-dashoffset:29.63333321;stroke-opacity:1;marker-end:url(#marker1971)" /> |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4185 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4186 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4187 |
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4188 |
x="49.132977" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4189 |
y="4.9187088" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4190 |
id="text695" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4191 |
inkscape:label="min"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4192 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4193 |
id="tspan693" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4194 |
x="49.132977" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4195 |
y="4.9187088" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4196 |
style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px">0</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4197 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4198 |
id="text699" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4199 |
y="-78.144218" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4200 |
x="127.48073" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4201 |
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4202 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4203 |
inkscape:label="max"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4204 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4205 |
y="-78.144218" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4206 |
x="127.48073" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4207 |
id="tspan697" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4208 |
sodipodi:role="line">10000</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4209 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4210 |
inkscape:label="unit" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4211 |
id="text707" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4212 |
y="1.1408259" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4213 |
x="124.77896" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4214 |
style="font-style:normal;font-weight:normal;font-size:7.5467205px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4215 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4216 |
id="tspan705" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4217 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4218 |
y="1.1408259" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4219 |
x="124.77896" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4220 |
sodipodi:role="line">bar</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4221 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4222 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4223 |
id="g84-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4224 |
inkscape:label="HMI:Input@level" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
4225 |
transform="matrix(0.35865594,0,0,0.35865594,458.57767,253.49106)"> |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4226 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4227 |
inkscape:label="value" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4228 |
id="text5151-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4229 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4230 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4231 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4232 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4233 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4234 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4235 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4236 |
id="tspan5149-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4237 |
sodipodi:role="line">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4238 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4239 |
transform="scale(1,-1)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4240 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4241 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4242 |
id="path89-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4243 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4244 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4245 |
sodipodi:cy="-216.2599" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4246 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4247 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4248 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4249 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4250 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4251 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4252 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4253 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4254 |
inkscape:transform-center-y="14.956363" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4255 |
inkscape:label="-100" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4256 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4257 |
inkscape:label="-10" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4258 |
inkscape:transform-center-y="7.4781812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4259 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4260 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4261 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4262 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4263 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4264 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4265 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4266 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4267 |
sodipodi:cy="-184.98808" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4268 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4269 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4270 |
id="path88-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4271 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4272 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4273 |
transform="scale(1,-1)" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4274 |
<rect |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4275 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4276 |
id="rect85-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4277 |
width="407.7037" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4278 |
height="128" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4279 |
x="139.85185" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4280 |
y="95.40741" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4281 |
onclick="" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4282 |
inkscape:label="edit" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4283 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4284 |
inkscape:label="+100" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4285 |
inkscape:transform-center-y="-14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4286 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4287 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4288 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4289 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4290 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4291 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4292 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4293 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4294 |
sodipodi:cy="105.17262" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4295 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4296 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4297 |
id="path87-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4298 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4299 |
sodipodi:type="star" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4300 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4301 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4302 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4303 |
id="path86-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4304 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4305 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4306 |
sodipodi:cy="136.44444" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4307 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4308 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4309 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4310 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4311 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4312 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4313 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4314 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4315 |
inkscape:transform-center-y="-7.4781804" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4316 |
inkscape:label="+10" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4317 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4318 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4319 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4320 |
id="path91-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4321 |
sodipodi:sides="4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4322 |
sodipodi:cx="80.740723" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4323 |
sodipodi:cy="165.17262" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4324 |
sodipodi:r1="57.015106" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4325 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4326 |
sodipodi:arg1="0.77793027" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4327 |
sodipodi:arg2="1.5633284" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4328 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4329 |
inkscape:rounded="-0.65084865" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4330 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4331 |
d="M 121.35644,205.1862 C 158.18649,167.80191 3.342862,168.95829 40.72715,205.78834 78.111437,242.61839 76.95506,87.774762 40.125008,125.15905 3.2949549,162.54334 158.13858,161.38696 120.7543,124.55691 83.370008,87.726855 84.526385,242.57048 121.35644,205.1862 Z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4332 |
inkscape:transform-center-y="-14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4333 |
inkscape:label="=0" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4334 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4335 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4336 |
inkscape:label="HMI:Display@paff" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4337 |
id="text1457-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4338 |
y="215.65211" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4339 |
x="2632.9148" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4340 |
style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4341 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4342 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4343 |
y="215.65211" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4344 |
x="2632.9148" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4345 |
id="tspan1455-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4346 |
sodipodi:role="line">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4347 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4348 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4349 |
inkscape:label="HMI:Input@paff" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4350 |
id="g1505-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4351 |
transform="matrix(0.28590269,0,0,0.28590269,2430.782,153.19299)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4352 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4353 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4354 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4355 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4356 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4357 |
id="text1461-0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4358 |
inkscape:label="value"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4359 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4360 |
id="tspan1459-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4361 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4362 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4363 |
style="stroke-width:2px">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4364 |
<rect |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4365 |
inkscape:label="edit" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4366 |
onclick="" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4367 |
y="95.40741" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4368 |
x="139.85185" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4369 |
height="128" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4370 |
width="407.7037" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4371 |
id="rect1463-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4372 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4373 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4374 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4375 |
id="g1471-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4376 |
inkscape:label="+"dhu"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4377 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4378 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4379 |
inkscape:connector-curvature="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4380 |
id="path1465-0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4381 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4382 |
inkscape:transform-center-y="-14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4383 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4384 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4385 |
id="text1469-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4386 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4387 |
x="733.58197" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4388 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4389 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4390 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4391 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4392 |
x="733.58197" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4393 |
id="tspan1467-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4394 |
sodipodi:role="line">dhu</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4395 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4396 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4397 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4398 |
id="g1479-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4399 |
inkscape:label="="plop"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4400 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4401 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4402 |
inkscape:transform-center-x="14.956371" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4403 |
inkscape:transform-center-y="-3.6154501e-05" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4404 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4405 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4406 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4407 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4408 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4409 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4410 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4411 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4412 |
sodipodi:cy="-184.98808" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4413 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4414 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4415 |
id="path1473-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4416 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4417 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4418 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4419 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4420 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4421 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4422 |
x="633.09552" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4423 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4424 |
id="text1477-8"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4425 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4426 |
id="tspan1475-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4427 |
x="633.09552" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4428 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4429 |
style="stroke-width:1px">plop</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4430 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4431 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4432 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4433 |
id="g1487-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4434 |
inkscape:label="="mhoo"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4435 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4436 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4437 |
inkscape:transform-center-x="14.956364" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4438 |
transform="rotate(-90,746.45698,-44.543641)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4439 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4440 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4441 |
id="path1481-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4442 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4443 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4444 |
sodipodi:cy="-216.2599" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4445 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4446 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4447 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4448 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4449 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4450 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4451 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4452 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4453 |
inkscape:transform-center-y="-5.9989963e-06" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4454 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4455 |
id="text1485-0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4456 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4457 |
x="537.25018" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4458 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4459 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4460 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4461 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4462 |
x="537.25018" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4463 |
id="tspan1483-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4464 |
sodipodi:role="line">mhoo</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4465 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4466 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4467 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4468 |
id="g1495-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4469 |
inkscape:label="="yodl"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4470 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4471 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4472 |
inkscape:transform-center-x="-14.956365" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4473 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4474 |
inkscape:transform-center-y="-5.5023185e-06" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4475 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4476 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4477 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4478 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4479 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4480 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4481 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4482 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4483 |
sodipodi:cy="105.17262" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4484 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4485 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4486 |
id="path1489-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4487 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4488 |
sodipodi:type="star" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4489 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4490 |
id="text1493-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4491 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4492 |
x="925.82605" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4493 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4494 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4495 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4496 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4497 |
x="925.82605" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4498 |
id="tspan1491-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4499 |
sodipodi:role="line">yodl</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4500 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4501 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4502 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4503 |
id="g1503-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4504 |
inkscape:label="="mhe"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4505 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4506 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4507 |
inkscape:transform-center-x="-14.956349" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4508 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4509 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4510 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4511 |
id="path1497-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4512 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4513 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4514 |
sodipodi:cy="136.44444" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4515 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4516 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4517 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4518 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4519 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4520 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4521 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4522 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4523 |
inkscape:transform-center-y="-3.3040441e-05" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4524 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4525 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4526 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4527 |
x="842.71497" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4528 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4529 |
id="text1501-8"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4530 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4531 |
id="tspan1499-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4532 |
x="842.71497" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4533 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4534 |
style="stroke-width:1px">mhe</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4535 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4536 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4537 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4538 |
inkscape:label="actual_label" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4539 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4540 |
style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4541 |
x="2471.7039" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4542 |
y="164.81787" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4543 |
id="text1527-7"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4544 |
style="stroke-width:0.63690436px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4545 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4546 |
id="tspan1525-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4547 |
x="2471.7039" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4548 |
y="164.81787">HMI_LOCAL variables</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4549 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4550 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4551 |
style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4552 |
x="2632.9148" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4553 |
y="335.65213" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4554 |
id="text1557-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4555 |
inkscape:label="HMI:Display@.piff"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4556 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4557 |
id="tspan1555-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4558 |
x="2632.9148" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4559 |
y="335.65213" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4560 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4561 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4562 |
transform="matrix(0.28590269,0,0,0.28590269,2430.782,273.19298)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4563 |
id="g1605-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4564 |
inkscape:label="HMI:Input@.piff" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4565 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4566 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4567 |
inkscape:label="value" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4568 |
id="text1561-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4569 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4570 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4571 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4572 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4573 |
style="stroke-width:2px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4574 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4575 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4576 |
id="tspan1559-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4577 |
sodipodi:role="line">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4578 |
<rect |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4579 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4580 |
id="rect1563-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4581 |
width="407.7037" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4582 |
height="128" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4583 |
x="139.85185" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4584 |
y="95.40741" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4585 |
onclick="" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4586 |
inkscape:label="edit" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4587 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4588 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4589 |
inkscape:label="+"dhu"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4590 |
id="g1571-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4591 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4592 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4593 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4594 |
inkscape:transform-center-y="-14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4595 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4596 |
id="path1565-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4597 |
inkscape:connector-curvature="0" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4598 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4599 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4600 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4601 |
x="733.58197" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4602 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4603 |
id="text1569-7"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4604 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4605 |
id="tspan1567-8" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4606 |
x="733.58197" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4607 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4608 |
style="stroke-width:1px">dhu</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4609 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4610 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4611 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4612 |
inkscape:label="="plop"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4613 |
id="g1579-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4614 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4615 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4616 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4617 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4618 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4619 |
id="path1573-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4620 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4621 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4622 |
sodipodi:cy="-184.98808" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4623 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4624 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4625 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4626 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4627 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4628 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4629 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4630 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4631 |
inkscape:transform-center-y="-3.6154501e-05" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4632 |
inkscape:transform-center-x="14.956371" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4633 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4634 |
id="text1577-0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4635 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4636 |
x="633.09552" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4637 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4638 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4639 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4640 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4641 |
x="633.09552" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4642 |
id="tspan1575-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4643 |
sodipodi:role="line">plop</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4644 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4645 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4646 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4647 |
inkscape:label="="mhoo"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4648 |
id="g1587-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4649 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4650 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4651 |
inkscape:transform-center-y="-5.9989963e-06" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4652 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4653 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4654 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4655 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4656 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4657 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4658 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4659 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4660 |
sodipodi:cy="-216.2599" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4661 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4662 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4663 |
id="path1581-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4664 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4665 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4666 |
transform="rotate(-90,746.45698,-44.543641)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4667 |
inkscape:transform-center-x="14.956364" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4668 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4669 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4670 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4671 |
x="537.25018" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4672 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4673 |
id="text1585-0"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4674 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4675 |
id="tspan1583-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4676 |
x="537.25018" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4677 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4678 |
style="stroke-width:1px">mhoo</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4679 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4680 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4681 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4682 |
inkscape:label="="yodl"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4683 |
id="g1595-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4684 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4685 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4686 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4687 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4688 |
id="path1589-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4689 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4690 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4691 |
sodipodi:cy="105.17262" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4692 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4693 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4694 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4695 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4696 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4697 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4698 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4699 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4700 |
inkscape:transform-center-y="-5.5023185e-06" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4701 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4702 |
inkscape:transform-center-x="-14.956365" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4703 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4704 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4705 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4706 |
x="925.82605" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4707 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4708 |
id="text1593-0"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4709 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4710 |
id="tspan1591-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4711 |
x="925.82605" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4712 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4713 |
style="stroke-width:1px">yodl</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4714 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4715 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4716 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4717 |
inkscape:label="="mhe"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4718 |
id="g1603-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4719 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4720 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4721 |
inkscape:transform-center-y="-3.3040441e-05" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4722 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4723 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4724 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4725 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4726 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4727 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4728 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4729 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4730 |
sodipodi:cy="136.44444" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4731 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4732 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4733 |
id="path1597-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4734 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4735 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4736 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4737 |
inkscape:transform-center-x="-14.956349" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4738 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4739 |
id="text1601-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4740 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4741 |
x="842.71497" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4742 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4743 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4744 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4745 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4746 |
x="842.71497" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4747 |
id="tspan1599-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4748 |
sodipodi:role="line">mhe</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4749 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4750 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4751 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4752 |
id="text1609-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4753 |
y="284.81787" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4754 |
x="2471.7039" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4755 |
style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4756 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4757 |
inkscape:label="actual_label"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4758 |
y="284.81787" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4759 |
x="2471.7039" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4760 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4761 |
style="stroke-width:0.63690436px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4762 |
id="tspan1611-6">PAGE_LOCAL variables</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4763 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4764 |
inkscape:label="HMI:Display@paff" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4765 |
id="text1457-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4766 |
y="1208.4301" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4767 |
x="276.83508" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4768 |
style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4769 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4770 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4771 |
y="1208.4301" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4772 |
x="276.83508" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4773 |
id="tspan1455-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4774 |
sodipodi:role="line">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4775 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4776 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4777 |
inkscape:label="HMI:Input@paff" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4778 |
id="g1505-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4779 |
transform="matrix(0.28590269,0,0,0.28590269,74.702238,1145.9709)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4780 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4781 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4782 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4783 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4784 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4785 |
id="text1461-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4786 |
inkscape:label="value"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4787 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4788 |
id="tspan1459-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4789 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4790 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4791 |
style="stroke-width:2px">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4792 |
<rect |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4793 |
inkscape:label="edit" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4794 |
onclick="" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4795 |
y="95.40741" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4796 |
x="139.85185" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4797 |
height="128" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4798 |
width="407.7037" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4799 |
id="rect1463-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4800 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4801 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4802 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4803 |
id="g1471-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4804 |
inkscape:label="+"dhu"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4805 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4806 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4807 |
inkscape:connector-curvature="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4808 |
id="path1465-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4809 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4810 |
inkscape:transform-center-y="-14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4811 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4812 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4813 |
id="text1469-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4814 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4815 |
x="733.58197" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4816 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4817 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4818 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4819 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4820 |
x="733.58197" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4821 |
id="tspan1467-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4822 |
sodipodi:role="line">dhu</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4823 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4824 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4825 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4826 |
id="g1479-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4827 |
inkscape:label="="plop"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4828 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4829 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4830 |
inkscape:transform-center-x="14.956371" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4831 |
inkscape:transform-center-y="-3.6154501e-05" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4832 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4833 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4834 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4835 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4836 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4837 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4838 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4839 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4840 |
sodipodi:cy="-184.98808" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4841 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4842 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4843 |
id="path1473-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4844 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4845 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4846 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4847 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4848 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4849 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4850 |
x="633.09552" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4851 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4852 |
id="text1477-4"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4853 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4854 |
id="tspan1475-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4855 |
x="633.09552" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4856 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4857 |
style="stroke-width:1px">plop</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4858 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4859 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4860 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4861 |
id="g1487-0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4862 |
inkscape:label="="mhoo"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4863 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4864 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4865 |
inkscape:transform-center-x="14.956364" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4866 |
transform="rotate(-90,746.45698,-44.543641)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4867 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4868 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4869 |
id="path1481-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4870 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4871 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4872 |
sodipodi:cy="-216.2599" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4873 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4874 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4875 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4876 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4877 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4878 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4879 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4880 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4881 |
inkscape:transform-center-y="-5.9989963e-06" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4882 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4883 |
id="text1485-8" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4884 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4885 |
x="537.25018" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4886 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4887 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4888 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4889 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4890 |
x="537.25018" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4891 |
id="tspan1483-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4892 |
sodipodi:role="line">mhoo</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4893 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4894 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4895 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4896 |
id="g1495-8" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4897 |
inkscape:label="="yodl"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4898 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4899 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4900 |
inkscape:transform-center-x="-14.956365" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4901 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4902 |
inkscape:transform-center-y="-5.5023185e-06" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4903 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4904 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4905 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4906 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4907 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4908 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4909 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4910 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4911 |
sodipodi:cy="105.17262" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4912 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4913 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4914 |
id="path1489-8" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4915 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4916 |
sodipodi:type="star" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4917 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4918 |
id="text1493-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4919 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4920 |
x="925.82605" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4921 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4922 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4923 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4924 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4925 |
x="925.82605" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4926 |
id="tspan1491-3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4927 |
sodipodi:role="line">yodl</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4928 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4929 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4930 |
style="stroke-width:2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4931 |
id="g1503-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4932 |
inkscape:label="="mhe"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4933 |
transform="translate(-416.52022,170.47452)"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4934 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4935 |
inkscape:transform-center-x="-14.956349" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4936 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4937 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4938 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4939 |
id="path1497-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4940 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4941 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4942 |
sodipodi:cy="136.44444" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4943 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4944 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4945 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4946 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4947 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4948 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4949 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4950 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4951 |
inkscape:transform-center-y="-3.3040441e-05" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4952 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4953 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4954 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4955 |
x="842.71497" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4956 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4957 |
id="text1501-9"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4958 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4959 |
id="tspan1499-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4960 |
x="842.71497" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4961 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4962 |
style="stroke-width:1px">mhe</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4963 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4964 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4965 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4966 |
inkscape:label="actual_label" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4967 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4968 |
style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4969 |
x="115.62414" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4970 |
y="1157.5958" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4971 |
id="text1527-0"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4972 |
style="stroke-width:0.63690436px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4973 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4974 |
id="tspan1525-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4975 |
x="115.62414" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4976 |
y="1157.5958">HMI_LOCAL variables</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4977 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4978 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4979 |
style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4980 |
x="276.83508" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4981 |
y="1328.4301" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4982 |
id="text1557-8" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4983 |
inkscape:label="HMI:Display@.piff"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4984 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4985 |
id="tspan1555-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4986 |
x="276.83508" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4987 |
y="1328.4301" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4988 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4989 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4990 |
transform="matrix(0.28590269,0,0,0.28590269,74.702238,1265.9709)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4991 |
id="g1605-26" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4992 |
inkscape:label="HMI:Input@.piff" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4993 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4994 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4995 |
inkscape:label="value" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4996 |
id="text1561-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4997 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4998 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
4999 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5000 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5001 |
style="stroke-width:2px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5002 |
y="218.24219" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5003 |
x="136.32812" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5004 |
id="tspan1559-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5005 |
sodipodi:role="line">8888</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5006 |
<rect |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5007 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5008 |
id="rect1563-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5009 |
width="407.7037" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5010 |
height="128" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5011 |
x="139.85185" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5012 |
y="95.40741" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5013 |
onclick="" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5014 |
inkscape:label="edit" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5015 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5016 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5017 |
inkscape:label="+"dhu"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5018 |
id="g1571-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5019 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5020 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5021 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5022 |
inkscape:transform-center-y="-14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5023 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5024 |
id="path1565-0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5025 |
inkscape:connector-curvature="0" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5026 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5027 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5028 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5029 |
x="733.58197" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5030 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5031 |
id="text1569-4"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5032 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5033 |
id="tspan1567-87" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5034 |
x="733.58197" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5035 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5036 |
style="stroke-width:1px">dhu</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5037 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5038 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5039 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5040 |
inkscape:label="="plop"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5041 |
id="g1579-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5042 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5043 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5044 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5045 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5046 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5047 |
id="path1573-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5048 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5049 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5050 |
sodipodi:cy="-184.98808" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5051 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5052 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5053 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5054 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5055 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5056 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5057 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5058 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5059 |
inkscape:transform-center-y="-3.6154501e-05" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5060 |
inkscape:transform-center-x="14.956371" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5061 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5062 |
id="text1577-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5063 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5064 |
x="633.09552" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5065 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5066 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5067 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5068 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5069 |
x="633.09552" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5070 |
id="tspan1575-7" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5071 |
sodipodi:role="line">plop</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5072 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5073 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5074 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5075 |
inkscape:label="="mhoo"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5076 |
id="g1587-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5077 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5078 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5079 |
inkscape:transform-center-y="-5.9989963e-06" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5080 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5081 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5082 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5083 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5084 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5085 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5086 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5087 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5088 |
sodipodi:cy="-216.2599" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5089 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5090 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5091 |
id="path1581-2" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5092 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5093 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5094 |
transform="rotate(-90,746.45698,-44.543641)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5095 |
inkscape:transform-center-x="14.956364" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5096 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5097 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5098 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5099 |
x="537.25018" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5100 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5101 |
id="text1585-6"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5102 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5103 |
id="tspan1583-1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5104 |
x="537.25018" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5105 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5106 |
style="stroke-width:1px">mhoo</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5107 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5108 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5109 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5110 |
inkscape:label="="yodl"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5111 |
id="g1595-0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5112 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5113 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5114 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5115 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5116 |
id="path1589-6" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5117 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5118 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5119 |
sodipodi:cy="105.17262" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5120 |
sodipodi:r1="59.825443" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5121 |
sodipodi:r2="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5122 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5123 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5124 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5125 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5126 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5127 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5128 |
inkscape:transform-center-y="-5.5023185e-06" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5129 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5130 |
inkscape:transform-center-x="-14.956365" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5131 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5132 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5133 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5134 |
x="925.82605" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5135 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5136 |
id="text1593-1"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5137 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5138 |
id="tspan1591-5" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5139 |
x="925.82605" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5140 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5141 |
style="stroke-width:1px">yodl</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5142 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5143 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5144 |
transform="translate(-416.52022,170.47452)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5145 |
inkscape:label="="mhe"" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5146 |
id="g1603-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5147 |
style="stroke-width:2"> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5148 |
<path |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5149 |
inkscape:transform-center-y="-3.3040441e-05" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5150 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5151 |
inkscape:randomized="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5152 |
inkscape:rounded="0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5153 |
inkscape:flatsided="true" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5154 |
sodipodi:arg2="1.5707963" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5155 |
sodipodi:arg1="0.52359878" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5156 |
sodipodi:r2="14.956361" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5157 |
sodipodi:r1="29.912722" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5158 |
sodipodi:cy="136.44444" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5159 |
sodipodi:cx="596.74072" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5160 |
sodipodi:sides="3" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5161 |
id="path1597-4" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5162 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5163 |
sodipodi:type="star" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5164 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5165 |
inkscape:transform-center-x="-14.956349" /> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5166 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5167 |
id="text1601-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5168 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5169 |
x="842.71497" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5170 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5171 |
xml:space="preserve"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5172 |
style="stroke-width:1px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5173 |
y="111.05016" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5174 |
x="842.71497" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5175 |
id="tspan1599-0" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5176 |
sodipodi:role="line">mhe</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5177 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5178 |
</g> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5179 |
<text |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5180 |
id="text1609-9" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5181 |
y="1277.5958" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5182 |
x="115.62414" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5183 |
style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5184 |
xml:space="preserve" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5185 |
inkscape:label="actual_label"><tspan |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5186 |
y="1277.5958" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5187 |
x="115.62414" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5188 |
sodipodi:role="line" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5189 |
style="stroke-width:0.63690436px" |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5190 |
id="tspan1611-1">PAGE_LOCAL variables</tspan></text> |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5191 |
<g |
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5192 |
id="g2387" |
3025
48e7e336c052
SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents:
3023
diff
changeset
|
5193 |
inkscape:label="HMI:VarInit:42@level" /> |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5194 |
<g |
3025
48e7e336c052
SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents:
3023
diff
changeset
|
5195 |
inkscape:label="HMI:VarInit:"a string"@paff" |
3023
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents:
3017
diff
changeset
|
5196 |
id="g2389" /> |
3025
48e7e336c052
SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents:
3023
diff
changeset
|
5197 |
<g |
48e7e336c052
SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents:
3023
diff
changeset
|
5198 |
id="g825" |
48e7e336c052
SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents:
3023
diff
changeset
|
5199 |
inkscape:label="HMI:VarInit:"a page string"@.piff" /> |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5200 |
<g |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5201 |
inkscape:label="HMI:VarInit:50@.position" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5202 |
id="g906" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5203 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5204 |
id="g908" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5205 |
inkscape:label="HMI:VarInit:100@.range" /> |
3062 | 5206 |
<g |
5207 |
inkscape:label="HMI:VarInit:7@.visibleAlarms" |
|
5208 |
id="g906-3" /> |
|
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
5209 |
<use |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
5210 |
x="0" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5211 |
y="0" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
5212 |
xlink:href="#g7994" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
5213 |
id="use8000" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
5214 |
transform="translate(-1380,800)" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
5215 |
width="100%" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
5216 |
height="100%" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
5217 |
inkscape:label="HMI:Page:AlarmPage" /> |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5218 |
<text |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5219 |
xml:space="preserve" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5220 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:80px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align: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" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5221 |
x="-738.18359" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5222 |
y="86.260696" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5223 |
id="text2019"><tspan |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5224 |
sodipodi:role="line" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5225 |
id="tspan2017" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5226 |
x="-738.18359" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5227 |
y="86.260696" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5228 |
style="fill:#ffffff;stroke-width:1px">Alarm Page</tspan></text> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5229 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5230 |
id="g1289" |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5231 |
inkscape:label="HMI:JsonTable:/alarms@/ALARMNOTIFY@.range@.position@.visibleAlarms@.filter" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5232 |
transform="matrix(0.5,0,0,0.5,-1757.3465,454.4367)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5233 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5234 |
id="g5231" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5235 |
inkscape:label="data"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5236 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5237 |
id="g1384" |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5238 |
inkscape:label="[6]" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5239 |
transform="translate(52.326002,240.30067)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5240 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5241 |
id="g901" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5242 |
inkscape:label="# commented group" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5243 |
transform="translate(419.716,-441.73566)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5244 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5245 |
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5246 |
d="m 528.62458,486.07049 23.69122,21.00809" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5247 |
id="path903" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5248 |
inkscape:connector-curvature="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5249 |
sodipodi:nodetypes="cc" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5250 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5251 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5252 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5253 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5254 |
xlink:href="#use1297" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5255 |
inkscape:transform-center-x="0.11123312" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5256 |
inkscape:transform-center-y="2.2824109" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5257 |
id="use1378" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5258 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5259 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5260 |
transform="matrix(0.7609336,0,0,0.7609336,199.15217,164.3798)" |
3048
d46d545ff7b7
SVGHMI: JsonTable can now have clickable elements, that trigger a request with extra argument whose content is taken from Json data.
Edouard Tisserant
parents:
3044
diff
changeset
|
5261 |
inkscape:label=".status onClick[acknowledge]=.alarmid" /> |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5262 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5263 |
transform="matrix(1.3019536,0,0,1.3019536,39.582906,238.73392)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5264 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5265 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5266 |
xlink:href="#use913" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5267 |
id="use966" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5268 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5269 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5270 |
inkscape:label=".status textContent=.time" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5271 |
style="stroke-width:1.53615308" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5272 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5273 |
inkscape:label=".status textContent=.text" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5274 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5275 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5276 |
id="use1832" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5277 |
xlink:href="#use913" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5278 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5279 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5280 |
transform="matrix(2,0,0,2,85.95394,349.02524)" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5281 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5282 |
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5283 |
d="M 972.0318,65.34292 H 2780.6604" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5284 |
id="path2238" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5285 |
inkscape:connector-curvature="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5286 |
sodipodi:nodetypes="cc" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5287 |
inkscape:label="# separation line" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5288 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5289 |
<use |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5290 |
inkscape:label="[5]" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5291 |
transform="translate(0,-62.914773)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5292 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5293 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5294 |
id="use5200" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5295 |
xlink:href="#g1384" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5296 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5297 |
x="0" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5298 |
<use |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5299 |
inkscape:label="[4]" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5300 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5301 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5302 |
xlink:href="#g1384" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5303 |
id="use5202" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5304 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5305 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5306 |
transform="translate(0,-125.82955)" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5307 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5308 |
inkscape:label="[3]" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5309 |
transform="translate(0,-188.74432)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5310 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5311 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5312 |
id="use5204" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5313 |
xlink:href="#g1384" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5314 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5315 |
x="0" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5316 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5317 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5318 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5319 |
xlink:href="#g1384" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5320 |
id="use2176" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5321 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5322 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5323 |
transform="translate(0,-251.65909)" |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5324 |
inkscape:label="[2]" /> |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5325 |
<use |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5326 |
inkscape:label="[1]" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5327 |
transform="translate(0,-314.57387)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5328 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5329 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5330 |
id="use2178" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5331 |
xlink:href="#g1384" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5332 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5333 |
x="0" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5334 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5335 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5336 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5337 |
xlink:href="#g1384" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5338 |
id="use2180" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5339 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5340 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5341 |
transform="translate(0,-377.48864)" |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5342 |
inkscape:label="[0]" /> |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5343 |
</g> |
3181
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5344 |
<g |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5345 |
style="stroke-width:1.04184687" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5346 |
inkscape:label="action_reset" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5347 |
id="g1839-6" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5348 |
transform="matrix(2,0,0,2,-181.39997,-864.49004)"> |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5349 |
<g |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5350 |
style="stroke-width:1.04184687" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5351 |
inkscape:label="bg" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5352 |
id="g945-7"> |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5353 |
<rect |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5354 |
rx="26.820074" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5355 |
inkscape:label="button" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5356 |
ry="23.177595" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5357 |
y="594.82263" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5358 |
x="971.96545" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5359 |
height="95.723877" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5360 |
width="245.44583" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5361 |
id="rect943-5" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5362 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5.20923424;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5363 |
</g> |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5364 |
<g |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5365 |
style="stroke-width:1.04184687" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5366 |
inkscape:label="text" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5367 |
id="g951-3"> |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5368 |
<text |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5369 |
xml:space="preserve" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5370 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.04184675px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5371 |
x="1090.7626" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5372 |
y="656.98151" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5373 |
id="text949-5" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5374 |
inkscape:label="setting_jmp"><tspan |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5375 |
sodipodi:role="line" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5376 |
id="tspan947-6" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5377 |
x="1090.7626" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5378 |
y="656.98151" |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5379 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.04184675px">reset</tspan></text> |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5380 |
</g> |
50d0fef791d5
SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3178
diff
changeset
|
5381 |
</g> |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5382 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5383 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5384 |
id="g1332" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5385 |
inkscape:label="polygons" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5386 |
transform="translate(-1556.6506,114.93627)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5387 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5388 |
inkscape:transform-center-y="2.9995242" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5389 |
inkscape:transform-center-x="0.14620371" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5390 |
d="m 1081.9632,-246.81598 -27.9274,5.51725 -27.9273,5.51724 9.1856,-26.94439 9.1856,-26.94439 18.7417,21.42715 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5391 |
inkscape:randomized="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5392 |
inkscape:rounded="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5393 |
inkscape:flatsided="false" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5394 |
sodipodi:arg2="1.3757507" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5395 |
sodipodi:arg1="0.32855317" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5396 |
sodipodi:r2="16.43548" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5397 |
sodipodi:r1="32.87096" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5398 |
sodipodi:cy="-257.42258" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5399 |
sodipodi:cx="1050.8505" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5400 |
sodipodi:sides="3" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5401 |
id="path1298" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5402 |
style="fill:#8fbc8f;fill-opacity:1;stroke:#ff0000" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5403 |
sodipodi:type="star" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5404 |
inkscape:label="three" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5405 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5406 |
sodipodi:type="star" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5407 |
style="fill:#ff8c00;fill-opacity:1;stroke:#ff0000" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5408 |
id="path1308" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5409 |
sodipodi:sides="4" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5410 |
sodipodi:cx="1110.8505" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5411 |
sodipodi:cy="-257.42258" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5412 |
sodipodi:r1="32.87096" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5413 |
sodipodi:r2="16.43548" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5414 |
sodipodi:arg1="0.32855317" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5415 |
sodipodi:arg2="1.1139513" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5416 |
inkscape:flatsided="false" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5417 |
inkscape:rounded="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5418 |
inkscape:randomized="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5419 |
d="m 1141.9632,-246.81598 -23.8627,4.1434 -17.8566,16.3627 -4.1434,-23.8627 -16.3627,-17.8566 23.8627,-4.1434 17.8566,-16.3627 4.1434,23.8627 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5420 |
inkscape:transform-center-x="0.14620371" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5421 |
inkscape:transform-center-y="2.9995242" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5422 |
inkscape:label="four" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5423 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5424 |
inkscape:transform-center-y="2.9995242" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5425 |
inkscape:transform-center-x="0.14620371" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5426 |
d="m 1201.9632,-246.81598 -21.6446,2.82766 -9.9413,19.4333 -9.3778,-19.7114 -21.5541,-3.44949 15.8487,-15.00997 -3.3799,-21.5652 19.1728,10.43473 19.4653,-9.87854 -3.9993,21.45898 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5427 |
inkscape:randomized="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5428 |
inkscape:rounded="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5429 |
inkscape:flatsided="false" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5430 |
sodipodi:arg2="0.9568717" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5431 |
sodipodi:arg1="0.32855317" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5432 |
sodipodi:r2="16.43548" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5433 |
sodipodi:r1="32.87096" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5434 |
sodipodi:cy="-257.42258" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5435 |
sodipodi:cx="1170.8505" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5436 |
sodipodi:sides="5" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5437 |
id="path1310" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5438 |
style="fill:#bc8f8f;fill-opacity:1;stroke:#ff0000" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5439 |
sodipodi:type="star" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5440 |
inkscape:label="five" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5441 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5442 |
sodipodi:type="star" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5443 |
style="fill:#f0f8ff;fill-opacity:1;stroke:#ff0000" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5444 |
id="path1312" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5445 |
sodipodi:sides="6" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5446 |
sodipodi:cx="1230.8505" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5447 |
sodipodi:cy="-257.42258" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5448 |
sodipodi:r1="32.87096" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5449 |
sodipodi:r2="16.43548" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5450 |
sodipodi:arg1="0.32855317" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5451 |
sodipodi:arg2="0.85215195" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5452 |
inkscape:flatsided="false" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5453 |
inkscape:rounded="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5454 |
inkscape:randomized="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5455 |
d="m 1261.9632,-246.81598 -20.2922,1.76437 -4.4498,19.87672 -11.674,-16.69134 -19.4387,6.08474 8.6181,-18.45571 -14.9888,-13.79198 20.2921,-1.76436 4.4498,-19.87673 11.6741,16.69134 19.4386,-6.08473 -8.6181,18.4557 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5456 |
inkscape:transform-center-x="0.14620371" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5457 |
inkscape:transform-center-y="2.9995242" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5458 |
inkscape:label="six" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5459 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5460 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5461 |
inkscape:label="HMI:List" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5462 |
id="g1311" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5463 |
transform="translate(-1396.6506,94.93627)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5464 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5465 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5466 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5467 |
xlink:href="#path1298" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5468 |
inkscape:transform-center-x="0.14620371" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5469 |
inkscape:transform-center-y="2.9995242" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5470 |
id="use1293" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5471 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5472 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5473 |
transform="translate(-69.76703,100)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5474 |
style="display:inline" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5475 |
inkscape:label="ack" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5476 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5477 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5478 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5479 |
xlink:href="#path1308" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5480 |
inkscape:transform-center-x="0.14620371" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5481 |
inkscape:transform-center-y="2.9995242" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5482 |
id="use1295" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5483 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5484 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5485 |
transform="translate(-126.48474,100)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5486 |
inkscape:label="alarm" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5487 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5488 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5489 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5490 |
xlink:href="#path1310" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5491 |
inkscape:transform-center-x="0.14620371" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5492 |
inkscape:transform-center-y="2.9995242" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5493 |
id="use1297" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5494 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5495 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5496 |
transform="translate(-186.33351,100)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5497 |
inkscape:label="active" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5498 |
<use |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5499 |
x="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5500 |
y="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5501 |
xlink:href="#path1312" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5502 |
inkscape:transform-center-x="0.14620371" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5503 |
inkscape:transform-center-y="2.9995242" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5504 |
id="use1299" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5505 |
width="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5506 |
height="100%" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5507 |
transform="translate(-246.4848,100)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5508 |
inkscape:label="disabled" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5509 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5510 |
<g |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5511 |
transform="matrix(0.33436432,0,0,0.33436432,-584.21063,278.8185)" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5512 |
inkscape:label="HMI:Input@/ALARMNOTIFY" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5513 |
id="g5222" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5514 |
style="stroke-width:0.75594342"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5515 |
<text |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5516 |
xml:space="preserve" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5517 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5518 |
x="136.32812" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5519 |
y="218.24219" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5520 |
id="text5208" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5521 |
inkscape:label="value"><tspan |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5522 |
sodipodi:role="line" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5523 |
id="tspan5206" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5524 |
x="136.32812" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5525 |
y="218.24219" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5526 |
style="stroke-width:0.75594342px">8888</tspan></text> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5527 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5528 |
transform="scale(1,-1)" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5529 |
sodipodi:type="star" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5530 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5531 |
id="path5212" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5532 |
sodipodi:sides="3" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5533 |
sodipodi:cx="608.70374" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5534 |
sodipodi:cy="-209.2599" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5535 |
sodipodi:r1="59.825443" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5536 |
sodipodi:r2="29.912722" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5537 |
sodipodi:arg1="0.52359878" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5538 |
sodipodi:arg2="1.5707963" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5539 |
inkscape:flatsided="true" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5540 |
inkscape:rounded="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5541 |
inkscape:randomized="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5542 |
d="m 660.51409,-179.34718 -103.62071,0 51.81036,-89.73817 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5543 |
inkscape:transform-center-y="14.956362" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5544 |
inkscape:label="-1" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5545 |
<rect |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5546 |
inkscape:label="edit" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5547 |
onclick="" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5548 |
y="95.40741" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5549 |
x="139.85185" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5550 |
height="128" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5551 |
width="407.7037" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5552 |
id="rect5214" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5553 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5554 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5555 |
inkscape:label="+1" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5556 |
inkscape:transform-center-y="-14.95636" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5557 |
d="m 660.51409,142.08535 -103.62071,0 51.81036,-89.738163 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5558 |
inkscape:randomized="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5559 |
inkscape:rounded="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5560 |
inkscape:flatsided="true" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5561 |
sodipodi:arg2="1.5707963" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5562 |
sodipodi:arg1="0.52359878" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5563 |
sodipodi:r2="29.912722" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5564 |
sodipodi:r1="59.825443" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5565 |
sodipodi:cy="112.17263" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5566 |
sodipodi:cx="608.70374" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5567 |
sodipodi:sides="3" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5568 |
id="path5218" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5569 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5570 |
sodipodi:type="star" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5571 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5572 |
<g |
3062 | 5573 |
id="g1766" |
3178
21cb76012c78
SVGHMI: Make ScrollBar's variables order match JsonTable's variables order to avoid confusion
Edouard Tisserant
parents:
3151
diff
changeset
|
5574 |
inkscape:label="HMI:ScrollBar@.range@.position@.visibleAlarms" |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5575 |
transform="translate(9.7583007e-6)"> |
3062 | 5576 |
<path |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5577 |
sodipodi:nodetypes="cccc" |
3062 | 5578 |
inkscape:connector-curvature="0" |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5579 |
id="path1266" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5580 |
d="m -234.01097,332.35504 21.18736,28.36866 h -42.37471 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5581 |
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:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.42391574px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5582 |
inkscape:label="pageup" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5583 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5584 |
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:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.4007318px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5585 |
d="m -234.01097,686.72773 21.18736,-27.45222 h -42.37471 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5586 |
id="path1268" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5587 |
inkscape:connector-curvature="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5588 |
sodipodi:nodetypes="cccc" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5589 |
inkscape:label="pagedown" /> |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5590 |
<rect |
3062 | 5591 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.30952382;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.03627348px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
5592 |
id="rect1264-3" |
|
5593 |
width="42.374725" |
|
5594 |
height="276.64423" |
|
5595 |
x="-255.19838" |
|
5596 |
y="371.91068" |
|
5597 |
rx="7.6034913" |
|
5598 |
ry="6.8822322" |
|
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5599 |
inkscape:label="range" /> |
3062 | 5600 |
<rect |
5601 |
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:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.11429262px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
|
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5602 |
id="rect1264" |
3062 | 5603 |
width="42.374725" |
5604 |
height="82.841492" |
|
5605 |
x="-255.19838" |
|
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5606 |
y="371.91068" |
3062 | 5607 |
rx="7.6034913" |
5608 |
ry="7" |
|
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
5609 |
inkscape:label="cursor" /> |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5610 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5611 |
<g |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5612 |
id="g893" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5613 |
inkscape:label="textstyles" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5614 |
transform="translate(-1566.6506,56.936266)"> |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5615 |
<text |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5616 |
inkscape:label="red" |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5617 |
id="text1382-7" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5618 |
y="-171.54395" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5619 |
x="1298.9102" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5620 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.5" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5621 |
xml:space="preserve"><tspan |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5622 |
y="-171.54395" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5623 |
x="1298.9102" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5624 |
id="tspan1380-5" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5625 |
sodipodi:role="line" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5626 |
style="stroke-width:0.5">value</tspan></text> |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5627 |
<text |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5628 |
xml:space="preserve" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5629 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5630 |
x="1298.9102" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5631 |
y="-191.54395" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5632 |
id="text875" |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5633 |
inkscape:label="black"><tspan |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5634 |
style="fill:#000000;stroke-width:0.5" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5635 |
sodipodi:role="line" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5636 |
id="tspan873" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5637 |
x="1298.9102" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5638 |
y="-191.54395">value</tspan></text> |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5639 |
<text |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5640 |
inkscape:label="green" |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5641 |
id="text879" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5642 |
y="-211.54395" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5643 |
x="1298.9102" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5644 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:0.5" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5645 |
xml:space="preserve"><tspan |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5646 |
y="-211.54395" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5647 |
x="1298.9102" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5648 |
id="tspan877" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5649 |
sodipodi:role="line" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5650 |
style="fill:#00ff00;stroke-width:0.5">value</tspan></text> |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5651 |
<text |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5652 |
xml:space="preserve" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5653 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.5" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5654 |
x="1298.9102" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5655 |
y="-231.54395" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5656 |
id="text883" |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5657 |
inkscape:label="gray"><tspan |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5658 |
style="fill:#999999;stroke-width:0.5" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5659 |
sodipodi:role="line" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5660 |
id="tspan881" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5661 |
x="1298.9102" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5662 |
y="-231.54395">value</tspan></text> |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5663 |
</g> |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5664 |
<g |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5665 |
id="g907" |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5666 |
inkscape:label="HMI:TextStyleList" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5667 |
transform="translate(-990.65059,102.93627)"> |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5668 |
<use |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5669 |
x="0" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5670 |
y="0" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5671 |
xlink:href="#text879" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5672 |
id="use913" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5673 |
width="100%" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5674 |
height="100%" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5675 |
transform="translate(-573,60.999998)" |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5676 |
inkscape:label="active" /> |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5677 |
<use |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5678 |
x="0" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5679 |
y="0" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5680 |
xlink:href="#text875" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5681 |
id="use911" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5682 |
width="100%" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5683 |
height="100%" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5684 |
transform="translate(-573,40.999998)" |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5685 |
inkscape:label="ack" /> |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5686 |
<use |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5687 |
x="0" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5688 |
y="0" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5689 |
xlink:href="#text1382-7" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5690 |
id="use909" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5691 |
width="100%" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5692 |
height="100%" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5693 |
transform="translate(-573,20.999998)" |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5694 |
inkscape:label="alarm" /> |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5695 |
<use |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5696 |
x="0" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5697 |
y="0" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5698 |
xlink:href="#text883" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5699 |
id="use915" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5700 |
width="100%" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5701 |
height="100%" |
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5702 |
transform="translate(-573,80.999998)" |
3029
61b0491fe05b
SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3028
diff
changeset
|
5703 |
inkscape:label="disabled" /> |
3028
72ee99635db7
SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3025
diff
changeset
|
5704 |
</g> |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5705 |
<g |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5706 |
transform="matrix(0.33436432,0,0,0.33436432,-1048.7703,278.8185)" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5707 |
inkscape:label="HMI:Input@.range" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5708 |
id="g5222-3" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5709 |
style="stroke-width:0.75594342"> |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5710 |
<text |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5711 |
xml:space="preserve" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5712 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5713 |
x="136.32812" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5714 |
y="218.24219" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5715 |
id="text5208-6" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5716 |
inkscape:label="value"><tspan |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5717 |
sodipodi:role="line" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5718 |
id="tspan5206-7" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5719 |
x="136.32812" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5720 |
y="218.24219" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5721 |
style="stroke-width:0.75594342px">8888</tspan></text> |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5722 |
<path |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5723 |
transform="scale(1,-1)" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5724 |
sodipodi:type="star" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5725 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5726 |
id="path5212-5" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5727 |
sodipodi:sides="3" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5728 |
sodipodi:cx="620.66675" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5729 |
sodipodi:cy="-209.2599" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5730 |
sodipodi:r1="59.825443" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5731 |
sodipodi:r2="29.912722" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5732 |
sodipodi:arg1="0.52359878" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5733 |
sodipodi:arg2="1.5707963" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5734 |
inkscape:flatsided="true" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5735 |
inkscape:rounded="0" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5736 |
inkscape:randomized="0" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5737 |
d="m 672.4771,-179.34718 -103.62071,0 51.81036,-89.73817 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5738 |
inkscape:transform-center-y="14.956362" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5739 |
inkscape:label="-1" /> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5740 |
<rect |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5741 |
inkscape:label="edit" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5742 |
onclick="" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5743 |
y="95.40741" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5744 |
x="139.85185" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5745 |
height="128" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5746 |
width="407.7037" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5747 |
id="rect5214-3" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5748 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5749 |
<path |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5750 |
inkscape:label="+1" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5751 |
inkscape:transform-center-y="-14.95636" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5752 |
d="m 672.4771,142.08535 -103.62071,0 51.81036,-89.738163 z" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5753 |
inkscape:randomized="0" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5754 |
inkscape:rounded="0" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5755 |
inkscape:flatsided="true" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5756 |
sodipodi:arg2="1.5707963" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5757 |
sodipodi:arg1="0.52359878" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5758 |
sodipodi:r2="29.912722" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5759 |
sodipodi:r1="59.825443" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5760 |
sodipodi:cy="112.17263" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5761 |
sodipodi:cx="620.66675" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5762 |
sodipodi:sides="3" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5763 |
id="path5218-5" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5764 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5765 |
sodipodi:type="star" /> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5766 |
</g> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5767 |
<g |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5768 |
transform="matrix(0.33436432,0,0,0.33436432,-816.49047,278.8185)" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5769 |
inkscape:label="HMI:Input@.position" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5770 |
id="g5222-6" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5771 |
style="stroke-width:0.75594342"> |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5772 |
<text |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5773 |
xml:space="preserve" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5774 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5775 |
x="136.32812" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5776 |
y="218.24219" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5777 |
id="text5208-2" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5778 |
inkscape:label="value"><tspan |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5779 |
sodipodi:role="line" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5780 |
id="tspan5206-9" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5781 |
x="136.32812" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5782 |
y="218.24219" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5783 |
style="stroke-width:0.75594342px">8888</tspan></text> |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5784 |
<path |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5785 |
transform="scale(1,-1)" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5786 |
sodipodi:type="star" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5787 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5788 |
id="path5212-1" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5789 |
sodipodi:sides="3" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5790 |
sodipodi:cx="608.70374" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5791 |
sodipodi:cy="-209.2599" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5792 |
sodipodi:r1="59.825443" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5793 |
sodipodi:r2="29.912722" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5794 |
sodipodi:arg1="0.52359878" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5795 |
sodipodi:arg2="1.5707963" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5796 |
inkscape:flatsided="true" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5797 |
inkscape:rounded="0" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5798 |
inkscape:randomized="0" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5799 |
d="m 660.51409,-179.34718 -103.62071,0 51.81036,-89.73817 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5800 |
inkscape:transform-center-y="14.956362" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5801 |
inkscape:label="-1" /> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5802 |
<rect |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5803 |
inkscape:label="edit" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5804 |
onclick="" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5805 |
y="95.40741" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5806 |
x="139.85185" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5807 |
height="128" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5808 |
width="407.7037" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5809 |
id="rect5214-2" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5810 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5811 |
<path |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5812 |
inkscape:label="+1" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5813 |
inkscape:transform-center-y="-14.95636" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5814 |
d="m 660.51409,142.08535 -103.62071,0 51.81036,-89.738163 z" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5815 |
inkscape:randomized="0" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5816 |
inkscape:rounded="0" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5817 |
inkscape:flatsided="true" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5818 |
sodipodi:arg2="1.5707963" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5819 |
sodipodi:arg1="0.52359878" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5820 |
sodipodi:r2="29.912722" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5821 |
sodipodi:r1="59.825443" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5822 |
sodipodi:cy="112.17263" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5823 |
sodipodi:cx="608.70374" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5824 |
sodipodi:sides="3" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5825 |
id="path5218-7" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5826 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5827 |
sodipodi:type="star" /> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5828 |
</g> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5829 |
<text |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5830 |
xml:space="preserve" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5831 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;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" |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5832 |
x="-935.5838" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5833 |
y="291.8042" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5834 |
id="text887"><tspan |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5835 |
sodipodi:role="line" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5836 |
id="tspan885" |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5837 |
x="-935.5838" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5838 |
y="291.8042" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5839 |
style="fill:#ffffff;stroke-width:1px">range</tspan></text> |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5840 |
<text |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5841 |
id="text891" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5842 |
y="291.8042" |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5843 |
x="-702.87115" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5844 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;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" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5845 |
xml:space="preserve"><tspan |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5846 |
style="fill:#ffffff;stroke-width:1px" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5847 |
y="291.8042" |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5848 |
x="-702.87115" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5849 |
id="tspan889" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5850 |
sodipodi:role="line">position</tspan></text> |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5851 |
<text |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5852 |
xml:space="preserve" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5853 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;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" |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5854 |
x="-471.33417" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5855 |
y="291.8042" |
3034
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5856 |
id="text895"><tspan |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5857 |
sodipodi:role="line" |
793ce2117258
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents:
3031
diff
changeset
|
5858 |
id="tspan893" |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
5859 |
x="-471.33417" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5860 |
y="291.8042" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5861 |
style="fill:#ffffff;stroke-width:1px">notify</tspan></text> |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5862 |
<g |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5863 |
style="stroke-width:2" |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5864 |
inkscape:label="HMI:Input@/ALARMTEXT" |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5865 |
id="g1442-3" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5866 |
transform="matrix(0.5,0,0,0.5,-915.0529,113.05833)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5867 |
<rect |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5868 |
inkscape:label="edit" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5869 |
onclick="" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5870 |
y="77.265099" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5871 |
x="-648.04266" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5872 |
height="179.83517" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5873 |
width="1195.5988" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5874 |
id="rect1400-5" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5875 |
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:#cacaca;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5876 |
ry="36.786537" /> |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5877 |
<text |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5878 |
xml:space="preserve" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5879 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#0e0e0e;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5880 |
x="545.95312" |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5881 |
y="218.24219" |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5882 |
id="text1398-6" |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5883 |
inkscape:label="value"><tspan |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5884 |
sodipodi:role="line" |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5885 |
id="tspan1396-7" |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5886 |
x="545.95312" |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5887 |
y="218.24219" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5888 |
style="text-align:end;text-anchor:end;fill:#0e0e0e;fill-opacity:1;stroke-width:2px">8888</tspan></text> |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5889 |
</g> |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5890 |
<g |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5891 |
style="stroke-width:1.04184687" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5892 |
inkscape:label="HMI:Input@/SENDALARM" |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5893 |
id="g953" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5894 |
transform="translate(-1386.3329,-450.57041)"> |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5895 |
<g |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5896 |
id="g1839" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5897 |
inkscape:label="+1"> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5898 |
<g |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5899 |
id="g945" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5900 |
inkscape:label="bg" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5901 |
style="stroke-width:1.04184687"> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5902 |
<rect |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5903 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5.20923424;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5904 |
id="rect943" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5905 |
width="245.44583" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5906 |
height="95.723877" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5907 |
x="971.96545" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5908 |
y="594.82263" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5909 |
ry="23.177595" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5910 |
inkscape:label="button" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5911 |
rx="26.820074" /> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5912 |
</g> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5913 |
<g |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5914 |
id="g951" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5915 |
inkscape:label="text" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5916 |
style="stroke-width:1.04184687"> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5917 |
<text |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5918 |
inkscape:label="setting_jmp" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5919 |
id="text949" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5920 |
y="656.98151" |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5921 |
x="1090.7626" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5922 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.04184675px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5923 |
xml:space="preserve"><tspan |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5924 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.04184675px" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5925 |
y="656.98151" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5926 |
x="1090.7626" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5927 |
id="tspan947" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5928 |
sodipodi:role="line">trigger</tspan></text> |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5929 |
</g> |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5930 |
</g> |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5931 |
</g> |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5932 |
<g |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5933 |
style="stroke-width:2" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5934 |
inkscape:label="HMI:Input@/ALARMSTATUS" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5935 |
id="g1887" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5936 |
transform="matrix(0.28590269,0,0,0.28590269,-631.94615,129.07897)"> |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5937 |
<text |
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5938 |
xml:space="preserve" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5939 |
style="font-style:normal;font-weight:normal;font-size:148.39013672px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5940 |
x="329.13501" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5941 |
y="214.01605" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5942 |
id="text1843" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5943 |
inkscape:label="value"><tspan |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
5944 |
sodipodi:role="line" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5945 |
id="tspan1841" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5946 |
x="329.13501" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5947 |
y="214.01605" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5948 |
style="text-align:center;text-anchor:middle;stroke-width:1.99999988px">8888</tspan></text> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5949 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5950 |
style="stroke-width:1.09375393" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5951 |
id="g1853" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5952 |
inkscape:label="="ack"" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5953 |
transform="matrix(1.8285648,0,0,1.8285648,-936.17681,115.40643)"> |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5954 |
<path |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5955 |
inkscape:connector-curvature="0" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5956 |
id="path1847" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5957 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5958 |
inkscape:transform-center-y="-14.956361" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5959 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5960 |
<text |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5961 |
id="text1851" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5962 |
y="112.62867" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5963 |
x="738.57678" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5964 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5965 |
xml:space="preserve"><tspan |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5966 |
style="stroke-width:0.54687697px" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5967 |
y="112.62867" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5968 |
x="738.57678" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5969 |
id="tspan1849" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5970 |
sodipodi:role="line">ack</tspan></text> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5971 |
</g> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5972 |
<g |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5973 |
style="stroke-width:1.09375393" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5974 |
id="g1861" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5975 |
inkscape:label="="disabled"" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5976 |
transform="matrix(1.8285648,0,0,1.8285648,-1012.4359,109.57379)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5977 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5978 |
inkscape:connector-curvature="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5979 |
id="path1847-7" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5980 |
d="m 738.52607,148.37593 -80.6293,0.60214 -0.6021,-80.629288 80.6293,-0.60214 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5981 |
inkscape:transform-center-y="-14.956361" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5982 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5983 |
<text |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5984 |
xml:space="preserve" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5985 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5986 |
x="656.177" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5987 |
y="115.81841" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5988 |
id="text1859"><tspan |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5989 |
sodipodi:role="line" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5990 |
id="tspan1857" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5991 |
x="656.177" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5992 |
y="115.81841" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5993 |
style="stroke-width:0.54687697px">disabled</tspan></text> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5994 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5995 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5996 |
style="stroke-width:1.09375393" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5997 |
id="g1869" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
5998 |
inkscape:label="="active"" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
5999 |
transform="matrix(1.8285648,0,0,1.8285648,-998.18055,84.666267)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6000 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6001 |
inkscape:connector-curvature="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6002 |
id="path1847-5" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6003 |
d="m 630.35651,161.99728 -80.6293,0.60214 -0.6021,-80.629287 80.6293,-0.60214 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6004 |
inkscape:transform-center-y="-14.956361" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6005 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6006 |
<text |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6007 |
id="text1867" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6008 |
y="129.43976" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6009 |
x="559.26227" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6010 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6011 |
xml:space="preserve"><tspan |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6012 |
style="stroke-width:0.54687697px" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6013 |
y="129.43976" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6014 |
x="559.26227" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6015 |
id="tspan1865" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6016 |
sodipodi:role="line">active</tspan></text> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6017 |
</g> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6018 |
<g |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6019 |
style="stroke-width:1.09375393" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6020 |
id="g1877" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6021 |
inkscape:label="="alarm"" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6022 |
transform="matrix(1.8285648,0,0,1.8285648,-1114.212,118.29284)"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6023 |
<path |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6024 |
inkscape:connector-curvature="0" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6025 |
id="path1847-3" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6026 |
d="m 994.91832,143.60768 -80.62931,0.60214 -0.6021,-80.629285 80.62931,-0.60214 z" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6027 |
inkscape:transform-center-y="-14.956361" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6028 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6029 |
<text |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6030 |
id="text1875" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6031 |
y="111.05016" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6032 |
x="925.82605" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6033 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6034 |
xml:space="preserve"><tspan |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6035 |
style="stroke-width:0.54687697px" |
3038
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6036 |
y="111.05016" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6037 |
x="925.82605" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6038 |
id="tspan1873" |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6039 |
sodipodi:role="line">alarm</tspan></text> |
92101729f7b7
SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents:
3036
diff
changeset
|
6040 |
</g> |
3036
4930455428df
SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents:
3034
diff
changeset
|
6041 |
</g> |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6042 |
<text |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6043 |
xml:space="preserve" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6044 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;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" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6045 |
x="-926.47461" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6046 |
y="134.36742" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6047 |
id="text2019-9"><tspan |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6048 |
sodipodi:role="line" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6049 |
id="tspan2017-2" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6050 |
x="-926.47461" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6051 |
y="134.36742" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6052 |
style="fill:#ffffff;stroke-width:1px">Alarm Text</tspan></text> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6053 |
<text |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6054 |
id="text2174" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6055 |
y="134.36742" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6056 |
x="-546.47461" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6057 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;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" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6058 |
xml:space="preserve"><tspan |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6059 |
style="fill:#ffffff;stroke-width:1px" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6060 |
y="134.36742" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6061 |
x="-546.47461" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6062 |
id="tspan2172" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6063 |
sodipodi:role="line">Status</tspan></text> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6064 |
<g |
3076
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6065 |
transform="matrix(0.57180538,0,0,0.57180538,326.35945,-231.48695)" |
3044
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6066 |
inkscape:label="HMI:Jump:AlarmPage" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6067 |
id="g2198"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6068 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6069 |
inkscape:label="button" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6070 |
id="g2190"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6071 |
<rect |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6072 |
inkscape:label="button" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6073 |
ry="35.579063" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6074 |
y="594.82263" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6075 |
x="971.96545" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6076 |
height="95.723877" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6077 |
width="245.44583" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6078 |
id="rect2188" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6079 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6080 |
rx="35.579063" /> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6081 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6082 |
<g |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6083 |
inkscape:label="text" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6084 |
id="g2196"> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6085 |
<text |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6086 |
xml:space="preserve" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6087 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6088 |
x="1090.7626" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6089 |
y="656.98151" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6090 |
id="text2194" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6091 |
inkscape:label="setting_jmp"><tspan |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6092 |
sodipodi:role="line" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6093 |
id="tspan2192" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6094 |
x="1090.7626" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6095 |
y="656.98151" |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6096 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Alarms</tspan></text> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6097 |
</g> |
5227415929be
SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents:
3041
diff
changeset
|
6098 |
</g> |
3068
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6099 |
<text |
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6100 |
xml:space="preserve" |
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6101 |
style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6102 |
x="628.18188" |
3068
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6103 |
y="242.50345" |
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6104 |
id="text889" |
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6105 |
inkscape:label="HMI:Display@/PUMP0/FLOATING"><tspan |
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6106 |
sodipodi:role="line" |
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6107 |
id="tspan887" |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6108 |
x="628.18188" |
3068
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6109 |
y="242.50345" |
81758c94f3df
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3062
diff
changeset
|
6110 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text> |
3069
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6111 |
<g |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6112 |
style="stroke-width:0.75594342" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6113 |
id="g900" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6114 |
inkscape:label="HMI:Input@.filter" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6115 |
transform="matrix(0.33436432,0,0,0.33436432,-1288.7703,278.8185)"> |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6116 |
<text |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6117 |
inkscape:label="value" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6118 |
id="text892" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6119 |
y="218.24219" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6120 |
x="136.32812" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6121 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6122 |
xml:space="preserve"><tspan |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6123 |
style="stroke-width:0.75594342px" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6124 |
y="218.24219" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6125 |
x="136.32812" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6126 |
id="tspan890" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6127 |
sodipodi:role="line">8888</tspan></text> |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6128 |
<rect |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6129 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6130 |
id="rect896" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6131 |
width="615.05096" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6132 |
height="128" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6133 |
x="139.85185" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6134 |
y="95.40741" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6135 |
onclick="" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6136 |
inkscape:label="edit" /> |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6137 |
</g> |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6138 |
<text |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6139 |
id="text904" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6140 |
y="291.8042" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6141 |
x="-1175.5837" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6142 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;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" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6143 |
xml:space="preserve"><tspan |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6144 |
style="fill:#ffffff;stroke-width:1px" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6145 |
y="291.8042" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6146 |
x="-1175.5837" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6147 |
id="tspan902" |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6148 |
sodipodi:role="line">filter</tspan></text> |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6149 |
<g |
a9b03c2634c5
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3068
diff
changeset
|
6150 |
id="g909" |
3206
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
6151 |
inkscape:label="HMI:VarInit:"POS"@.filter" /> |
3076
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6152 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6153 |
transform="matrix(0.14295135,0,0,0.14295135,449.21833,37.615184)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6154 |
id="g4646" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6155 |
inkscape:label="HMI:Input@paff" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6156 |
style="stroke-width:4"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6157 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6158 |
inkscape:label="value" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6159 |
id="text4602" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6160 |
y="218.24219" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6161 |
x="136.32812" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6162 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6163 |
xml:space="preserve"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6164 |
style="stroke-width:4px" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6165 |
y="218.24219" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6166 |
x="136.32812" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6167 |
id="tspan4600" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6168 |
sodipodi:role="line">8888</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6169 |
<rect |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6170 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6171 |
id="rect4604" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6172 |
width="407.7037" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6173 |
height="128" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6174 |
x="139.85185" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6175 |
y="95.40741" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6176 |
onclick="" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6177 |
inkscape:label="edit" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6178 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6179 |
transform="translate(-416.52022,170.47452)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6180 |
inkscape:label="+"dhu"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6181 |
id="g4612" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6182 |
style="stroke-width:4"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6183 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6184 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6185 |
inkscape:transform-center-y="-14.956361" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6186 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6187 |
id="path4606" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6188 |
inkscape:connector-curvature="0" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6189 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6190 |
xml:space="preserve" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6191 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6192 |
x="733.58197" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6193 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6194 |
id="text4610"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6195 |
sodipodi:role="line" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6196 |
id="tspan4608" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6197 |
x="733.58197" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6198 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6199 |
style="stroke-width:2px">dhu</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6200 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6201 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6202 |
transform="translate(-416.52022,170.47452)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6203 |
inkscape:label="="plop"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6204 |
id="g4620" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6205 |
style="stroke-width:4"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6206 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6207 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6208 |
sodipodi:type="star" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6209 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6210 |
id="path4614" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6211 |
sodipodi:sides="3" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6212 |
sodipodi:cx="596.74072" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6213 |
sodipodi:cy="-184.98808" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6214 |
sodipodi:r1="29.912722" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6215 |
sodipodi:r2="14.956361" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6216 |
sodipodi:arg1="0.52359878" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6217 |
sodipodi:arg2="1.5707963" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6218 |
inkscape:flatsided="true" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6219 |
inkscape:rounded="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6220 |
inkscape:randomized="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6221 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6222 |
inkscape:transform-center-y="-3.6154501e-05" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6223 |
inkscape:transform-center-x="14.956371" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6224 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6225 |
id="text4618" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6226 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6227 |
x="633.09552" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6228 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6229 |
xml:space="preserve"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6230 |
style="stroke-width:2px" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6231 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6232 |
x="633.09552" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6233 |
id="tspan4616" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6234 |
sodipodi:role="line">plop</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6235 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6236 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6237 |
transform="translate(-416.52022,170.47452)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6238 |
inkscape:label="="mhoo"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6239 |
id="g4628" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6240 |
style="stroke-width:4"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6241 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6242 |
inkscape:transform-center-y="-5.9989963e-06" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6243 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6244 |
inkscape:randomized="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6245 |
inkscape:rounded="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6246 |
inkscape:flatsided="true" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6247 |
sodipodi:arg2="1.5707963" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6248 |
sodipodi:arg1="0.52359878" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6249 |
sodipodi:r2="29.912722" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6250 |
sodipodi:r1="59.825443" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6251 |
sodipodi:cy="-216.2599" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6252 |
sodipodi:cx="596.74072" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6253 |
sodipodi:sides="3" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6254 |
id="path4622" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6255 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6256 |
sodipodi:type="star" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6257 |
transform="rotate(-90,746.45698,-44.543641)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6258 |
inkscape:transform-center-x="14.956364" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6259 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6260 |
xml:space="preserve" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6261 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6262 |
x="537.25018" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6263 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6264 |
id="text4626"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6265 |
sodipodi:role="line" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6266 |
id="tspan4624" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6267 |
x="537.25018" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6268 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6269 |
style="stroke-width:2px">mhoo</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6270 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6271 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6272 |
transform="translate(-416.52022,170.47452)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6273 |
inkscape:label="="yodl"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6274 |
id="g4636" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6275 |
style="stroke-width:4"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6276 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6277 |
sodipodi:type="star" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6278 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6279 |
id="path4630" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6280 |
sodipodi:sides="3" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6281 |
sodipodi:cx="596.74072" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6282 |
sodipodi:cy="105.17262" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6283 |
sodipodi:r1="59.825443" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6284 |
sodipodi:r2="29.912722" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6285 |
sodipodi:arg1="0.52359878" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6286 |
sodipodi:arg2="1.5707963" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6287 |
inkscape:flatsided="true" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6288 |
inkscape:rounded="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6289 |
inkscape:randomized="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6290 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6291 |
inkscape:transform-center-y="-5.5023185e-06" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6292 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6293 |
inkscape:transform-center-x="-14.956365" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6294 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6295 |
xml:space="preserve" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6296 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6297 |
x="925.82605" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6298 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6299 |
id="text4634"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6300 |
sodipodi:role="line" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6301 |
id="tspan4632" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6302 |
x="925.82605" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6303 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6304 |
style="stroke-width:2px">yodl</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6305 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6306 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6307 |
transform="translate(-416.52022,170.47452)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6308 |
inkscape:label="="mhe"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6309 |
id="g4644" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6310 |
style="stroke-width:4"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6311 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6312 |
inkscape:transform-center-y="-3.3040441e-05" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6313 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6314 |
inkscape:randomized="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6315 |
inkscape:rounded="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6316 |
inkscape:flatsided="true" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6317 |
sodipodi:arg2="1.5707963" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6318 |
sodipodi:arg1="0.52359878" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6319 |
sodipodi:r2="14.956361" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6320 |
sodipodi:r1="29.912722" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6321 |
sodipodi:cy="136.44444" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6322 |
sodipodi:cx="596.74072" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6323 |
sodipodi:sides="3" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6324 |
id="path4638" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6325 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6326 |
sodipodi:type="star" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6327 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6328 |
inkscape:transform-center-x="-14.956349" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6329 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6330 |
id="text4642" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6331 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6332 |
x="842.71497" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6333 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6334 |
xml:space="preserve"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6335 |
style="stroke-width:2px" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6336 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6337 |
x="842.71497" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6338 |
id="tspan4640" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6339 |
sodipodi:role="line">mhe</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6340 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6341 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6342 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6343 |
style="stroke-width:4" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6344 |
inkscape:label="HMI:Input@.piff" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6345 |
id="g4694" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6346 |
transform="matrix(0.14295135,0,0,0.14295135,449.21833,97.61518)"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6347 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6348 |
xml:space="preserve" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6349 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6350 |
x="136.32812" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6351 |
y="218.24219" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6352 |
id="text4650" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6353 |
inkscape:label="value"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6354 |
sodipodi:role="line" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6355 |
id="tspan4648" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6356 |
x="136.32812" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6357 |
y="218.24219" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6358 |
style="stroke-width:4px">8888</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6359 |
<rect |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6360 |
inkscape:label="edit" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6361 |
onclick="" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6362 |
y="95.40741" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6363 |
x="139.85185" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6364 |
height="128" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6365 |
width="407.7037" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6366 |
id="rect4652" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6367 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6368 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6369 |
style="stroke-width:4" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6370 |
id="g4660" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6371 |
inkscape:label="+"dhu"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6372 |
transform="translate(-416.52022,170.47452)"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6373 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6374 |
inkscape:connector-curvature="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6375 |
id="path4654" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6376 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6377 |
inkscape:transform-center-y="-14.956361" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6378 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6379 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6380 |
id="text4658" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6381 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6382 |
x="733.58197" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6383 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6384 |
xml:space="preserve"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6385 |
style="stroke-width:2px" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6386 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6387 |
x="733.58197" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6388 |
id="tspan4656" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6389 |
sodipodi:role="line">dhu</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6390 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6391 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6392 |
style="stroke-width:4" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6393 |
id="g4668" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6394 |
inkscape:label="="plop"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6395 |
transform="translate(-416.52022,170.47452)"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6396 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6397 |
inkscape:transform-center-x="14.956371" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6398 |
inkscape:transform-center-y="-3.6154501e-05" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6399 |
d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6400 |
inkscape:randomized="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6401 |
inkscape:rounded="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6402 |
inkscape:flatsided="true" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6403 |
sodipodi:arg2="1.5707963" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6404 |
sodipodi:arg1="0.52359878" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6405 |
sodipodi:r2="14.956361" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6406 |
sodipodi:r1="29.912722" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6407 |
sodipodi:cy="-184.98808" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6408 |
sodipodi:cx="596.74072" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6409 |
sodipodi:sides="3" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6410 |
id="path4662" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6411 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6412 |
sodipodi:type="star" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6413 |
transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6414 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6415 |
xml:space="preserve" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6416 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6417 |
x="633.09552" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6418 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6419 |
id="text4666"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6420 |
sodipodi:role="line" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6421 |
id="tspan4664" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6422 |
x="633.09552" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6423 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6424 |
style="stroke-width:2px">plop</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6425 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6426 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6427 |
style="stroke-width:4" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6428 |
id="g4676" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6429 |
inkscape:label="="mhoo"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6430 |
transform="translate(-416.52022,170.47452)"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6431 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6432 |
inkscape:transform-center-x="14.956364" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6433 |
transform="rotate(-90,746.45698,-44.543641)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6434 |
sodipodi:type="star" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6435 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6436 |
id="path4670" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6437 |
sodipodi:sides="3" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6438 |
sodipodi:cx="596.74072" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6439 |
sodipodi:cy="-216.2599" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6440 |
sodipodi:r1="59.825443" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6441 |
sodipodi:r2="29.912722" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6442 |
sodipodi:arg1="0.52359878" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6443 |
sodipodi:arg2="1.5707963" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6444 |
inkscape:flatsided="true" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6445 |
inkscape:rounded="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6446 |
inkscape:randomized="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6447 |
d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6448 |
inkscape:transform-center-y="-5.9989963e-06" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6449 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6450 |
id="text4674" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6451 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6452 |
x="537.25018" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6453 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6454 |
xml:space="preserve"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6455 |
style="stroke-width:2px" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6456 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6457 |
x="537.25018" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6458 |
id="tspan4672" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6459 |
sodipodi:role="line">mhoo</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6460 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6461 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6462 |
style="stroke-width:4" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6463 |
id="g4684" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6464 |
inkscape:label="="yodl"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6465 |
transform="translate(-416.52022,170.47452)"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6466 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6467 |
inkscape:transform-center-x="-14.956365" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6468 |
transform="matrix(0,-1,-1,0,1043.9134,701.91334)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6469 |
inkscape:transform-center-y="-5.5023185e-06" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6470 |
d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6471 |
inkscape:randomized="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6472 |
inkscape:rounded="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6473 |
inkscape:flatsided="true" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6474 |
sodipodi:arg2="1.5707963" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6475 |
sodipodi:arg1="0.52359878" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6476 |
sodipodi:r2="29.912722" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6477 |
sodipodi:r1="59.825443" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6478 |
sodipodi:cy="105.17262" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6479 |
sodipodi:cx="596.74072" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6480 |
sodipodi:sides="3" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6481 |
id="path4678" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6482 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6483 |
sodipodi:type="star" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6484 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6485 |
id="text4682" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6486 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6487 |
x="925.82605" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6488 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6489 |
xml:space="preserve"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6490 |
style="stroke-width:2px" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6491 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6492 |
x="925.82605" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6493 |
id="tspan4680" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6494 |
sodipodi:role="line">yodl</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6495 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6496 |
<g |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6497 |
style="stroke-width:4" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6498 |
id="g4692" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6499 |
inkscape:label="="mhe"" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6500 |
transform="translate(-416.52022,170.47452)"> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6501 |
<path |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6502 |
inkscape:transform-center-x="-14.956349" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6503 |
transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6504 |
sodipodi:type="star" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6505 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6506 |
id="path4686" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6507 |
sodipodi:sides="3" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6508 |
sodipodi:cx="596.74072" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6509 |
sodipodi:cy="136.44444" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6510 |
sodipodi:r1="29.912722" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6511 |
sodipodi:r2="14.956361" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6512 |
sodipodi:arg1="0.52359878" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6513 |
sodipodi:arg2="1.5707963" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6514 |
inkscape:flatsided="true" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6515 |
inkscape:rounded="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6516 |
inkscape:randomized="0" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6517 |
d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6518 |
inkscape:transform-center-y="-3.3040441e-05" /> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6519 |
<text |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6520 |
xml:space="preserve" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6521 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6522 |
x="842.71497" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6523 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6524 |
id="text4690"><tspan |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6525 |
sodipodi:role="line" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6526 |
id="tspan4688" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6527 |
x="842.71497" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6528 |
y="111.05016" |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6529 |
style="stroke-width:2px">mhe</tspan></text> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6530 |
</g> |
f1efd1c01991
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents:
3069
diff
changeset
|
6531 |
</g> |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6532 |
<g |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6533 |
id="g7994" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6534 |
inkscape:label="Gray Page Template"> |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6535 |
<rect |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6536 |
y="-800" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6537 |
x="0" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6538 |
height="720" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6539 |
width="1280" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6540 |
id="rect4270" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6541 |
style="color:#000000;fill:#4d4d4d" /> |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6542 |
<g |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6543 |
id="g4282" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6544 |
inkscape:label="HMI:Jump:Home" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6545 |
transform="translate(-10.6526,-2134.1633)"> |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6546 |
<g |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6547 |
id="g4274" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6548 |
inkscape:label="button"> |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6549 |
<path |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6550 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6551 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6552 |
id="path4272" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6553 |
inkscape:connector-curvature="0" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6554 |
sodipodi:nodetypes="cssssccc" /> |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6555 |
</g> |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6556 |
<g |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6557 |
id="g4280" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6558 |
inkscape:label="text"> |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6559 |
<text |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6560 |
xml:space="preserve" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6561 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6562 |
x="1090.7626" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6563 |
y="1436.9814" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6564 |
id="text4278" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6565 |
inkscape:label="home_jmp"><tspan |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6566 |
sodipodi:role="line" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6567 |
id="tspan4276" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6568 |
x="1090.7626" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6569 |
y="1436.9814" |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6570 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text> |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6571 |
</g> |
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6572 |
</g> |
3655
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6573 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6574 |
transform="translate(-519.60999,-498.54925)" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6575 |
id="g1315-6" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6576 |
inkscape:label="HMI:Back"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6577 |
<rect |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6578 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5.20923424;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6579 |
id="rect943-3-2" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6580 |
width="114.49817" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6581 |
height="52.074696" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6582 |
x="1682.5072" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6583 |
y="-298.84613" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6584 |
ry="23.177595" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6585 |
rx="26.820074" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6586 |
<text |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6587 |
id="text949-6-6" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6588 |
y="-260.38251" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6589 |
x="1737.7013" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6590 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.04184675px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6591 |
xml:space="preserve"><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6592 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.04184675px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6593 |
y="-260.38251" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6594 |
x="1737.7013" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6595 |
id="tspan947-2-1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6596 |
sodipodi:role="line">Back</tspan></text> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
6597 |
</g> |
3689
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6598 |
<text |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6599 |
inkscape:label="HMI:Display@user_role" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6600 |
xml:space="preserve" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6601 |
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:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6602 |
x="1258.67" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6603 |
y="-99.803093" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6604 |
id="text296"><tspan |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6605 |
sodipodi:role="line" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6606 |
id="tspan294" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6607 |
x="1258.67" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6608 |
y="-99.803093" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
6609 |
style="text-align:end;text-anchor:end;stroke-width:1px">user</tspan></text> |
3083
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents:
3076
diff
changeset
|
6610 |
</g> |
3106
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6611 |
<text |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6612 |
xml:space="preserve" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6613 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6614 |
x="1905.4562" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6615 |
y="2520.5203" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6616 |
id="text3613"><tspan |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6617 |
sodipodi:role="line" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6618 |
id="tspan3611" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6619 |
x="1905.4562" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6620 |
y="2538.2156" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6621 |
style="stroke-width:0.5" /></text> |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6622 |
<text |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6623 |
xml:space="preserve" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6624 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6625 |
x="2852.2148" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6626 |
y="1710.4241" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6627 |
id="text10521-7"><tspan |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6628 |
sodipodi:role="line" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6629 |
id="tspan10519-6" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6630 |
x="2852.2148" |
70b728fff3c9
SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3097
diff
changeset
|
6631 |
y="1745.8147" /></text> |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6632 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6633 |
inkscape:label="HMI:Page:AlarmPage2" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6634 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6635 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6636 |
transform="translate(-1380,1580)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6637 |
id="use938" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6638 |
xlink:href="#g7994" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6639 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6640 |
x="0" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6641 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6642 |
id="text942" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6643 |
y="866.26068" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6644 |
x="-738.18359" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6645 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:80px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align: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" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6646 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6647 |
style="fill:#ffffff;stroke-width:1px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6648 |
y="866.26068" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6649 |
x="-738.18359" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6650 |
id="tspan940" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6651 |
sodipodi:role="line">Alarm Page 2</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6652 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6653 |
transform="matrix(0.5,0,0,0.5,-1757.3465,1234.4367)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6654 |
inkscape:label="HMI:JsonTable:/alarms@/ALARMNOTIFY@.range@.position@.visibleAlarms@.filter" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6655 |
id="g973"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6656 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6657 |
inkscape:label="data" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6658 |
id="g971"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6659 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6660 |
transform="translate(52.326002,240.30067)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6661 |
inkscape:label="[5]" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6662 |
id="g956"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6663 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6664 |
transform="translate(419.716,-441.73566)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6665 |
inkscape:label="# commented group" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6666 |
id="g946"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6667 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6668 |
sodipodi:nodetypes="cc" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6669 |
inkscape:connector-curvature="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6670 |
id="path944" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6671 |
d="m 528.62458,486.07049 23.69122,21.00809" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6672 |
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6673 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6674 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6675 |
inkscape:label=".status onClick[acknowledge]=.alarmid" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6676 |
transform="matrix(0.7609336,0,0,0.7609336,199.15217,164.3798)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6677 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6678 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6679 |
id="use948" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6680 |
inkscape:transform-center-y="2.2824109" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6681 |
inkscape:transform-center-x="0.11123312" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6682 |
xlink:href="#use1297" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6683 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6684 |
x="0" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6685 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6686 |
style="stroke-width:1.53615308" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6687 |
inkscape:label=".status textContent=.time" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6688 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6689 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6690 |
id="use950" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6691 |
xlink:href="#use913" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6692 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6693 |
x="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6694 |
transform="matrix(1.3019536,0,0,1.3019536,39.582906,238.73392)" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6695 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6696 |
transform="matrix(2,0,0,2,85.95394,349.02524)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6697 |
x="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6698 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6699 |
xlink:href="#use913" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6700 |
id="use952" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6701 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6702 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6703 |
inkscape:label=".status textContent=.text" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6704 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6705 |
inkscape:label="# separation line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6706 |
sodipodi:nodetypes="cc" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6707 |
inkscape:connector-curvature="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6708 |
id="path954" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6709 |
d="M 972.0318,65.34292 H 2780.6604" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6710 |
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6711 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6712 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6713 |
x="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6714 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6715 |
xlink:href="#g956" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6716 |
id="use1145" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6717 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6718 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6719 |
transform="translate(0,-80)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6720 |
inkscape:label="[4]" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6721 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6722 |
transform="translate(0,-160)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6723 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6724 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6725 |
id="use1147" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6726 |
xlink:href="#g956" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6727 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6728 |
x="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6729 |
inkscape:label="[3]" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6730 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6731 |
x="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6732 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6733 |
xlink:href="#g956" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6734 |
id="use1149" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6735 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6736 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6737 |
transform="translate(0,-240)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6738 |
inkscape:label="[2]" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6739 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6740 |
transform="translate(0,-320)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6741 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6742 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6743 |
id="use1151" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6744 |
xlink:href="#g956" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6745 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6746 |
x="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6747 |
inkscape:label="[1]" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6748 |
<use |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6749 |
x="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6750 |
y="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6751 |
xlink:href="#g956" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6752 |
id="use1153" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6753 |
width="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6754 |
height="100%" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6755 |
transform="translate(0,-400)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6756 |
inkscape:label="[0]" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6757 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6758 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6759 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6760 |
style="stroke-width:0.75594342" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6761 |
id="g986" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6762 |
inkscape:label="HMI:Input@/ALARMNOTIFY" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6763 |
transform="matrix(0.33436432,0,0,0.33436432,-584.21063,1058.8185)"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6764 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6765 |
inkscape:label="value" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6766 |
id="text978" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6767 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6768 |
x="136.32812" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6769 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6770 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6771 |
style="stroke-width:0.75594342px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6772 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6773 |
x="136.32812" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6774 |
id="tspan976" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6775 |
sodipodi:role="line">8888</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6776 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6777 |
inkscape:label="-1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6778 |
inkscape:transform-center-y="14.956362" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6779 |
d="m 660.51409,-179.34718 -103.62071,0 51.81036,-89.73817 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6780 |
inkscape:randomized="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6781 |
inkscape:rounded="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6782 |
inkscape:flatsided="true" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6783 |
sodipodi:arg2="1.5707963" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6784 |
sodipodi:arg1="0.52359878" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6785 |
sodipodi:r2="29.912722" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6786 |
sodipodi:r1="59.825443" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6787 |
sodipodi:cy="-209.2599" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6788 |
sodipodi:cx="608.70374" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6789 |
sodipodi:sides="3" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6790 |
id="path980" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6791 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6792 |
sodipodi:type="star" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6793 |
transform="scale(1,-1)" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6794 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6795 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6796 |
id="rect982" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6797 |
width="407.7037" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6798 |
height="128" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6799 |
x="139.85185" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6800 |
y="95.40741" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6801 |
onclick="" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6802 |
inkscape:label="edit" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6803 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6804 |
sodipodi:type="star" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6805 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6806 |
id="path984" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6807 |
sodipodi:sides="3" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6808 |
sodipodi:cx="608.70374" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6809 |
sodipodi:cy="112.17263" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6810 |
sodipodi:r1="59.825443" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6811 |
sodipodi:r2="29.912722" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6812 |
sodipodi:arg1="0.52359878" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6813 |
sodipodi:arg2="1.5707963" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6814 |
inkscape:flatsided="true" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6815 |
inkscape:rounded="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6816 |
inkscape:randomized="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6817 |
d="m 660.51409,142.08535 -103.62071,0 51.81036,-89.738163 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6818 |
inkscape:transform-center-y="-14.95636" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6819 |
inkscape:label="+1" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6820 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6821 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6822 |
style="stroke-width:0.75594342" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6823 |
id="g1012" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6824 |
inkscape:label="HMI:Input@.range" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6825 |
transform="matrix(0.33436432,0,0,0.33436432,-1048.7703,1058.8185)"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6826 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6827 |
inkscape:label="value" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6828 |
id="text1004" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6829 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6830 |
x="136.32812" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6831 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6832 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6833 |
style="stroke-width:0.75594342px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6834 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6835 |
x="136.32812" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6836 |
id="tspan1002" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6837 |
sodipodi:role="line">8888</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6838 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6839 |
inkscape:label="-1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6840 |
inkscape:transform-center-y="14.956362" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6841 |
d="m 672.4771,-179.34718 -103.62071,0 51.81036,-89.73817 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6842 |
inkscape:randomized="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6843 |
inkscape:rounded="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6844 |
inkscape:flatsided="true" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6845 |
sodipodi:arg2="1.5707963" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6846 |
sodipodi:arg1="0.52359878" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6847 |
sodipodi:r2="29.912722" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6848 |
sodipodi:r1="59.825443" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6849 |
sodipodi:cy="-209.2599" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6850 |
sodipodi:cx="620.66675" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6851 |
sodipodi:sides="3" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6852 |
id="path1006" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6853 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6854 |
sodipodi:type="star" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6855 |
transform="scale(1,-1)" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6856 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6857 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6858 |
id="rect1008" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6859 |
width="407.7037" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6860 |
height="128" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6861 |
x="139.85185" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6862 |
y="95.40741" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6863 |
onclick="" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6864 |
inkscape:label="edit" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6865 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6866 |
sodipodi:type="star" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6867 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6868 |
id="path1010" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6869 |
sodipodi:sides="3" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6870 |
sodipodi:cx="620.66675" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6871 |
sodipodi:cy="112.17263" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6872 |
sodipodi:r1="59.825443" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6873 |
sodipodi:r2="29.912722" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6874 |
sodipodi:arg1="0.52359878" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6875 |
sodipodi:arg2="1.5707963" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6876 |
inkscape:flatsided="true" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6877 |
inkscape:rounded="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6878 |
inkscape:randomized="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6879 |
d="m 672.4771,142.08535 -103.62071,0 51.81036,-89.738163 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6880 |
inkscape:transform-center-y="-14.95636" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6881 |
inkscape:label="+1" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6882 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6883 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6884 |
style="stroke-width:0.75594342" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6885 |
id="g1025" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6886 |
inkscape:label="HMI:Input@.position" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6887 |
transform="matrix(0.33436432,0,0,0.33436432,-816.49047,1058.8185)"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6888 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6889 |
inkscape:label="value" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6890 |
id="text1016" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6891 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6892 |
x="136.32812" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6893 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6894 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6895 |
style="stroke-width:0.75594342px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6896 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6897 |
x="136.32812" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6898 |
id="tspan1014" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6899 |
sodipodi:role="line">8888</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6900 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6901 |
inkscape:label="-1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6902 |
inkscape:transform-center-y="14.956362" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6903 |
d="m 660.51409,-179.34718 -103.62071,0 51.81036,-89.73817 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6904 |
inkscape:randomized="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6905 |
inkscape:rounded="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6906 |
inkscape:flatsided="true" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6907 |
sodipodi:arg2="1.5707963" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6908 |
sodipodi:arg1="0.52359878" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6909 |
sodipodi:r2="29.912722" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6910 |
sodipodi:r1="59.825443" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6911 |
sodipodi:cy="-209.2599" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6912 |
sodipodi:cx="608.70374" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6913 |
sodipodi:sides="3" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6914 |
id="path1018" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6915 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6916 |
sodipodi:type="star" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6917 |
transform="scale(1,-1)" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6918 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6919 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6920 |
id="rect1021" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6921 |
width="407.7037" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6922 |
height="128" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6923 |
x="139.85185" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6924 |
y="95.40741" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6925 |
onclick="" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6926 |
inkscape:label="edit" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6927 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6928 |
sodipodi:type="star" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6929 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6930 |
id="path1023" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6931 |
sodipodi:sides="3" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6932 |
sodipodi:cx="608.70374" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6933 |
sodipodi:cy="112.17263" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6934 |
sodipodi:r1="59.825443" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6935 |
sodipodi:r2="29.912722" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6936 |
sodipodi:arg1="0.52359878" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6937 |
sodipodi:arg2="1.5707963" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6938 |
inkscape:flatsided="true" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6939 |
inkscape:rounded="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6940 |
inkscape:randomized="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6941 |
d="m 660.51409,142.08535 -103.62071,0 51.81036,-89.738163 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6942 |
inkscape:transform-center-y="-14.95636" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6943 |
inkscape:label="+1" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6944 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6945 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6946 |
id="text1029" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6947 |
y="1071.8042" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6948 |
x="-935.5838" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6949 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;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" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6950 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6951 |
style="fill:#ffffff;stroke-width:1px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6952 |
y="1071.8042" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6953 |
x="-935.5838" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6954 |
id="tspan1027" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6955 |
sodipodi:role="line">range</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6956 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6957 |
xml:space="preserve" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6958 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;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" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6959 |
x="-702.87115" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6960 |
y="1071.8042" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6961 |
id="text1033"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6962 |
sodipodi:role="line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6963 |
id="tspan1031" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6964 |
x="-702.87115" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6965 |
y="1071.8042" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6966 |
style="fill:#ffffff;stroke-width:1px">position</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6967 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6968 |
id="text1037" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6969 |
y="1071.8042" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6970 |
x="-471.33417" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6971 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;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" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6972 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6973 |
style="fill:#ffffff;stroke-width:1px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6974 |
y="1071.8042" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6975 |
x="-471.33417" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6976 |
id="tspan1035" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6977 |
sodipodi:role="line">notify</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6978 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6979 |
transform="matrix(0.5,0,0,0.5,-915.0529,893.05833)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6980 |
id="g1045" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6981 |
inkscape:label="HMI:Input@/ALARMTEXT" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6982 |
style="stroke-width:2"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6983 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6984 |
ry="36.786537" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6985 |
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:#cacaca;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6986 |
id="rect1039" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6987 |
width="1195.5988" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6988 |
height="179.83517" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6989 |
x="-648.04266" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6990 |
y="77.265099" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6991 |
onclick="" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6992 |
inkscape:label="edit" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6993 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6994 |
inkscape:label="value" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6995 |
id="text1043" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6996 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6997 |
x="545.95312" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6998 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#0e0e0e;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
6999 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7000 |
style="text-align:end;text-anchor:end;fill:#0e0e0e;fill-opacity:1;stroke-width:2px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7001 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7002 |
x="545.95312" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7003 |
id="tspan1041" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7004 |
sodipodi:role="line">8888</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7005 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7006 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7007 |
transform="translate(-1386.3329,329.42959)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7008 |
id="g1059" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7009 |
inkscape:label="HMI:Input@/SENDALARM" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7010 |
style="stroke-width:1.04184687"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7011 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7012 |
inkscape:label="+1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7013 |
id="g1057"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7014 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7015 |
style="stroke-width:1.04184687" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7016 |
inkscape:label="bg" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7017 |
id="g1049"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7018 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7019 |
rx="26.820074" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7020 |
inkscape:label="button" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7021 |
ry="23.177595" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7022 |
y="594.82263" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7023 |
x="971.96545" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7024 |
height="95.723877" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7025 |
width="245.44583" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7026 |
id="rect1047" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7027 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5.20923424;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7028 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7029 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7030 |
style="stroke-width:1.04184687" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7031 |
inkscape:label="text" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7032 |
id="g1055"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7033 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7034 |
xml:space="preserve" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7035 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.04184675px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7036 |
x="1090.7626" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7037 |
y="656.98151" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7038 |
id="text1053" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7039 |
inkscape:label="setting_jmp"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7040 |
sodipodi:role="line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7041 |
id="tspan1051" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7042 |
x="1090.7626" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7043 |
y="656.98151" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7044 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.04184675px">trigger</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7045 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7046 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7047 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7048 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7049 |
transform="matrix(0.28590269,0,0,0.28590269,-631.94615,909.07897)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7050 |
id="g1099" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7051 |
inkscape:label="HMI:Input@/ALARMSTATUS" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7052 |
style="stroke-width:2"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7053 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7054 |
inkscape:label="value" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7055 |
id="text1064" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7056 |
y="214.01605" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7057 |
x="329.13501" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7058 |
style="font-style:normal;font-weight:normal;font-size:148.39013672px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7059 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7060 |
style="text-align:center;text-anchor:middle;stroke-width:1.99999988px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7061 |
y="214.01605" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7062 |
x="329.13501" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7063 |
id="tspan1062" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7064 |
sodipodi:role="line">8888</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7065 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7066 |
transform="matrix(1.8285648,0,0,1.8285648,-936.17681,115.40643)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7067 |
inkscape:label="="ack"" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7068 |
id="g1072" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7069 |
style="stroke-width:1.09375393"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7070 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7071 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7072 |
inkscape:transform-center-y="-14.956361" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7073 |
d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7074 |
id="path1066" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7075 |
inkscape:connector-curvature="0" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7076 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7077 |
xml:space="preserve" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7078 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7079 |
x="738.57678" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7080 |
y="112.62867" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7081 |
id="text1070"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7082 |
sodipodi:role="line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7083 |
id="tspan1068" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7084 |
x="738.57678" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7085 |
y="112.62867" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7086 |
style="stroke-width:0.54687697px">ack</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7087 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7088 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7089 |
transform="matrix(1.8285648,0,0,1.8285648,-1012.4359,109.57379)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7090 |
inkscape:label="="disabled"" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7091 |
id="g1080" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7092 |
style="stroke-width:1.09375393"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7093 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7094 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7095 |
inkscape:transform-center-y="-14.956361" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7096 |
d="m 738.52607,148.37593 -80.6293,0.60214 -0.6021,-80.629288 80.6293,-0.60214 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7097 |
id="path1074" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7098 |
inkscape:connector-curvature="0" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7099 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7100 |
id="text1078" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7101 |
y="115.81841" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7102 |
x="656.177" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7103 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7104 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7105 |
style="stroke-width:0.54687697px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7106 |
y="115.81841" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7107 |
x="656.177" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7108 |
id="tspan1076" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7109 |
sodipodi:role="line">disabled</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7110 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7111 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7112 |
transform="matrix(1.8285648,0,0,1.8285648,-998.18055,84.666267)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7113 |
inkscape:label="="active"" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7114 |
id="g1088" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7115 |
style="stroke-width:1.09375393"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7116 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7117 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7118 |
inkscape:transform-center-y="-14.956361" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7119 |
d="m 630.35651,161.99728 -80.6293,0.60214 -0.6021,-80.629287 80.6293,-0.60214 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7120 |
id="path1082" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7121 |
inkscape:connector-curvature="0" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7122 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7123 |
xml:space="preserve" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7124 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7125 |
x="559.26227" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7126 |
y="129.43976" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7127 |
id="text1086"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7128 |
sodipodi:role="line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7129 |
id="tspan1084" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7130 |
x="559.26227" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7131 |
y="129.43976" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7132 |
style="stroke-width:0.54687697px">active</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7133 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7134 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7135 |
transform="matrix(1.8285648,0,0,1.8285648,-1114.212,118.29284)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7136 |
inkscape:label="="alarm"" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7137 |
id="g1097" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7138 |
style="stroke-width:1.09375393"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7139 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7140 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7141 |
inkscape:transform-center-y="-14.956361" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7142 |
d="m 994.91832,143.60768 -80.62931,0.60214 -0.6021,-80.629285 80.62931,-0.60214 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7143 |
id="path1090" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7144 |
inkscape:connector-curvature="0" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7145 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7146 |
xml:space="preserve" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7147 |
style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7148 |
x="925.82605" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7149 |
y="111.05016" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7150 |
id="text1094"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7151 |
sodipodi:role="line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7152 |
id="tspan1092" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7153 |
x="925.82605" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7154 |
y="111.05016" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7155 |
style="stroke-width:0.54687697px">alarm</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7156 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7157 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7158 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7159 |
id="text1103" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7160 |
y="914.36743" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7161 |
x="-926.47461" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7162 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;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" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7163 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7164 |
style="fill:#ffffff;stroke-width:1px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7165 |
y="914.36743" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7166 |
x="-926.47461" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7167 |
id="tspan1101" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7168 |
sodipodi:role="line">Alarm Text</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7169 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7170 |
xml:space="preserve" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7171 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;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" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7172 |
x="-546.47461" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7173 |
y="914.36743" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7174 |
id="text1107"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7175 |
sodipodi:role="line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7176 |
id="tspan1105" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7177 |
x="-546.47461" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7178 |
y="914.36743" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7179 |
style="fill:#ffffff;stroke-width:1px">Status</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7180 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7181 |
transform="matrix(0.33436432,0,0,0.33436432,-1288.7703,1058.8185)" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7182 |
inkscape:label="HMI:Input@.filter" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7183 |
id="g1115" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7184 |
style="stroke-width:0.75594342"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7185 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7186 |
xml:space="preserve" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7187 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7188 |
x="136.32812" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7189 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7190 |
id="text1111" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7191 |
inkscape:label="value"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7192 |
sodipodi:role="line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7193 |
id="tspan1109" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7194 |
x="136.32812" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7195 |
y="218.24219" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7196 |
style="stroke-width:0.75594342px">8888</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7197 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7198 |
inkscape:label="edit" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7199 |
onclick="" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7200 |
y="95.40741" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7201 |
x="139.85185" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7202 |
height="128" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7203 |
width="615.05096" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7204 |
id="rect1113" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7205 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7206 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7207 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7208 |
xml:space="preserve" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7209 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;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" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7210 |
x="-1175.5837" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7211 |
y="1071.8042" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7212 |
id="text1119"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7213 |
sodipodi:role="line" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7214 |
id="tspan1117" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7215 |
x="-1175.5837" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7216 |
y="1071.8042" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7217 |
style="fill:#ffffff;stroke-width:1px">filter</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7218 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7219 |
id="g1131" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7220 |
inkscape:label="HMI:Jump:AlarmPage2" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7221 |
transform="matrix(0.57180538,0,0,0.57180538,-1914.3456,-318.69327)"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7222 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7223 |
id="g1123" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7224 |
inkscape:label="button"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7225 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7226 |
rx="35.579063" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7227 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7228 |
id="rect1121" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7229 |
width="245.44583" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7230 |
height="95.723877" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7231 |
x="971.96545" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7232 |
y="594.82263" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7233 |
ry="35.579063" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7234 |
inkscape:label="button" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7235 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7236 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7237 |
id="g1129" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7238 |
inkscape:label="text"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7239 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7240 |
inkscape:label="setting_jmp" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7241 |
id="text1127" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7242 |
y="656.98151" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7243 |
x="1090.7626" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7244 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7245 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7246 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7247 |
y="656.98151" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7248 |
x="1090.7626" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7249 |
id="tspan1125" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7250 |
sodipodi:role="line">Alarms2</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7251 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7252 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7253 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7254 |
id="g1143" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7255 |
inkscape:label="HMI:Jump:AlarmPage" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7256 |
transform="matrix(0.57180538,0,0,0.57180538,-1915.7751,459.87722)"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7257 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7258 |
id="g1135" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7259 |
inkscape:label="button"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7260 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7261 |
rx="35.579063" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7262 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7263 |
id="rect1133" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7264 |
width="245.44583" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7265 |
height="95.723877" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7266 |
x="971.96545" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7267 |
y="594.82263" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7268 |
ry="35.579063" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7269 |
inkscape:label="button" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7270 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7271 |
<g |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7272 |
id="g1141" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7273 |
inkscape:label="text"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7274 |
<text |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7275 |
inkscape:label="setting_jmp" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7276 |
id="text1139" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7277 |
y="656.98151" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7278 |
x="1090.7626" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7279 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7280 |
xml:space="preserve"><tspan |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7281 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7282 |
y="656.98151" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7283 |
x="1090.7626" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7284 |
id="tspan1137" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7285 |
sodipodi:role="line">Alarms</tspan></text> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7286 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7287 |
</g> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7288 |
<g |
3178
21cb76012c78
SVGHMI: Make ScrollBar's variables order match JsonTable's variables order to avoid confusion
Edouard Tisserant
parents:
3151
diff
changeset
|
7289 |
inkscape:label="HMI:ScrollBar@.range@.position@.visibleAlarms" |
3151
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7290 |
id="g1165" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7291 |
transform="translate(-2.4169924e-7,779.99999)"> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7292 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7293 |
inkscape:label="pageup" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7294 |
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:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.42391574px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7295 |
d="m -234.01097,332.35504 21.18736,28.36866 h -42.37471 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7296 |
id="path1157" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7297 |
inkscape:connector-curvature="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7298 |
sodipodi:nodetypes="cccc" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7299 |
<path |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7300 |
inkscape:label="pagedown" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7301 |
sodipodi:nodetypes="cccc" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7302 |
inkscape:connector-curvature="0" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7303 |
id="path1159" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7304 |
d="m -234.01097,686.72773 21.18736,-27.45222 h -42.37471 z" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7305 |
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:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.4007318px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7306 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7307 |
inkscape:label="range" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7308 |
ry="6.8822322" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7309 |
rx="7.6034913" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7310 |
y="371.91068" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7311 |
x="-255.19838" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7312 |
height="276.64423" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7313 |
width="42.374725" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7314 |
id="rect1161" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7315 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.30952382;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.03627348px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7316 |
<rect |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7317 |
inkscape:label="cursor" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7318 |
ry="7" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7319 |
rx="7.6034913" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7320 |
y="371.91068" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7321 |
x="-255.19838" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7322 |
height="82.841492" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7323 |
width="42.374725" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7324 |
id="rect1163" |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7325 |
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:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.11429262px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
8e5d383a58cb
SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents:
3122
diff
changeset
|
7326 |
</g> |
3206
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7327 |
<text |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7328 |
xml:space="preserve" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7329 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7330 |
x="1569.0527" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7331 |
y="594.56055" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7332 |
id="text1042" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7333 |
inkscape:label="HMI:Display@page_node"><tspan |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7334 |
sodipodi:role="line" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7335 |
id="tspan1040" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7336 |
x="1569.0527" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7337 |
y="594.56055" |
4fd7bd10e606
SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents:
3181
diff
changeset
|
7338 |
style="fill:#ffffff;fill-opacity:1;stroke-width:0.25px">page node</tspan></text> |
3220
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7339 |
<g |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7340 |
transform="matrix(0.57180538,0,0,0.57180538,165.58244,517.80347)" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7341 |
id="g443-9" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7342 |
inkscape:label="HMI:ToggleButton@/PUMP0/BOOLIN" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7343 |
style="stroke-width:1"> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7344 |
<rect |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7345 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7346 |
id="rect5492-7" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7347 |
width="245.44583" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7348 |
height="95.723877" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7349 |
x="971.96545" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7350 |
y="594.82263" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7351 |
ry="23.930969" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7352 |
inkscape:label="inactive" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7353 |
rx="23.930969" /> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7354 |
<rect |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7355 |
rx="23.930969" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7356 |
inkscape:label="active" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7357 |
ry="23.930969" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7358 |
y="594.82263" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7359 |
x="971.96545" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7360 |
height="95.723877" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7361 |
width="245.44583" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7362 |
id="rect433-5" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7363 |
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:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7364 |
<g |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7365 |
style="stroke-width:1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7366 |
inkscape:label="text" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7367 |
id="g952-3"> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7368 |
<text |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7369 |
xml:space="preserve" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7370 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7371 |
x="1090.7626" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7372 |
y="656.98151" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7373 |
id="text950-8" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7374 |
inkscape:label="setting_jmp"><tspan |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7375 |
sodipodi:role="line" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7376 |
id="tspan948-8" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7377 |
x="1090.7626" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7378 |
y="656.98151" |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7379 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7380 |
</g> |
ec365ef396b1
SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents:
3206
diff
changeset
|
7381 |
</g> |
3353
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7382 |
<rect |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7383 |
inkscape:label="HMI:Page:DropDownPage" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7384 |
y="780" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7385 |
x="1480" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7386 |
height="720" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7387 |
width="1280" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7388 |
id="rect1081" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7389 |
style="color:#000000;fill:#4d4d4d" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7390 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7391 |
style="stroke-width:0.35083869" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7392 |
transform="matrix(0.81491208,0,0,0.81491208,1123.6641,269.69509)" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7393 |
inkscape:label="HMI:DropDown@/SELECTION" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7394 |
id="g1093"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7395 |
<rect |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7396 |
inkscape:label="box" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7397 |
ry="2.4558709" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7398 |
rx="2.4558709" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7399 |
y="923.98993" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7400 |
x="864.00842" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7401 |
height="130.9433" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7402 |
width="391.99988" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7403 |
id="rect1083" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7404 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#53676c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.75419343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7405 |
<rect |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7406 |
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:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.75419331;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7407 |
id="rect1085" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7408 |
width="391.99988" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7409 |
height="92.71212" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7410 |
x="864.00842" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7411 |
y="943.10553" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7412 |
rx="2.4558709" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7413 |
ry="2.4558709" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7414 |
inkscape:label="highlight" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7415 |
<path |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7416 |
inkscape:label="button" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7417 |
inkscape:transform-center-y="10.92088" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7418 |
d="m 1200.5,1018.6835 -18.9155,-32.76262 -18.9155,-32.76264 37.831,0 37.831,0 -18.9155,32.76264 z" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7419 |
inkscape:randomized="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7420 |
inkscape:rounded="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7421 |
inkscape:flatsided="false" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7422 |
sodipodi:arg2="2.6179939" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7423 |
sodipodi:arg1="1.5707963" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7424 |
sodipodi:r2="21.841761" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7425 |
sodipodi:r1="43.683521" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7426 |
sodipodi:cy="975" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7427 |
sodipodi:cx="1200.5" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7428 |
sodipodi:sides="3" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7429 |
id="path1091" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7430 |
style="opacity:1;vector-effect:none;fill:#a7a5a6;fill-opacity:1;stroke:none;stroke-width:0.12376806;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7431 |
sodipodi:type="star" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7432 |
<use |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7433 |
transform="matrix(1.0859809,0,0,1.0859809,-531.04917,1248.2618)" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7434 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:80px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#d42aff;fill-opacity:1;stroke:none;stroke-width:1.40335476px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7435 |
x="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7436 |
y="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7437 |
xlink:href="#text879-6" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7438 |
id="use1109" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7439 |
width="100%" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7440 |
height="100%" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7441 |
inkscape:label="text" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7442 |
</g> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7443 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7444 |
id="g4282-3" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7445 |
inkscape:label="HMI:Jump:Home" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7446 |
transform="translate(1463.5642,-564.57759)"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7447 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7448 |
id="g4274-6" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7449 |
inkscape:label="button"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7450 |
<path |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7451 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7452 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7453 |
id="path4272-7" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7454 |
inkscape:connector-curvature="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7455 |
sodipodi:nodetypes="cssssccc" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7456 |
</g> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7457 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7458 |
id="g4280-5" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7459 |
inkscape:label="text"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7460 |
<text |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7461 |
xml:space="preserve" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7462 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7463 |
x="1090.7626" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7464 |
y="1436.9814" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7465 |
id="text4278-3" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7466 |
inkscape:label="home_jmp"><tspan |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7467 |
sodipodi:role="line" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7468 |
id="tspan4276-5" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7469 |
x="1090.7626" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7470 |
y="1436.9814" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7471 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7472 |
</g> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7473 |
</g> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7474 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7475 |
transform="matrix(0.57180538,0,0,0.57180538,512.09037,-234.29183)" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7476 |
inkscape:label="HMI:Jump:DropDownPage" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7477 |
id="g2198-6"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7478 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7479 |
inkscape:label="button" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7480 |
id="g2190-2"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7481 |
<rect |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7482 |
inkscape:label="button" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7483 |
ry="35.579063" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7484 |
y="594.82263" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7485 |
x="971.96545" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7486 |
height="95.723877" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7487 |
width="245.44583" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7488 |
id="rect2188-9" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7489 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7490 |
rx="35.579063" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7491 |
</g> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7492 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7493 |
inkscape:label="text" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7494 |
id="g2196-1"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7495 |
<text |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7496 |
xml:space="preserve" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7497 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7498 |
x="1090.7626" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7499 |
y="656.98151" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7500 |
id="text2194-2" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7501 |
inkscape:label="setting_jmp"><tspan |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7502 |
sodipodi:role="line" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7503 |
id="tspan2192-7" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7504 |
x="1090.7626" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7505 |
y="656.98151" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7506 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">DropDown</tspan></text> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7507 |
</g> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7508 |
</g> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7509 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7510 |
id="g893-0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7511 |
inkscape:label="HMI:TextList:TestTextList" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7512 |
transform="matrix(3.539916,0,0,3.539916,-1740.4841,1980.5529)" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7513 |
style="stroke-width:0.28249258"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7514 |
<text |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7515 |
inkscape:label="Trois" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7516 |
id="text1382-7-9" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7517 |
y="-171.54395" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7518 |
x="1298.9102" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7519 |
xml:space="preserve" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7520 |
style="stroke-width:0.28249258"><tspan |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7521 |
y="-171.54395" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7522 |
x="1298.9102" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7523 |
id="tspan1380-5-3" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7524 |
sodipodi:role="line" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7525 |
style="stroke-width:0.28249258">Three</tspan></text> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7526 |
<text |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7527 |
xml:space="preserve" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7528 |
x="1298.9102" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7529 |
y="-191.54395" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7530 |
id="text875-6" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7531 |
inkscape:label="Deux" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7532 |
style="stroke-width:0.28249258"><tspan |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7533 |
sodipodi:role="line" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7534 |
id="tspan873-0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7535 |
x="1298.9102" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7536 |
y="-191.54395" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7537 |
style="stroke-width:0.28249258">Two</tspan></text> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7538 |
<text |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7539 |
inkscape:label="Un" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7540 |
id="text879-6" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7541 |
y="-211.54395" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7542 |
x="1298.9102" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7543 |
xml:space="preserve" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7544 |
style="stroke-width:0.28249258"><tspan |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7545 |
y="-211.54395" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7546 |
x="1298.9102" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7547 |
id="tspan877-2" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7548 |
sodipodi:role="line" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7549 |
style="stroke-width:0.28249258">One</tspan></text> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7550 |
<text |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7551 |
xml:space="preserve" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7552 |
x="1298.9102" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7553 |
y="-231.54395" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7554 |
id="text883-6" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7555 |
inkscape:label="Zero" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7556 |
style="stroke-width:0.28249258"><tspan |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7557 |
sodipodi:role="line" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7558 |
id="tspan881-1" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7559 |
x="1298.9102" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7560 |
y="-231.54395" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7561 |
style="stroke-width:0.28249258">Zero</tspan></text> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7562 |
</g> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7563 |
<g |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7564 |
transform="matrix(0.28590269,0,0,0.28590269,1653.6069,1022.1289)" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7565 |
id="g1120" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7566 |
inkscape:label="HMI:Input@/SELECTION"> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7567 |
<text |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7568 |
inkscape:label="value" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7569 |
id="text1110" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7570 |
y="218.24219" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7571 |
x="216.32812" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7572 |
style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7573 |
xml:space="preserve"><tspan |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7574 |
style="text-align:end;text-anchor:end;stroke-width:1px" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7575 |
y="218.24219" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7576 |
x="216.32812" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7577 |
id="tspan1108" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7578 |
sodipodi:role="line">8</tspan></text> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7579 |
<path |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7580 |
inkscape:label="-1" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7581 |
inkscape:transform-center-y="7.4781812" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7582 |
d="m 302.6459,-210.03172 -51.81035,0 25.90517,-44.86908 z" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7583 |
inkscape:randomized="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7584 |
inkscape:rounded="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7585 |
inkscape:flatsided="true" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7586 |
sodipodi:arg2="1.5707963" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7587 |
sodipodi:arg1="0.52359878" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7588 |
sodipodi:r2="14.956361" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7589 |
sodipodi:r1="29.912722" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7590 |
sodipodi:cy="-224.98808" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7591 |
sodipodi:cx="276.74072" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7592 |
sodipodi:sides="3" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7593 |
id="path1112" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7594 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7595 |
sodipodi:type="star" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7596 |
transform="scale(1,-1)" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7597 |
<rect |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7598 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7599 |
id="rect1114" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7600 |
width="407.7037" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7601 |
height="128" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7602 |
x="-174.94055" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7603 |
y="95.40741" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7604 |
onclick="" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7605 |
inkscape:label="edit" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7606 |
<path |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7607 |
sodipodi:type="star" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7608 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7609 |
id="path1116" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7610 |
sodipodi:sides="3" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7611 |
sodipodi:cx="276.74072" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7612 |
sodipodi:cy="96.444443" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7613 |
sodipodi:r1="29.912722" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7614 |
sodipodi:r2="14.956361" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7615 |
sodipodi:arg1="0.52359878" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7616 |
sodipodi:arg2="1.5707963" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7617 |
inkscape:flatsided="true" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7618 |
inkscape:rounded="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7619 |
inkscape:randomized="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7620 |
d="m 302.6459,111.4008 -51.81035,0 25.90517,-44.869079 z" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7621 |
inkscape:transform-center-y="-7.4781804" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7622 |
inkscape:label="+1" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7623 |
<path |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7624 |
inkscape:transform-center-x="1.0089177e-06" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7625 |
sodipodi:type="star" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7626 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7627 |
id="path1118" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7628 |
sodipodi:sides="4" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7629 |
sodipodi:cx="276.74072" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7630 |
sodipodi:cy="160.71626" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7631 |
sodipodi:r1="41.281136" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7632 |
sodipodi:r2="21.657967" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7633 |
sodipodi:arg1="0.77793027" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7634 |
sodipodi:arg2="1.5633284" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7635 |
inkscape:flatsided="true" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7636 |
inkscape:rounded="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7637 |
inkscape:randomized="0" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7638 |
d="m 306.14807,189.68763 -58.37872,0.43598 -0.43597,-58.37872 58.37871,-0.43597 z" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7639 |
inkscape:transform-center-y="-10.828983" |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7640 |
inkscape:label="=0" /> |
962b8ea41c5e
SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3240
diff
changeset
|
7641 |
</g> |
3363
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7642 |
<text |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7643 |
xml:space="preserve" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7644 |
style="font-style:normal;font-weight:normal;font-size:80px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7645 |
x="1165.3422" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7646 |
y="-584.62439" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7647 |
id="text1129" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7648 |
inkscape:label="HMI:Display@/PUMP0/SLOTH" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7649 |
transform="rotate(90)"><tspan |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7650 |
sodipodi:role="line" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7651 |
x="1165.3422" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7652 |
y="-584.62439" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7653 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.99999988px" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7654 |
id="tspan1127">000</tspan></text> |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7655 |
<text |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7656 |
inkscape:label="HMI:Display@/PUMP0/SLOTH" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7657 |
id="text4517" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7658 |
y="455.53851" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7659 |
x="388.12311" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7660 |
style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.57180536px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7661 |
xml:space="preserve"><tspan |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7662 |
id="tspan4515" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7663 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.57180536px" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7664 |
y="455.53851" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7665 |
x="388.12311" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7666 |
sodipodi:role="line">000</tspan></text> |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7667 |
<text |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7668 |
xml:space="preserve" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7669 |
style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.57180536px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7670 |
x="848.12311" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7671 |
y="415.53851" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7672 |
id="text703" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7673 |
inkscape:label="HMI:Display@level"><tspan |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7674 |
sodipodi:role="line" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7675 |
x="848.12311" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7676 |
y="415.53851" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7677 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.57180536px" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7678 |
id="tspan701">000</tspan></text> |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7679 |
<text |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7680 |
xml:space="preserve" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7681 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7682 |
x="2057.6001" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7683 |
y="606.89435" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7684 |
id="text1332" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7685 |
inkscape:label="HMI:Display@/PUMP0/SLOTH"><tspan |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7686 |
sodipodi:role="line" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7687 |
x="2057.6001" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7688 |
y="606.89435" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7689 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
c28a064d7f1a
SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3353
diff
changeset
|
7690 |
id="tspan1330">000</tspan></text> |
3387
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7691 |
<use |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7692 |
transform="translate(-2307.336,346.33773)" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7693 |
x="0" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7694 |
y="0" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7695 |
xlink:href="#use1299" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7696 |
inkscape:transform-center-x="0.14620371" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7697 |
inkscape:transform-center-y="2.9995242" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7698 |
id="use1176" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7699 |
width="100%" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7700 |
height="100%" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7701 |
inkscape:label="HMI:ListSwitch@/ALARMSTATUS" /> |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7702 |
<use |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7703 |
height="100%" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7704 |
width="100%" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7705 |
id="use1193" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7706 |
inkscape:transform-center-y="2.9995242" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7707 |
inkscape:transform-center-x="0.14620371" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7708 |
xlink:href="#use1299" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7709 |
y="0" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7710 |
x="0" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7711 |
transform="translate(-2307.336,1146.3377)" |
ecefd38d5c7d
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents:
3363
diff
changeset
|
7712 |
inkscape:label="HMI:ListSwitch@/ALARMSTATUS" /> |
3408
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7713 |
<g |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7714 |
transform="matrix(0.57180538,0,0,0.57180538,-522.96165,161.69266)" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7715 |
id="g443" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7716 |
inkscape:label="HMI:Button|2@/SELECTION" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7717 |
style="stroke-width:1"> |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7718 |
<rect |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7719 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7720 |
id="rect5492" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7721 |
width="245.44583" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7722 |
height="95.723877" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7723 |
x="971.96545" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7724 |
y="594.82263" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7725 |
ry="23.930969" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7726 |
inkscape:label="inactive" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7727 |
rx="23.930969" /> |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7728 |
<rect |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7729 |
rx="23.930969" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7730 |
inkscape:label="active" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7731 |
ry="23.930969" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7732 |
y="594.82263" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7733 |
x="971.96545" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7734 |
height="95.723877" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7735 |
width="245.44583" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7736 |
id="rect433" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7737 |
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:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7738 |
<g |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7739 |
style="stroke-width:1" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7740 |
inkscape:label="text" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7741 |
id="g952"> |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7742 |
<text |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7743 |
xml:space="preserve" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7744 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7745 |
x="1090.7626" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7746 |
y="656.98151" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7747 |
id="text950" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7748 |
inkscape:label="setting_jmp"><tspan |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7749 |
sodipodi:role="line" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7750 |
id="tspan948" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7751 |
x="1090.7626" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7752 |
y="656.98151" |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7753 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text> |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7754 |
</g> |
13c5cac55ac7
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents:
3387
diff
changeset
|
7755 |
</g> |
3414
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7756 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7757 |
style="color:#000000;fill:#4d4d4d" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7758 |
id="rect1102" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7759 |
width="1280" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7760 |
height="720" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7761 |
x="1480" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7762 |
y="1560" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7763 |
inkscape:label="HMI:Page:Freq0" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7764 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7765 |
transform="translate(1463.5642,215.42241)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7766 |
inkscape:label="HMI:Jump:Home" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7767 |
id="g1126"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7768 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7769 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7770 |
id="g1117"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7771 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7772 |
sodipodi:nodetypes="cssssccc" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7773 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7774 |
id="path1114" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7775 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7776 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7777 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7778 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7779 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7780 |
id="g1124"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7781 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7782 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7783 |
id="text1121" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7784 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7785 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7786 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7787 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7788 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7789 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7790 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7791 |
id="tspan1119" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7792 |
sodipodi:role="line">Home</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7793 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7794 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7795 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7796 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7797 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7798 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7799 |
y="1635.3634" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7800 |
id="text1144"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7801 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7802 |
id="tspan1142" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7803 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7804 |
y="1635.3634">Freq : unspec</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7805 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7806 |
transform="matrix(0.57180538,0,0,0.57180538,1234.9549,1536.0365)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7807 |
id="g443-2" |
3471
3f7b4a2009ba
SVGHMI: fix test/projects/svghmi "unspecified" frequency that was actualy specified...
Edouard Tisserant
parents:
3427
diff
changeset
|
7808 |
inkscape:label="HMI:PushButton@/SELECTION" |
3414
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7809 |
style="stroke-width:1"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7810 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7811 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7812 |
id="rect5492-9" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7813 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7814 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7815 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7816 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7817 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7818 |
inkscape:label="inactive" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7819 |
rx="23.930969" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7820 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7821 |
rx="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7822 |
inkscape:label="active" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7823 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7824 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7825 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7826 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7827 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7828 |
id="rect433-1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7829 |
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:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7830 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7831 |
style="stroke-width:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7832 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7833 |
id="g952-2"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7834 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7835 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7836 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7837 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7838 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7839 |
id="text950-7" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7840 |
inkscape:label="setting_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7841 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7842 |
id="tspan948-0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7843 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7844 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7845 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7846 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7847 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7848 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7849 |
id="g4282-9" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7850 |
inkscape:label="HMI:Jump:Freq1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7851 |
transform="translate(1374.8167,525.99766)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7852 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7853 |
id="g4274-3" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7854 |
inkscape:label="button"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7855 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7856 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7857 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7858 |
id="path4272-6" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7859 |
inkscape:connector-curvature="0" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7860 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7861 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7862 |
id="g4280-0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7863 |
inkscape:label="text"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7864 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7865 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7866 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7867 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7868 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7869 |
id="text4278-6" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7870 |
inkscape:label="home_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7871 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7872 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7873 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7874 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7875 |
id="tspan1227">Freq1</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7876 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7877 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7878 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7879 |
transform="translate(1174.8167,525.99766)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7880 |
inkscape:label="HMI:Jump:Freq16" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7881 |
id="g1294"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7882 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7883 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7884 |
id="g1286"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7885 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7886 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7887 |
id="path1284" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7888 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7889 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7890 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7891 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7892 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7893 |
id="g1292"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7894 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7895 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7896 |
id="text1290" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7897 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7898 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7899 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7900 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7901 |
id="tspan1288" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7902 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7903 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7904 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7905 |
sodipodi:role="line">Freq16</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7906 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7907 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7908 |
<g |
3689
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
7909 |
transform="translate(73.327079,-879.60552)" |
3414
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7910 |
inkscape:label="HMI:Jump:Freq0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7911 |
id="g1294-6"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7912 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7913 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7914 |
id="g1286-1"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7915 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7916 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7917 |
id="path1284-8" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7918 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7919 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7920 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7921 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7922 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7923 |
id="g1292-7"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7924 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7925 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7926 |
id="text1290-9" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7927 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7928 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7929 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7930 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7931 |
id="tspan1288-2" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7932 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7933 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7934 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7935 |
sodipodi:role="line">Freq</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7936 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7937 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7938 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7939 |
inkscape:label="HMI:Page:Freq1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7940 |
y="2340" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7941 |
x="1480" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7942 |
height="720" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7943 |
width="1280" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7944 |
id="rect1326" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7945 |
style="color:#000000;fill:#4d4d4d" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7946 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7947 |
id="g1339" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7948 |
inkscape:label="HMI:Jump:Home" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7949 |
transform="translate(1463.5642,995.4224)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7950 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7951 |
id="g1330" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7952 |
inkscape:label="button"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7953 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7954 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7955 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7956 |
id="path1328" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7957 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7958 |
sodipodi:nodetypes="cssssccc" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7959 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7960 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7961 |
id="g1336" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7962 |
inkscape:label="text"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7963 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7964 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7965 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7966 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7967 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7968 |
id="text1334" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7969 |
inkscape:label="home_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7970 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7971 |
id="tspan1332" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7972 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7973 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7974 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7975 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7976 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7977 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7978 |
id="text1343" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7979 |
y="2415.3633" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7980 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7981 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7982 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7983 |
y="2415.3633" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7984 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7985 |
id="tspan1341" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7986 |
sodipodi:role="line">Freq : 1</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7987 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7988 |
style="stroke-width:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7989 |
inkscape:label="HMI:Button|1@/SELECTION" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7990 |
id="g1369" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7991 |
transform="matrix(0.57180538,0,0,0.57180538,1234.9549,2316.0365)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7992 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7993 |
rx="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7994 |
inkscape:label="inactive" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7995 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7996 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7997 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7998 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
7999 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8000 |
id="rect1359" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8001 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8002 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8003 |
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:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8004 |
id="rect1361" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8005 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8006 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8007 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8008 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8009 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8010 |
inkscape:label="active" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8011 |
rx="23.930969" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8012 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8013 |
id="g1367" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8014 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8015 |
style="stroke-width:1"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8016 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8017 |
inkscape:label="setting_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8018 |
id="text1365" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8019 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8020 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8021 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8022 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8023 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8024 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8025 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8026 |
id="tspan1363" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8027 |
sodipodi:role="line">up</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8028 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8029 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8030 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8031 |
transform="translate(1374.8167,1305.9977)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8032 |
inkscape:label="HMI:Jump:Freq2" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8033 |
id="g1381"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8034 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8035 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8036 |
id="g1373"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8037 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8038 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8039 |
id="path1371" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8040 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8041 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8042 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8043 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8044 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8045 |
id="g1379"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8046 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8047 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8048 |
id="text1377" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8049 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8050 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8051 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8052 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8053 |
id="tspan1375" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8054 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8055 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8056 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8057 |
sodipodi:role="line">Freq2</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8058 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8059 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8060 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8061 |
id="g1393" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8062 |
inkscape:label="HMI:Jump:Freq0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8063 |
transform="translate(1174.8167,1305.9977)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8064 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8065 |
id="g1385" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8066 |
inkscape:label="button"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8067 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8068 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8069 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8070 |
id="path1383" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8071 |
inkscape:connector-curvature="0" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8072 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8073 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8074 |
id="g1391" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8075 |
inkscape:label="text"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8076 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8077 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8078 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8079 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8080 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8081 |
id="text1389" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8082 |
inkscape:label="home_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8083 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8084 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8085 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8086 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8087 |
id="tspan1387">Freq0</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8088 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8089 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8090 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8091 |
style="color:#000000;fill:#4d4d4d" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8092 |
id="rect1395" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8093 |
width="1280" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8094 |
height="720" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8095 |
x="1480" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8096 |
y="3120" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8097 |
inkscape:label="HMI:Page:Freq2" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8098 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8099 |
transform="translate(1463.5642,1775.4224)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8100 |
inkscape:label="HMI:Jump:Home" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8101 |
id="g1407"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8102 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8103 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8104 |
id="g1399"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8105 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8106 |
sodipodi:nodetypes="cssssccc" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8107 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8108 |
id="path1397" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8109 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8110 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8111 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8112 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8113 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8114 |
id="g1405"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8115 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8116 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8117 |
id="text1403" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8118 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8119 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8120 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8121 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8122 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8123 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8124 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8125 |
id="tspan1401" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8126 |
sodipodi:role="line">Home</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8127 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8128 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8129 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8130 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8131 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8132 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8133 |
y="3195.3633" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8134 |
id="text1411"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8135 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8136 |
id="tspan1409" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8137 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8138 |
y="3195.3633">Freq : 2</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8139 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8140 |
transform="matrix(0.57180538,0,0,0.57180538,1234.9549,3096.0365)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8141 |
id="g1437" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8142 |
inkscape:label="HMI:Button|2@/SELECTION" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8143 |
style="stroke-width:1"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8144 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8145 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8146 |
id="rect1427" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8147 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8148 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8149 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8150 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8151 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8152 |
inkscape:label="inactive" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8153 |
rx="23.930969" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8154 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8155 |
rx="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8156 |
inkscape:label="active" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8157 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8158 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8159 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8160 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8161 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8162 |
id="rect1429" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8163 |
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:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8164 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8165 |
style="stroke-width:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8166 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8167 |
id="g1435"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8168 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8169 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8170 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8171 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8172 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8173 |
id="text1433" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8174 |
inkscape:label="setting_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8175 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8176 |
id="tspan1431" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8177 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8178 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8179 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8180 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8181 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8182 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8183 |
id="g1449" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8184 |
inkscape:label="HMI:Jump:Freq4" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8185 |
transform="translate(1374.8167,2085.9977)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8186 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8187 |
id="g1441" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8188 |
inkscape:label="button"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8189 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8190 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8191 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8192 |
id="path1439" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8193 |
inkscape:connector-curvature="0" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8194 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8195 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8196 |
id="g1447" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8197 |
inkscape:label="text"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8198 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8199 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8200 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8201 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8202 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8203 |
id="text1445" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8204 |
inkscape:label="home_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8205 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8206 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8207 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8208 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8209 |
id="tspan1443">Freq4</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8210 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8211 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8212 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8213 |
transform="translate(1174.8167,2085.9977)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8214 |
inkscape:label="HMI:Jump:Freq1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8215 |
id="g1462"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8216 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8217 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8218 |
id="g1453"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8219 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8220 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8221 |
id="path1451" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8222 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8223 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8224 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8225 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8226 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8227 |
id="g1460"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8228 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8229 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8230 |
id="text1458" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8231 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8232 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8233 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8234 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8235 |
id="tspan1456" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8236 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8237 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8238 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8239 |
sodipodi:role="line">Freq1</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8240 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8241 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8242 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8243 |
inkscape:label="HMI:Page:Freq4" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8244 |
y="3900" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8245 |
x="1480" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8246 |
height="720" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8247 |
width="1280" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8248 |
id="rect1465" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8249 |
style="color:#000000;fill:#4d4d4d" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8250 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8251 |
id="g1478" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8252 |
inkscape:label="HMI:Jump:Home" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8253 |
transform="translate(1463.5642,2555.4224)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8254 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8255 |
id="g1469" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8256 |
inkscape:label="button"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8257 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8258 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8259 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8260 |
id="path1467" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8261 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8262 |
sodipodi:nodetypes="cssssccc" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8263 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8264 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8265 |
id="g1476" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8266 |
inkscape:label="text"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8267 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8268 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8269 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8270 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8271 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8272 |
id="text1473" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8273 |
inkscape:label="home_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8274 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8275 |
id="tspan1471" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8276 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8277 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8278 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8279 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8280 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8281 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8282 |
id="text1483" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8283 |
y="3975.3633" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8284 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8285 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8286 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8287 |
y="3975.3633" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8288 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8289 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8290 |
id="tspan1604">Freq : 4</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8291 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8292 |
style="stroke-width:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8293 |
inkscape:label="HMI:Button|4@/SELECTION" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8294 |
id="g1510" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8295 |
transform="matrix(0.57180538,0,0,0.57180538,1234.9549,3876.0365)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8296 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8297 |
rx="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8298 |
inkscape:label="inactive" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8299 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8300 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8301 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8302 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8303 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8304 |
id="rect1500" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8305 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8306 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8307 |
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:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8308 |
id="rect1502" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8309 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8310 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8311 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8312 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8313 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8314 |
inkscape:label="active" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8315 |
rx="23.930969" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8316 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8317 |
id="g1508" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8318 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8319 |
style="stroke-width:1"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8320 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8321 |
inkscape:label="setting_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8322 |
id="text1506" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8323 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8324 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8325 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8326 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8327 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8328 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8329 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8330 |
id="tspan1504" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8331 |
sodipodi:role="line">up</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8332 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8333 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8334 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8335 |
transform="translate(1374.8167,2865.9977)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8336 |
inkscape:label="HMI:Jump:Freq16" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8337 |
id="g1522"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8338 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8339 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8340 |
id="g1514"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8341 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8342 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8343 |
id="path1512" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8344 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8345 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8346 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8347 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8348 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8349 |
id="g1520"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8350 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8351 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8352 |
id="text1518" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8353 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8354 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8355 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8356 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8357 |
id="tspan1516" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8358 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8359 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8360 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8361 |
sodipodi:role="line">Freq16</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8362 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8363 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8364 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8365 |
id="g1534" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8366 |
inkscape:label="HMI:Jump:Freq2" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8367 |
transform="translate(1174.8167,2865.9977)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8368 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8369 |
id="g1526" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8370 |
inkscape:label="button"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8371 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8372 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8373 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8374 |
id="path1524" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8375 |
inkscape:connector-curvature="0" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8376 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8377 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8378 |
id="g1532" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8379 |
inkscape:label="text"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8380 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8381 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8382 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8383 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8384 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8385 |
id="text1530" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8386 |
inkscape:label="home_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8387 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8388 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8389 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8390 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8391 |
id="tspan1528">Freq2</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8392 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8393 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8394 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8395 |
style="color:#000000;fill:#4d4d4d" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8396 |
id="rect1536" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8397 |
width="1280" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8398 |
height="720" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8399 |
x="1480" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8400 |
y="4680" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8401 |
inkscape:label="HMI:Page:Freq16" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8402 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8403 |
transform="translate(1463.5642,3335.4224)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8404 |
inkscape:label="HMI:Jump:Home" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8405 |
id="g1548"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8406 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8407 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8408 |
id="g1540"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8409 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8410 |
sodipodi:nodetypes="cssssccc" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8411 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8412 |
id="path1538" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8413 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8414 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8415 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8416 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8417 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8418 |
id="g1546"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8419 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8420 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8421 |
id="text1544" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8422 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8423 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8424 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8425 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8426 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8427 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8428 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8429 |
id="tspan1542" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8430 |
sodipodi:role="line">Home</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8431 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8432 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8433 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8434 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8435 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8436 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8437 |
y="4755.3633" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8438 |
id="text1552"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8439 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8440 |
id="tspan1550" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8441 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8442 |
y="4755.3633">Freq : 16</tspan><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8443 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8444 |
x="1596.0182" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8445 |
y="4805.3633" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8446 |
id="tspan1608" /></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8447 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8448 |
transform="matrix(0.57180538,0,0,0.57180538,1234.9549,4656.0365)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8449 |
id="g1578" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8450 |
inkscape:label="HMI:Button|16@/SELECTION" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8451 |
style="stroke-width:1"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8452 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8453 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8454 |
id="rect1568" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8455 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8456 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8457 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8458 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8459 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8460 |
inkscape:label="inactive" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8461 |
rx="23.930969" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8462 |
<rect |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8463 |
rx="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8464 |
inkscape:label="active" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8465 |
ry="23.930969" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8466 |
y="594.82263" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8467 |
x="971.96545" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8468 |
height="95.723877" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8469 |
width="245.44583" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8470 |
id="rect1570" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8471 |
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:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8472 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8473 |
style="stroke-width:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8474 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8475 |
id="g1576"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8476 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8477 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8478 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8479 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8480 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8481 |
id="text1574" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8482 |
inkscape:label="setting_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8483 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8484 |
id="tspan1572" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8485 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8486 |
y="656.98151" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8487 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8488 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8489 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8490 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8491 |
id="g1590" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8492 |
inkscape:label="HMI:Jump:Freq0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8493 |
transform="translate(1374.8167,3645.9977)"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8494 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8495 |
id="g1582" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8496 |
inkscape:label="button"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8497 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8498 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8499 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8500 |
id="path1580" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8501 |
inkscape:connector-curvature="0" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8502 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8503 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8504 |
id="g1588" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8505 |
inkscape:label="text"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8506 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8507 |
xml:space="preserve" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8508 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8509 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8510 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8511 |
id="text1586" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8512 |
inkscape:label="home_jmp"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8513 |
sodipodi:role="line" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8514 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8515 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8516 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8517 |
id="tspan1584">Freq0</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8518 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8519 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8520 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8521 |
transform="translate(1174.8167,3645.9977)" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8522 |
inkscape:label="HMI:Jump:Freq4" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8523 |
id="g1602"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8524 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8525 |
inkscape:label="button" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8526 |
id="g1594"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8527 |
<path |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8528 |
inkscape:connector-curvature="0" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8529 |
id="path1592" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8530 |
d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8531 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8532 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8533 |
<g |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8534 |
inkscape:label="text" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8535 |
id="g1600"> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8536 |
<text |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8537 |
inkscape:label="home_jmp" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8538 |
id="text1598" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8539 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8540 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8541 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8542 |
xml:space="preserve"><tspan |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8543 |
id="tspan1596" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8544 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8545 |
y="1436.9814" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8546 |
x="1090.7626" |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8547 |
sodipodi:role="line">Freq4</tspan></text> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8548 |
</g> |
0ff608310312
SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
3408
diff
changeset
|
8549 |
</g> |
3555
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8550 |
<g |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8551 |
transform="matrix(0.57180538,0,0,0.57180538,-77.992226,121.53383)" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8552 |
id="g443-3" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8553 |
inkscape:label="HMI:PushButton@/SELECTION" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8554 |
style="stroke-width:1"> |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8555 |
<rect |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8556 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8557 |
id="rect5492-6" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8558 |
width="245.44583" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8559 |
height="95.723877" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8560 |
x="971.96545" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8561 |
y="594.82263" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8562 |
ry="23.930969" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8563 |
inkscape:label="inactive" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8564 |
rx="23.930969" /> |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8565 |
<rect |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8566 |
rx="23.930969" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8567 |
inkscape:label="active" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8568 |
ry="23.930969" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8569 |
y="594.82263" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8570 |
x="971.96545" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8571 |
height="95.723877" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8572 |
width="245.44583" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8573 |
id="rect433-7" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8574 |
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:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8575 |
<g |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8576 |
style="stroke-width:1" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8577 |
inkscape:label="text" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8578 |
id="g952-5"> |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8579 |
<text |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8580 |
xml:space="preserve" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8581 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8582 |
x="1090.7626" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8583 |
y="656.98151" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8584 |
id="text950-3" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8585 |
inkscape:label="setting_jmp"><tspan |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8586 |
sodipodi:role="line" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8587 |
id="tspan948-5" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8588 |
x="1090.7626" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8589 |
y="656.98151" |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8590 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text> |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8591 |
</g> |
a8b6d5e1fda3
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents:
3518
diff
changeset
|
8592 |
</g> |
3597
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8593 |
<g |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8594 |
transform="translate(-940,-418)" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8595 |
inkscape:label="HMI:Jump:Home:notify=42:plop="WTF"@notify=/SELECTION@plop=/PUMP0/STRIN" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8596 |
id="g2343"> |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8597 |
<g |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8598 |
inkscape:label="button" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8599 |
id="g2335"> |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8600 |
<path |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8601 |
sodipodi:nodetypes="cssssccc" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8602 |
inkscape:connector-curvature="0" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8603 |
id="path2333" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8604 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8605 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8606 |
</g> |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8607 |
<g |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8608 |
inkscape:label="text" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8609 |
id="g2341"> |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8610 |
<text |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8611 |
inkscape:label="home_jmp" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8612 |
id="text2339" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8613 |
y="1436.9814" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8614 |
x="1090.7626" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8615 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8616 |
xml:space="preserve"><tspan |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8617 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8618 |
y="1436.9814" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8619 |
x="1090.7626" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8620 |
id="tspan2337" |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8621 |
sodipodi:role="line">Home</tspan></text> |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8622 |
</g> |
f69c68cffec3
SVGHMI: Add predefined assignments to jump widget to notify PLC or other widgets about jump.
Edouard Tisserant
parents:
3595
diff
changeset
|
8623 |
</g> |
3655
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8624 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8625 |
id="g1280" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8626 |
transform="matrix(4.3157423,0,0,4.3157423,1737.4823,-785.25938)" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8627 |
style="stroke-width:0.23170985" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8628 |
inkscape:label="anim"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8629 |
<circle |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8630 |
id="circle1260" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8631 |
style="fill:#ff6600;stroke-width:0.25819258px;font-variant-east_asian:normal;opacity:1;vector-effect:none;fill-opacity:1;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8632 |
r="50" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8633 |
cy="80" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8634 |
cx="80" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8635 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8636 |
id="g1264" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8637 |
transform="matrix(0.866,-0.5,0.25,0.433,80,80)" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8638 |
style="stroke-width:0.23170985"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8639 |
<path |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8640 |
id="path1262" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8641 |
d="M 0,70 A 65,70 0 0 0 65,0 5,5 0 0 1 75,0 75,70 0 0 1 0,70 Z" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8642 |
inkscape:connector-curvature="0" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8643 |
style="fill:#ffffff;stroke-width:0.23170985"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8644 |
<animateTransform |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8645 |
repeatCount="indefinite" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8646 |
dur="21s" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8647 |
to="0 0 0" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8648 |
from="360 0 0" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8649 |
type="rotate" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8650 |
attributeName="transform" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8651 |
</path> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8652 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8653 |
<path |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8654 |
id="path1266-3" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8655 |
style="fill:#ff6600;stroke-width:0.25819826px;font-variant-east_asian:normal;opacity:1;vector-effect:none;fill-opacity:1;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8656 |
transform="matrix(0.866,-0.5,0.5,0.866,80,80)" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8657 |
d="M 50,0 A 50,50 0 0 0 -50,0 Z" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8658 |
inkscape:connector-curvature="0" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8659 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8660 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8661 |
id="g1315" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8662 |
inkscape:label="HMI:Back" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8663 |
transform="translate(0,80)"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8664 |
<rect |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8665 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5.20923424;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8666 |
id="rect943-3" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8667 |
width="410.06546" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8668 |
height="95.723877" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8669 |
x="1536.5942" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8670 |
y="-322.54138" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8671 |
ry="23.177595" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8672 |
rx="26.820074" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8673 |
<text |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8674 |
id="text949-6" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8675 |
y="-260.38251" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8676 |
x="1737.7013" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8677 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.04184675px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8678 |
xml:space="preserve"><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8679 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.04184675px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8680 |
y="-260.38251" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8681 |
x="1737.7013" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8682 |
id="tspan947-2" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8683 |
sodipodi:role="line">Leave ScreenSaver</tspan></text> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8684 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8685 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8686 |
id="g4282-91" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8687 |
inkscape:label="HMI:Jump:Home" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8688 |
transform="translate(1466.2292,-1613.0769)"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8689 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8690 |
id="g4274-2" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8691 |
inkscape:label="button"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8692 |
<path |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8693 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8694 |
d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8695 |
id="path4272-70" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8696 |
inkscape:connector-curvature="0" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8697 |
sodipodi:nodetypes="cssssccc" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8698 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8699 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8700 |
id="g4280-9" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8701 |
inkscape:label="text"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8702 |
<text |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8703 |
xml:space="preserve" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8704 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8705 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8706 |
y="1436.9814" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8707 |
id="text4278-36" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8708 |
inkscape:label="home_jmp"><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8709 |
sodipodi:role="line" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8710 |
id="tspan4276-0" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8711 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8712 |
y="1436.9814" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8713 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8714 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8715 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8716 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8717 |
id="g1077-8" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8718 |
inkscape:label="HMI:Jump:Conf" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8719 |
transform="matrix(0.57180538,0,0,0.57180538,1065.1448,-867.17294)"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8720 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8721 |
id="g1159-7" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8722 |
inkscape:label="button"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8723 |
<rect |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8724 |
rx="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8725 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8726 |
id="rect1020-9" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8727 |
width="245.44583" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8728 |
height="95.723877" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8729 |
x="971.96545" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8730 |
y="594.82263" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8731 |
ry="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8732 |
inkscape:label="button" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8733 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8734 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8735 |
id="g1156-2" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8736 |
inkscape:label="text"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8737 |
<text |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8738 |
inkscape:label="setting_jmp" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8739 |
id="setting_jmp-0" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8740 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8741 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8742 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8743 |
xml:space="preserve"><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8744 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8745 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8746 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8747 |
id="tspan1024-2" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8748 |
sodipodi:role="line">Settings</tspan></text> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8749 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8750 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8751 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8752 |
transform="matrix(0.57180538,0,0,0.57180538,1346.4405,-1101.6314)" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8753 |
inkscape:label="HMI:Jump:RelativePageTest@/PUMP0" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8754 |
id="g1458-3"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8755 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8756 |
inkscape:label="button" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8757 |
id="g1450-7"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8758 |
<rect |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8759 |
rx="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8760 |
inkscape:label="button" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8761 |
ry="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8762 |
y="594.82263" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8763 |
x="971.96545" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8764 |
height="95.723877" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8765 |
width="245.44583" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8766 |
id="rect1448-5" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8767 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8768 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8769 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8770 |
inkscape:label="text" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8771 |
id="g1456-9"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8772 |
<text |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8773 |
xml:space="preserve" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8774 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8775 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8776 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8777 |
id="text1454-2" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8778 |
inkscape:label="setting_jmp"><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8779 |
sodipodi:role="line" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8780 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8781 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8782 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8783 |
id="tspan1460-2">Pump 0</tspan></text> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8784 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8785 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8786 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8787 |
id="g1475-8" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8788 |
inkscape:label="HMI:Jump:RelativePageTest@/PUMP1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8789 |
transform="matrix(0.57180538,0,0,0.57180538,1506.4405,-1101.6314)"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8790 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8791 |
id="g1467-9" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8792 |
inkscape:label="button"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8793 |
<rect |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8794 |
rx="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8795 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8796 |
id="rect1464-7" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8797 |
width="245.44583" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8798 |
height="95.723877" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8799 |
x="971.96545" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8800 |
y="594.82263" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8801 |
ry="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8802 |
inkscape:label="button" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8803 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8804 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8805 |
id="g1473-3" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8806 |
inkscape:label="text"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8807 |
<text |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8808 |
inkscape:label="setting_jmp" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8809 |
id="text1471-6" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8810 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8811 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8812 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8813 |
xml:space="preserve"><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8814 |
id="tspan1469-1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8815 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8816 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8817 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8818 |
sodipodi:role="line">Pump 1</tspan><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8819 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8820 |
y="706.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8821 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8822 |
sodipodi:role="line" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8823 |
id="tspan1477-2" /></text> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8824 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8825 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8826 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8827 |
transform="matrix(0.57180538,0,0,0.57180538,1666.4405,-1101.6314)" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8828 |
inkscape:label="HMI:Jump:RelativePageTest@/PUMP2" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8829 |
id="g1491-9"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8830 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8831 |
inkscape:label="button" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8832 |
id="g1481-3"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8833 |
<rect |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8834 |
rx="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8835 |
inkscape:label="button" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8836 |
ry="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8837 |
y="594.82263" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8838 |
x="971.96545" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8839 |
height="95.723877" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8840 |
width="245.44583" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8841 |
id="rect1479-1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8842 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8843 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8844 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8845 |
inkscape:label="text" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8846 |
id="g1489-9"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8847 |
<text |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8848 |
xml:space="preserve" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8849 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8850 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8851 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8852 |
id="text1487-4" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8853 |
inkscape:label="setting_jmp"><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8854 |
sodipodi:role="line" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8855 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8856 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8857 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8858 |
id="tspan1493-7">Pump 2</tspan><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8859 |
id="tspan1485-8" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8860 |
sodipodi:role="line" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8861 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8862 |
y="706.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8863 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" /></text> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8864 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8865 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8866 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8867 |
id="g1509-4" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8868 |
inkscape:label="HMI:Jump:RelativePageTest@/PUMP3" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8869 |
transform="matrix(0.57180538,0,0,0.57180538,1826.4405,-1101.6314)"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8870 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8871 |
id="g1499-5" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8872 |
inkscape:label="button"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8873 |
<rect |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8874 |
rx="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8875 |
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8876 |
id="rect1497-0" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8877 |
width="245.44583" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8878 |
height="95.723877" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8879 |
x="971.96545" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8880 |
y="594.82263" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8881 |
ry="35.579063" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8882 |
inkscape:label="button" /> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8883 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8884 |
<g |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8885 |
id="g1507-3" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8886 |
inkscape:label="text"> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8887 |
<text |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8888 |
inkscape:label="setting_jmp" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8889 |
id="text1505-6" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8890 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8891 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8892 |
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8893 |
xml:space="preserve"><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8894 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8895 |
y="656.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8896 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8897 |
sodipodi:role="line" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8898 |
id="tspan1511-1">Pump 3</tspan><tspan |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8899 |
style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8900 |
y="706.98151" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8901 |
x="1090.7626" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8902 |
sodipodi:role="line" |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8903 |
id="tspan1503-0" /></text> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8904 |
</g> |
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Edouard Tisserant
parents:
3597
diff
changeset
|
8905 |
</g> |
3689
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8906 |
<text |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8907 |
inkscape:label="HMI:Display@user_role" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8908 |
xml:space="preserve" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8909 |
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:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8910 |
x="2680.3477" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8911 |
y="-398.63266" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8912 |
id="text296-3"><tspan |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8913 |
sodipodi:role="line" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8914 |
id="tspan294-6" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8915 |
x="2680.3477" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8916 |
y="-398.63266" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8917 |
style="text-align:end;text-anchor:end;stroke-width:1px;fill:#ffff00;">user</tspan></text> |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8918 |
<text |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8919 |
inkscape:label="HMI:Display@user_role" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8920 |
xml:space="preserve" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8921 |
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:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8922 |
x="1258.5922" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8923 |
y="703.35767" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8924 |
id="text296-3-7"><tspan |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8925 |
sodipodi:role="line" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8926 |
id="tspan294-6-5" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8927 |
x="1258.5922" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8928 |
y="703.35767" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8929 |
style="text-align:end;text-anchor:end;fill:#ffff00;stroke-width:1px">user</tspan></text> |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8930 |
<g |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8931 |
id="g242" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8932 |
inkscape:label="HMI:Assign:u="admin"@u=user_role" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8933 |
transform="matrix(0.699363,0,0,0.699363,-1374.9838,537.10221)" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8934 |
style="stroke-width:1.42987263"> |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8935 |
<rect |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8936 |
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" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8937 |
id="rect236" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8938 |
width="225.46321" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8939 |
height="70.051811" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8940 |
x="3457.5356" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8941 |
y="99.406891" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8942 |
ry="30.536264" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8943 |
rx="30.536266" /> |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8944 |
<text |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8945 |
xml:space="preserve" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8946 |
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:56.68354416px;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.42987251px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8947 |
x="3570.8057" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8948 |
y="153.18002" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8949 |
id="text240"><tspan |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8950 |
style="stroke-width:1.42987251px" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8951 |
sodipodi:role="line" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8952 |
id="tspan238" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8953 |
x="3570.8057" |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8954 |
y="153.18002">login</tspan></text> |
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
Edouard Tisserant
parents:
3655
diff
changeset
|
8955 |
</g> |
2750 | 8956 |
</svg> |