cpee 2.1.129 → 2.1.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/cockpit/css/llm.css +19 -23
- data/cockpit/css/ui.css +1 -3
- data/cockpit/js/details.js +1 -1
- data/cockpit/js/instance.js +11 -8
- data/cockpit/js/wfadaptor.js +75 -67
- data/cockpit/llm.html +1 -1
- data/cockpit/llmmodel.html +1 -2
- data/cockpit/themes/base.js +21 -5
- data/cockpit/themes/control/symbols/alternative.svg +2 -2
- data/cockpit/themes/control/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/control/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/control/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/control/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/control/symbols/critical.svg +13 -3
- data/cockpit/themes/control/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/control/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/control/symbols/terminate.svg +1 -1
- data/cockpit/themes/dataflow/symbols/alternative.svg +2 -2
- data/cockpit/themes/dataflow/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/dataflow/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/dataflow/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/dataflow/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/dataflow/symbols/critical.svg +13 -3
- data/cockpit/themes/dataflow/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/dataflow/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/dataflow/symbols/terminate.svg +1 -1
- data/cockpit/themes/default/symbols/alternative.svg +2 -2
- data/cockpit/themes/default/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/default/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/default/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/default/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/default/symbols/critical.svg +13 -3
- data/cockpit/themes/default/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/default/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/default/symbols/terminate.svg +1 -1
- data/cockpit/themes/extended/symbols/alternative.svg +2 -2
- data/cockpit/themes/extended/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/extended/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/extended/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/extended/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/extended/symbols/critical.svg +13 -3
- data/cockpit/themes/extended/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/extended/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/extended/symbols/terminate.svg +1 -1
- data/cockpit/themes/felix/symbols/alternative.svg +2 -2
- data/cockpit/themes/felix/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/felix/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/felix/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/felix/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/felix/symbols/critical.svg +13 -3
- data/cockpit/themes/felix/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/felix/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/felix/symbols/terminate.svg +1 -1
- data/cockpit/themes/model/symbols/alternative.svg +2 -2
- data/cockpit/themes/model/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/model/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/model/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/model/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/model/symbols/critical.svg +13 -3
- data/cockpit/themes/model/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/model/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/model/symbols/terminate.svg +1 -1
- data/cockpit/themes/packed/symbols/alternative.svg +2 -2
- data/cockpit/themes/packed/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/packed/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/packed/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/packed/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/packed/symbols/critical.svg +13 -3
- data/cockpit/themes/packed/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/packed/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/packed/symbols/terminate.svg +1 -1
- data/cockpit/themes/preset/symbols/alternative.svg +2 -2
- data/cockpit/themes/preset/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/preset/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/preset/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/preset/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/preset/symbols/critical.svg +13 -3
- data/cockpit/themes/preset/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/preset/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/preset/symbols/terminate.svg +1 -1
- data/cockpit/themes/preset_model/symbols/alternative.svg +2 -2
- data/cockpit/themes/preset_model/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/preset_model/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/preset_model/symbols/terminate.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/alternative.svg +2 -2
- data/cockpit/themes/presetaltid/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/critical.svg +13 -3
- data/cockpit/themes/presetaltid/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/terminate.svg +1 -1
- data/cockpit/themes/presetid/symbols/alternative.svg +2 -2
- data/cockpit/themes/presetid/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/presetid/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/presetid/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/presetid/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/presetid/symbols/critical.svg +13 -3
- data/cockpit/themes/presetid/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/presetid/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/presetid/symbols/terminate.svg +1 -1
- data/cockpit/themes/reduced/symbols/alternative.svg +2 -2
- data/cockpit/themes/reduced/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/reduced/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/reduced/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/reduced/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/reduced/symbols/critical.svg +13 -3
- data/cockpit/themes/reduced/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/reduced/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/reduced/symbols/terminate.svg +1 -1
- data/cpee.gemspec +1 -1
- metadata +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
4
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
5
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
9
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
10
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
13
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
14
|
+
</g>
|
|
5
15
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
4
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
5
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
9
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
10
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
13
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
14
|
+
</g>
|
|
5
15
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
4
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
5
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
9
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
10
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
13
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
14
|
+
</g>
|
|
5
15
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
4
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
5
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
9
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
10
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
13
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
14
|
+
</g>
|
|
5
15
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
4
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
5
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
9
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
10
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
13
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
14
|
+
</g>
|
|
5
15
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|