cpee 2.1.97 → 2.1.98

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.
Files changed (439) hide show
  1. checksums.yaml +4 -4
  2. data/cockpit/css/wfadaptor.css +37 -33
  3. data/cockpit/js/details.js +9 -4
  4. data/cockpit/js/instance.js +2 -2
  5. data/cockpit/js/wfadaptor.js +11 -1
  6. data/cockpit/model.html +6 -1
  7. data/cockpit/themes/base.js +20 -19
  8. data/cockpit/themes/control/rngs/call.rng +2 -4
  9. data/cockpit/themes/control/rngs/callmanipulate.rng +2 -4
  10. data/cockpit/themes/control/rngs/manipulate.rng +2 -4
  11. data/cockpit/themes/control/rngs/start.rng +2 -4
  12. data/cockpit/themes/control/symbols/alternative.svg +2 -2
  13. data/cockpit/themes/control/symbols/call.svg +5 -5
  14. data/cockpit/themes/control/symbols/call_sensor.svg +7 -7
  15. data/cockpit/themes/control/symbols/callmanipulate.svg +6 -6
  16. data/cockpit/themes/control/symbols/callmanipulate_sensor.svg +8 -8
  17. data/cockpit/themes/control/symbols/callmanipulate_sensor_signal.svg +10 -10
  18. data/cockpit/themes/control/symbols/callmanipulate_signal.svg +8 -8
  19. data/cockpit/themes/control/symbols/choose.svg +2 -2
  20. data/cockpit/themes/control/symbols/choose_exclusive.svg +2 -2
  21. data/cockpit/themes/control/symbols/choose_exclusive_finish.svg +1 -1
  22. data/cockpit/themes/control/symbols/choose_inclusive.svg +2 -2
  23. data/cockpit/themes/control/symbols/choose_inclusive_finish.svg +1 -1
  24. data/cockpit/themes/control/symbols/closed_loop.svg +1 -1
  25. data/cockpit/themes/control/symbols/closed_loop_cancel.svg +2 -2
  26. data/cockpit/themes/control/symbols/closed_loop_control.svg +2 -2
  27. data/cockpit/themes/control/symbols/closed_loop_measuring.svg +2 -2
  28. data/cockpit/themes/control/symbols/complex.svg +1 -1
  29. data/cockpit/themes/control/symbols/critical.svg +1 -1
  30. data/cockpit/themes/control/symbols/escape.svg +2 -2
  31. data/cockpit/themes/control/symbols/event_end.svg +1 -1
  32. data/cockpit/themes/control/symbols/loop.svg +2 -2
  33. data/cockpit/themes/control/symbols/loop_end.svg +2 -2
  34. data/cockpit/themes/control/symbols/manipulate.svg +5 -5
  35. data/cockpit/themes/control/symbols/otherwise.svg +1 -1
  36. data/cockpit/themes/control/symbols/parallel.svg +1 -1
  37. data/cockpit/themes/control/symbols/parallel_branch.svg +1 -1
  38. data/cockpit/themes/control/symbols/parallel_branch_event.svg +4 -4
  39. data/cockpit/themes/control/symbols/parallel_branch_normal.svg +1 -1
  40. data/cockpit/themes/control/symbols/parallel_eventbased_exclusive.svg +1 -1
  41. data/cockpit/themes/control/symbols/parallel_eventbased_parallel.svg +1 -1
  42. data/cockpit/themes/control/symbols/scripts.svg +1 -1
  43. data/cockpit/themes/control/symbols/start.svg +1 -1
  44. data/cockpit/themes/control/symbols/start_event.svg +1 -1
  45. data/cockpit/themes/control/symbols/stop.svg +1 -1
  46. data/cockpit/themes/control/symbols/wait_for_signal.svg +4 -4
  47. data/cockpit/themes/dataflow/rngs/call.rng +2 -4
  48. data/cockpit/themes/dataflow/rngs/callmanipulate.rng +2 -4
  49. data/cockpit/themes/dataflow/rngs/manipulate.rng +2 -4
  50. data/cockpit/themes/dataflow/rngs/start.rng +2 -4
  51. data/cockpit/themes/dataflow/symbols/alternative.svg +2 -2
  52. data/cockpit/themes/dataflow/symbols/call.svg +5 -5
  53. data/cockpit/themes/dataflow/symbols/call_sensor.svg +7 -7
  54. data/cockpit/themes/dataflow/symbols/callmanipulate.svg +6 -6
  55. data/cockpit/themes/dataflow/symbols/callmanipulate_sensor.svg +8 -8
  56. data/cockpit/themes/dataflow/symbols/callmanipulate_sensor_signal.svg +10 -10
  57. data/cockpit/themes/dataflow/symbols/callmanipulate_signal.svg +8 -8
  58. data/cockpit/themes/dataflow/symbols/choose.svg +2 -2
  59. data/cockpit/themes/dataflow/symbols/choose_exclusive.svg +2 -2
  60. data/cockpit/themes/dataflow/symbols/choose_exclusive_finish.svg +1 -1
  61. data/cockpit/themes/dataflow/symbols/choose_inclusive.svg +2 -2
  62. data/cockpit/themes/dataflow/symbols/choose_inclusive_finish.svg +1 -1
  63. data/cockpit/themes/dataflow/symbols/closed_loop.svg +1 -1
  64. data/cockpit/themes/dataflow/symbols/closed_loop_cancel.svg +2 -2
  65. data/cockpit/themes/dataflow/symbols/closed_loop_control.svg +2 -2
  66. data/cockpit/themes/dataflow/symbols/closed_loop_measuring.svg +2 -2
  67. data/cockpit/themes/dataflow/symbols/complex.svg +1 -1
  68. data/cockpit/themes/dataflow/symbols/critical.svg +1 -1
  69. data/cockpit/themes/dataflow/symbols/escape.svg +2 -2
  70. data/cockpit/themes/dataflow/symbols/event_end.svg +1 -1
  71. data/cockpit/themes/dataflow/symbols/loop.svg +2 -2
  72. data/cockpit/themes/dataflow/symbols/loop_end.svg +2 -2
  73. data/cockpit/themes/dataflow/symbols/manipulate.svg +5 -5
  74. data/cockpit/themes/dataflow/symbols/otherwise.svg +1 -1
  75. data/cockpit/themes/dataflow/symbols/parallel.svg +1 -1
  76. data/cockpit/themes/dataflow/symbols/parallel_branch.svg +1 -1
  77. data/cockpit/themes/dataflow/symbols/parallel_branch_event.svg +4 -4
  78. data/cockpit/themes/dataflow/symbols/parallel_branch_normal.svg +1 -1
  79. data/cockpit/themes/dataflow/symbols/parallel_eventbased_exclusive.svg +1 -1
  80. data/cockpit/themes/dataflow/symbols/parallel_eventbased_parallel.svg +1 -1
  81. data/cockpit/themes/dataflow/symbols/scripts.svg +1 -1
  82. data/cockpit/themes/dataflow/symbols/start.svg +1 -1
  83. data/cockpit/themes/dataflow/symbols/start_event.svg +1 -1
  84. data/cockpit/themes/dataflow/symbols/stop.svg +1 -1
  85. data/cockpit/themes/dataflow/symbols/wait_for_signal.svg +4 -4
  86. data/cockpit/themes/default/rngs/call.rng +2 -4
  87. data/cockpit/themes/default/rngs/callmanipulate.rng +2 -4
  88. data/cockpit/themes/default/rngs/manipulate.rng +2 -4
  89. data/cockpit/themes/default/rngs/start.rng +2 -4
  90. data/cockpit/themes/default/symbols/alternative.svg +2 -2
  91. data/cockpit/themes/default/symbols/call.svg +5 -5
  92. data/cockpit/themes/default/symbols/call_sensor.svg +7 -7
  93. data/cockpit/themes/default/symbols/callmanipulate.svg +6 -6
  94. data/cockpit/themes/default/symbols/callmanipulate_sensor.svg +8 -8
  95. data/cockpit/themes/default/symbols/callmanipulate_sensor_signal.svg +10 -10
  96. data/cockpit/themes/default/symbols/callmanipulate_signal.svg +8 -8
  97. data/cockpit/themes/default/symbols/choose.svg +2 -2
  98. data/cockpit/themes/default/symbols/choose_exclusive.svg +2 -2
  99. data/cockpit/themes/default/symbols/choose_exclusive_finish.svg +1 -1
  100. data/cockpit/themes/default/symbols/choose_inclusive.svg +2 -2
  101. data/cockpit/themes/default/symbols/choose_inclusive_finish.svg +1 -1
  102. data/cockpit/themes/default/symbols/closed_loop.svg +1 -1
  103. data/cockpit/themes/default/symbols/closed_loop_cancel.svg +2 -2
  104. data/cockpit/themes/default/symbols/closed_loop_control.svg +2 -2
  105. data/cockpit/themes/default/symbols/closed_loop_measuring.svg +2 -2
  106. data/cockpit/themes/default/symbols/complex.svg +1 -1
  107. data/cockpit/themes/default/symbols/critical.svg +1 -1
  108. data/cockpit/themes/default/symbols/escape.svg +2 -2
  109. data/cockpit/themes/default/symbols/event_end.svg +1 -1
  110. data/cockpit/themes/default/symbols/loop.svg +2 -2
  111. data/cockpit/themes/default/symbols/loop_end.svg +2 -2
  112. data/cockpit/themes/default/symbols/manipulate.svg +5 -5
  113. data/cockpit/themes/default/symbols/otherwise.svg +1 -1
  114. data/cockpit/themes/default/symbols/parallel.svg +1 -1
  115. data/cockpit/themes/default/symbols/parallel_branch.svg +1 -1
  116. data/cockpit/themes/default/symbols/parallel_branch_event.svg +4 -4
  117. data/cockpit/themes/default/symbols/parallel_branch_normal.svg +1 -1
  118. data/cockpit/themes/default/symbols/parallel_eventbased_exclusive.svg +1 -1
  119. data/cockpit/themes/default/symbols/parallel_eventbased_parallel.svg +1 -1
  120. data/cockpit/themes/default/symbols/scripts.svg +1 -1
  121. data/cockpit/themes/default/symbols/start.svg +1 -1
  122. data/cockpit/themes/default/symbols/start_event.svg +1 -1
  123. data/cockpit/themes/default/symbols/stop.svg +1 -1
  124. data/cockpit/themes/default/symbols/wait_for_signal.svg +4 -4
  125. data/cockpit/themes/extended/rngs/call.rng +2 -4
  126. data/cockpit/themes/extended/rngs/callmanipulate.rng +2 -4
  127. data/cockpit/themes/extended/rngs/manipulate.rng +2 -4
  128. data/cockpit/themes/extended/rngs/start.rng +2 -4
  129. data/cockpit/themes/extended/symbols/alternative.svg +2 -2
  130. data/cockpit/themes/extended/symbols/call.svg +5 -5
  131. data/cockpit/themes/extended/symbols/call_sensor.svg +7 -7
  132. data/cockpit/themes/extended/symbols/callmanipulate.svg +6 -6
  133. data/cockpit/themes/extended/symbols/callmanipulate_sensor.svg +8 -8
  134. data/cockpit/themes/extended/symbols/callmanipulate_sensor_signal.svg +10 -10
  135. data/cockpit/themes/extended/symbols/callmanipulate_signal.svg +8 -8
  136. data/cockpit/themes/extended/symbols/choose.svg +2 -2
  137. data/cockpit/themes/extended/symbols/choose_exclusive.svg +2 -2
  138. data/cockpit/themes/extended/symbols/choose_exclusive_finish.svg +1 -1
  139. data/cockpit/themes/extended/symbols/choose_inclusive.svg +2 -2
  140. data/cockpit/themes/extended/symbols/choose_inclusive_finish.svg +1 -1
  141. data/cockpit/themes/extended/symbols/closed_loop.svg +1 -1
  142. data/cockpit/themes/extended/symbols/closed_loop_cancel.svg +2 -2
  143. data/cockpit/themes/extended/symbols/closed_loop_control.svg +2 -2
  144. data/cockpit/themes/extended/symbols/closed_loop_measuring.svg +2 -2
  145. data/cockpit/themes/extended/symbols/complex.svg +1 -1
  146. data/cockpit/themes/extended/symbols/critical.svg +1 -1
  147. data/cockpit/themes/extended/symbols/escape.svg +2 -2
  148. data/cockpit/themes/extended/symbols/event_end.svg +1 -1
  149. data/cockpit/themes/extended/symbols/loop.svg +2 -2
  150. data/cockpit/themes/extended/symbols/loop_end.svg +2 -2
  151. data/cockpit/themes/extended/symbols/manipulate.svg +5 -5
  152. data/cockpit/themes/extended/symbols/otherwise.svg +1 -1
  153. data/cockpit/themes/extended/symbols/parallel.svg +1 -1
  154. data/cockpit/themes/extended/symbols/parallel_branch.svg +1 -1
  155. data/cockpit/themes/extended/symbols/parallel_branch_event.svg +4 -4
  156. data/cockpit/themes/extended/symbols/parallel_branch_normal.svg +1 -1
  157. data/cockpit/themes/extended/symbols/parallel_eventbased_exclusive.svg +1 -1
  158. data/cockpit/themes/extended/symbols/parallel_eventbased_parallel.svg +1 -1
  159. data/cockpit/themes/extended/symbols/scripts.svg +1 -1
  160. data/cockpit/themes/extended/symbols/start.svg +1 -1
  161. data/cockpit/themes/extended/symbols/start_event.svg +1 -1
  162. data/cockpit/themes/extended/symbols/stop.svg +1 -1
  163. data/cockpit/themes/extended/symbols/wait_for_signal.svg +4 -4
  164. data/cockpit/themes/felix/symbols/alternative.svg +2 -2
  165. data/cockpit/themes/felix/symbols/call.svg +5 -5
  166. data/cockpit/themes/felix/symbols/call_sensor.svg +7 -7
  167. data/cockpit/themes/felix/symbols/callmanipulate.svg +6 -6
  168. data/cockpit/themes/felix/symbols/callmanipulate_sensor.svg +8 -8
  169. data/cockpit/themes/felix/symbols/callmanipulate_sensor_signal.svg +10 -10
  170. data/cockpit/themes/felix/symbols/callmanipulate_signal.svg +8 -8
  171. data/cockpit/themes/felix/symbols/choose.svg +2 -2
  172. data/cockpit/themes/felix/symbols/choose_exclusive.svg +2 -2
  173. data/cockpit/themes/felix/symbols/choose_exclusive_finish.svg +1 -1
  174. data/cockpit/themes/felix/symbols/choose_inclusive.svg +2 -2
  175. data/cockpit/themes/felix/symbols/choose_inclusive_finish.svg +1 -1
  176. data/cockpit/themes/felix/symbols/closed_loop.svg +1 -1
  177. data/cockpit/themes/felix/symbols/closed_loop_cancel.svg +2 -2
  178. data/cockpit/themes/felix/symbols/closed_loop_control.svg +2 -2
  179. data/cockpit/themes/felix/symbols/closed_loop_measuring.svg +2 -2
  180. data/cockpit/themes/felix/symbols/complex.svg +1 -1
  181. data/cockpit/themes/felix/symbols/critical.svg +1 -1
  182. data/cockpit/themes/felix/symbols/escape.svg +2 -2
  183. data/cockpit/themes/felix/symbols/event_end.svg +1 -1
  184. data/cockpit/themes/felix/symbols/loop.svg +2 -2
  185. data/cockpit/themes/felix/symbols/loop_end.svg +2 -2
  186. data/cockpit/themes/felix/symbols/manipulate.svg +5 -5
  187. data/cockpit/themes/felix/symbols/otherwise.svg +1 -1
  188. data/cockpit/themes/felix/symbols/parallel.svg +1 -1
  189. data/cockpit/themes/felix/symbols/parallel_branch.svg +1 -1
  190. data/cockpit/themes/felix/symbols/parallel_branch_event.svg +4 -4
  191. data/cockpit/themes/felix/symbols/parallel_branch_normal.svg +1 -1
  192. data/cockpit/themes/felix/symbols/parallel_eventbased_exclusive.svg +1 -1
  193. data/cockpit/themes/felix/symbols/parallel_eventbased_parallel.svg +1 -1
  194. data/cockpit/themes/felix/symbols/scripts.svg +1 -1
  195. data/cockpit/themes/felix/symbols/start.svg +1 -1
  196. data/cockpit/themes/felix/symbols/start_event.svg +1 -1
  197. data/cockpit/themes/felix/symbols/stop.svg +1 -1
  198. data/cockpit/themes/felix/symbols/wait_for_signal.svg +4 -4
  199. data/cockpit/themes/model/rngs/wait_for_signal.rng +1 -0
  200. data/cockpit/themes/model/symbols/alternative.svg +2 -2
  201. data/cockpit/themes/model/symbols/call.svg +5 -5
  202. data/cockpit/themes/model/symbols/call_sensor.svg +7 -7
  203. data/cockpit/themes/model/symbols/callmanipulate.svg +6 -6
  204. data/cockpit/themes/model/symbols/callmanipulate_sensor.svg +8 -8
  205. data/cockpit/themes/model/symbols/callmanipulate_sensor_signal.svg +10 -10
  206. data/cockpit/themes/model/symbols/callmanipulate_signal.svg +8 -8
  207. data/cockpit/themes/model/symbols/choose.svg +2 -2
  208. data/cockpit/themes/model/symbols/choose_exclusive.svg +2 -2
  209. data/cockpit/themes/model/symbols/choose_exclusive_finish.svg +1 -1
  210. data/cockpit/themes/model/symbols/choose_inclusive.svg +2 -2
  211. data/cockpit/themes/model/symbols/choose_inclusive_finish.svg +1 -1
  212. data/cockpit/themes/model/symbols/closed_loop.svg +1 -1
  213. data/cockpit/themes/model/symbols/closed_loop_cancel.svg +2 -2
  214. data/cockpit/themes/model/symbols/closed_loop_control.svg +2 -2
  215. data/cockpit/themes/model/symbols/closed_loop_measuring.svg +2 -2
  216. data/cockpit/themes/model/symbols/complex.svg +1 -1
  217. data/cockpit/themes/model/symbols/critical.svg +1 -1
  218. data/cockpit/themes/model/symbols/escape.svg +2 -2
  219. data/cockpit/themes/model/symbols/event_end.svg +1 -1
  220. data/cockpit/themes/model/symbols/loop.svg +2 -2
  221. data/cockpit/themes/model/symbols/loop_end.svg +2 -2
  222. data/cockpit/themes/model/symbols/manipulate.svg +5 -5
  223. data/cockpit/themes/model/symbols/otherwise.svg +1 -1
  224. data/cockpit/themes/model/symbols/parallel.svg +1 -1
  225. data/cockpit/themes/model/symbols/parallel_branch.svg +1 -1
  226. data/cockpit/themes/model/symbols/parallel_branch_event.svg +4 -4
  227. data/cockpit/themes/model/symbols/parallel_branch_normal.svg +1 -1
  228. data/cockpit/themes/model/symbols/parallel_eventbased_exclusive.svg +1 -1
  229. data/cockpit/themes/model/symbols/parallel_eventbased_parallel.svg +1 -1
  230. data/cockpit/themes/model/symbols/scripts.svg +1 -1
  231. data/cockpit/themes/model/symbols/start.svg +1 -1
  232. data/cockpit/themes/model/symbols/start_event.svg +1 -1
  233. data/cockpit/themes/model/symbols/stop.svg +1 -1
  234. data/cockpit/themes/model/symbols/wait_for_signal.svg +4 -4
  235. data/cockpit/themes/model/theme.js +444 -669
  236. data/cockpit/themes/packed/rngs/call.rng +2 -4
  237. data/cockpit/themes/packed/rngs/callmanipulate.rng +2 -4
  238. data/cockpit/themes/packed/rngs/manipulate.rng +2 -4
  239. data/cockpit/themes/packed/rngs/start.rng +2 -4
  240. data/cockpit/themes/packed/symbols/alternative.svg +2 -2
  241. data/cockpit/themes/packed/symbols/call.svg +5 -5
  242. data/cockpit/themes/packed/symbols/call_sensor.svg +7 -7
  243. data/cockpit/themes/packed/symbols/callmanipulate.svg +6 -6
  244. data/cockpit/themes/packed/symbols/callmanipulate_sensor.svg +8 -8
  245. data/cockpit/themes/packed/symbols/callmanipulate_sensor_signal.svg +10 -10
  246. data/cockpit/themes/packed/symbols/callmanipulate_signal.svg +8 -8
  247. data/cockpit/themes/packed/symbols/choose.svg +2 -2
  248. data/cockpit/themes/packed/symbols/choose_exclusive.svg +2 -2
  249. data/cockpit/themes/packed/symbols/choose_exclusive_finish.svg +1 -1
  250. data/cockpit/themes/packed/symbols/choose_inclusive.svg +2 -2
  251. data/cockpit/themes/packed/symbols/choose_inclusive_finish.svg +1 -1
  252. data/cockpit/themes/packed/symbols/closed_loop.svg +1 -1
  253. data/cockpit/themes/packed/symbols/closed_loop_cancel.svg +2 -2
  254. data/cockpit/themes/packed/symbols/closed_loop_control.svg +2 -2
  255. data/cockpit/themes/packed/symbols/closed_loop_measuring.svg +2 -2
  256. data/cockpit/themes/packed/symbols/complex.svg +1 -1
  257. data/cockpit/themes/packed/symbols/critical.svg +1 -1
  258. data/cockpit/themes/packed/symbols/escape.svg +2 -2
  259. data/cockpit/themes/packed/symbols/event_end.svg +1 -1
  260. data/cockpit/themes/packed/symbols/loop.svg +2 -2
  261. data/cockpit/themes/packed/symbols/loop_end.svg +2 -2
  262. data/cockpit/themes/packed/symbols/manipulate.svg +5 -5
  263. data/cockpit/themes/packed/symbols/otherwise.svg +1 -1
  264. data/cockpit/themes/packed/symbols/parallel.svg +1 -1
  265. data/cockpit/themes/packed/symbols/parallel_branch.svg +1 -1
  266. data/cockpit/themes/packed/symbols/parallel_branch_event.svg +4 -4
  267. data/cockpit/themes/packed/symbols/parallel_branch_normal.svg +1 -1
  268. data/cockpit/themes/packed/symbols/parallel_eventbased_exclusive.svg +1 -1
  269. data/cockpit/themes/packed/symbols/parallel_eventbased_parallel.svg +1 -1
  270. data/cockpit/themes/packed/symbols/scripts.svg +1 -1
  271. data/cockpit/themes/packed/symbols/start.svg +1 -1
  272. data/cockpit/themes/packed/symbols/start_event.svg +1 -1
  273. data/cockpit/themes/packed/symbols/stop.svg +1 -1
  274. data/cockpit/themes/packed/symbols/wait_for_signal.svg +4 -4
  275. data/cockpit/themes/preset/rngs/call.rng +2 -4
  276. data/cockpit/themes/preset/rngs/callmanipulate.rng +2 -4
  277. data/cockpit/themes/preset/rngs/manipulate.rng +2 -4
  278. data/cockpit/themes/preset/rngs/start.rng +2 -4
  279. data/cockpit/themes/preset/symbols/alternative.svg +2 -2
  280. data/cockpit/themes/preset/symbols/call.svg +5 -5
  281. data/cockpit/themes/preset/symbols/call_sensor.svg +7 -7
  282. data/cockpit/themes/preset/symbols/callmanipulate.svg +6 -6
  283. data/cockpit/themes/preset/symbols/callmanipulate_sensor.svg +8 -8
  284. data/cockpit/themes/preset/symbols/callmanipulate_sensor_signal.svg +10 -10
  285. data/cockpit/themes/preset/symbols/callmanipulate_signal.svg +8 -8
  286. data/cockpit/themes/preset/symbols/choose.svg +2 -2
  287. data/cockpit/themes/preset/symbols/choose_exclusive.svg +2 -2
  288. data/cockpit/themes/preset/symbols/choose_exclusive_finish.svg +1 -1
  289. data/cockpit/themes/preset/symbols/choose_inclusive.svg +2 -2
  290. data/cockpit/themes/preset/symbols/choose_inclusive_finish.svg +1 -1
  291. data/cockpit/themes/preset/symbols/closed_loop.svg +1 -1
  292. data/cockpit/themes/preset/symbols/closed_loop_cancel.svg +2 -2
  293. data/cockpit/themes/preset/symbols/closed_loop_control.svg +2 -2
  294. data/cockpit/themes/preset/symbols/closed_loop_measuring.svg +2 -2
  295. data/cockpit/themes/preset/symbols/complex.svg +1 -1
  296. data/cockpit/themes/preset/symbols/critical.svg +1 -1
  297. data/cockpit/themes/preset/symbols/escape.svg +2 -2
  298. data/cockpit/themes/preset/symbols/event_end.svg +1 -1
  299. data/cockpit/themes/preset/symbols/loop.svg +2 -2
  300. data/cockpit/themes/preset/symbols/loop_end.svg +2 -2
  301. data/cockpit/themes/preset/symbols/manipulate.svg +5 -5
  302. data/cockpit/themes/preset/symbols/otherwise.svg +1 -1
  303. data/cockpit/themes/preset/symbols/parallel.svg +1 -1
  304. data/cockpit/themes/preset/symbols/parallel_branch.svg +1 -1
  305. data/cockpit/themes/preset/symbols/parallel_branch_event.svg +4 -4
  306. data/cockpit/themes/preset/symbols/parallel_branch_normal.svg +1 -1
  307. data/cockpit/themes/preset/symbols/parallel_eventbased_exclusive.svg +1 -1
  308. data/cockpit/themes/preset/symbols/parallel_eventbased_parallel.svg +1 -1
  309. data/cockpit/themes/preset/symbols/scripts.svg +1 -1
  310. data/cockpit/themes/preset/symbols/start.svg +1 -1
  311. data/cockpit/themes/preset/symbols/start_event.svg +1 -1
  312. data/cockpit/themes/preset/symbols/stop.svg +1 -1
  313. data/cockpit/themes/preset/symbols/wait_for_signal.svg +4 -4
  314. data/cockpit/themes/presetaltid/rngs/call.rng +2 -4
  315. data/cockpit/themes/presetaltid/rngs/callmanipulate.rng +2 -4
  316. data/cockpit/themes/presetaltid/rngs/manipulate.rng +2 -4
  317. data/cockpit/themes/presetaltid/rngs/start.rng +2 -4
  318. data/cockpit/themes/presetaltid/symbols/alternative.svg +2 -2
  319. data/cockpit/themes/presetaltid/symbols/call.svg +5 -5
  320. data/cockpit/themes/presetaltid/symbols/call_sensor.svg +7 -7
  321. data/cockpit/themes/presetaltid/symbols/callmanipulate.svg +6 -6
  322. data/cockpit/themes/presetaltid/symbols/callmanipulate_sensor.svg +8 -8
  323. data/cockpit/themes/presetaltid/symbols/callmanipulate_sensor_signal.svg +10 -10
  324. data/cockpit/themes/presetaltid/symbols/callmanipulate_signal.svg +8 -8
  325. data/cockpit/themes/presetaltid/symbols/choose.svg +2 -2
  326. data/cockpit/themes/presetaltid/symbols/choose_exclusive.svg +2 -2
  327. data/cockpit/themes/presetaltid/symbols/choose_exclusive_finish.svg +1 -1
  328. data/cockpit/themes/presetaltid/symbols/choose_inclusive.svg +2 -2
  329. data/cockpit/themes/presetaltid/symbols/choose_inclusive_finish.svg +1 -1
  330. data/cockpit/themes/presetaltid/symbols/closed_loop.svg +1 -1
  331. data/cockpit/themes/presetaltid/symbols/closed_loop_cancel.svg +2 -2
  332. data/cockpit/themes/presetaltid/symbols/closed_loop_control.svg +2 -2
  333. data/cockpit/themes/presetaltid/symbols/closed_loop_measuring.svg +2 -2
  334. data/cockpit/themes/presetaltid/symbols/complex.svg +1 -1
  335. data/cockpit/themes/presetaltid/symbols/critical.svg +1 -1
  336. data/cockpit/themes/presetaltid/symbols/escape.svg +2 -2
  337. data/cockpit/themes/presetaltid/symbols/event_end.svg +1 -1
  338. data/cockpit/themes/presetaltid/symbols/loop.svg +2 -2
  339. data/cockpit/themes/presetaltid/symbols/loop_end.svg +2 -2
  340. data/cockpit/themes/presetaltid/symbols/manipulate.svg +5 -5
  341. data/cockpit/themes/presetaltid/symbols/otherwise.svg +1 -1
  342. data/cockpit/themes/presetaltid/symbols/parallel.svg +1 -1
  343. data/cockpit/themes/presetaltid/symbols/parallel_branch.svg +1 -1
  344. data/cockpit/themes/presetaltid/symbols/parallel_branch_event.svg +4 -4
  345. data/cockpit/themes/presetaltid/symbols/parallel_branch_normal.svg +1 -1
  346. data/cockpit/themes/presetaltid/symbols/parallel_eventbased_exclusive.svg +1 -1
  347. data/cockpit/themes/presetaltid/symbols/parallel_eventbased_parallel.svg +1 -1
  348. data/cockpit/themes/presetaltid/symbols/scripts.svg +1 -1
  349. data/cockpit/themes/presetaltid/symbols/start.svg +1 -1
  350. data/cockpit/themes/presetaltid/symbols/start_event.svg +1 -1
  351. data/cockpit/themes/presetaltid/symbols/stop.svg +1 -1
  352. data/cockpit/themes/presetaltid/symbols/wait_for_signal.svg +4 -4
  353. data/cockpit/themes/presetid/rngs/call.rng +2 -4
  354. data/cockpit/themes/presetid/rngs/callmanipulate.rng +2 -4
  355. data/cockpit/themes/presetid/rngs/manipulate.rng +2 -4
  356. data/cockpit/themes/presetid/rngs/start.rng +2 -4
  357. data/cockpit/themes/presetid/symbols/alternative.svg +2 -2
  358. data/cockpit/themes/presetid/symbols/call.svg +5 -5
  359. data/cockpit/themes/presetid/symbols/call_sensor.svg +7 -7
  360. data/cockpit/themes/presetid/symbols/callmanipulate.svg +6 -6
  361. data/cockpit/themes/presetid/symbols/callmanipulate_sensor.svg +8 -8
  362. data/cockpit/themes/presetid/symbols/callmanipulate_sensor_signal.svg +10 -10
  363. data/cockpit/themes/presetid/symbols/callmanipulate_signal.svg +8 -8
  364. data/cockpit/themes/presetid/symbols/choose.svg +2 -2
  365. data/cockpit/themes/presetid/symbols/choose_exclusive.svg +2 -2
  366. data/cockpit/themes/presetid/symbols/choose_exclusive_finish.svg +1 -1
  367. data/cockpit/themes/presetid/symbols/choose_inclusive.svg +2 -2
  368. data/cockpit/themes/presetid/symbols/choose_inclusive_finish.svg +1 -1
  369. data/cockpit/themes/presetid/symbols/closed_loop.svg +1 -1
  370. data/cockpit/themes/presetid/symbols/closed_loop_cancel.svg +2 -2
  371. data/cockpit/themes/presetid/symbols/closed_loop_control.svg +2 -2
  372. data/cockpit/themes/presetid/symbols/closed_loop_measuring.svg +2 -2
  373. data/cockpit/themes/presetid/symbols/complex.svg +1 -1
  374. data/cockpit/themes/presetid/symbols/critical.svg +1 -1
  375. data/cockpit/themes/presetid/symbols/escape.svg +2 -2
  376. data/cockpit/themes/presetid/symbols/event_end.svg +1 -1
  377. data/cockpit/themes/presetid/symbols/loop.svg +2 -2
  378. data/cockpit/themes/presetid/symbols/loop_end.svg +2 -2
  379. data/cockpit/themes/presetid/symbols/manipulate.svg +5 -5
  380. data/cockpit/themes/presetid/symbols/otherwise.svg +1 -1
  381. data/cockpit/themes/presetid/symbols/parallel.svg +1 -1
  382. data/cockpit/themes/presetid/symbols/parallel_branch.svg +1 -1
  383. data/cockpit/themes/presetid/symbols/parallel_branch_event.svg +4 -4
  384. data/cockpit/themes/presetid/symbols/parallel_branch_normal.svg +1 -1
  385. data/cockpit/themes/presetid/symbols/parallel_eventbased_exclusive.svg +1 -1
  386. data/cockpit/themes/presetid/symbols/parallel_eventbased_parallel.svg +1 -1
  387. data/cockpit/themes/presetid/symbols/scripts.svg +1 -1
  388. data/cockpit/themes/presetid/symbols/start.svg +1 -1
  389. data/cockpit/themes/presetid/symbols/start_event.svg +1 -1
  390. data/cockpit/themes/presetid/symbols/stop.svg +1 -1
  391. data/cockpit/themes/presetid/symbols/wait_for_signal.svg +4 -4
  392. data/cockpit/themes/reduced/rngs/call.rng +2 -4
  393. data/cockpit/themes/reduced/rngs/callmanipulate.rng +2 -4
  394. data/cockpit/themes/reduced/rngs/manipulate.rng +2 -4
  395. data/cockpit/themes/reduced/rngs/start.rng +2 -4
  396. data/cockpit/themes/reduced/symbols/alternative.svg +2 -2
  397. data/cockpit/themes/reduced/symbols/call.svg +5 -5
  398. data/cockpit/themes/reduced/symbols/call_sensor.svg +7 -7
  399. data/cockpit/themes/reduced/symbols/callmanipulate.svg +6 -6
  400. data/cockpit/themes/reduced/symbols/callmanipulate_sensor.svg +8 -8
  401. data/cockpit/themes/reduced/symbols/callmanipulate_sensor_signal.svg +10 -10
  402. data/cockpit/themes/reduced/symbols/callmanipulate_signal.svg +8 -8
  403. data/cockpit/themes/reduced/symbols/choose.svg +2 -2
  404. data/cockpit/themes/reduced/symbols/choose_exclusive.svg +2 -2
  405. data/cockpit/themes/reduced/symbols/choose_exclusive_finish.svg +1 -1
  406. data/cockpit/themes/reduced/symbols/choose_inclusive.svg +2 -2
  407. data/cockpit/themes/reduced/symbols/choose_inclusive_finish.svg +1 -1
  408. data/cockpit/themes/reduced/symbols/closed_loop.svg +1 -1
  409. data/cockpit/themes/reduced/symbols/closed_loop_cancel.svg +2 -2
  410. data/cockpit/themes/reduced/symbols/closed_loop_control.svg +2 -2
  411. data/cockpit/themes/reduced/symbols/closed_loop_measuring.svg +2 -2
  412. data/cockpit/themes/reduced/symbols/complex.svg +1 -1
  413. data/cockpit/themes/reduced/symbols/critical.svg +1 -1
  414. data/cockpit/themes/reduced/symbols/escape.svg +2 -2
  415. data/cockpit/themes/reduced/symbols/event_end.svg +1 -1
  416. data/cockpit/themes/reduced/symbols/loop.svg +2 -2
  417. data/cockpit/themes/reduced/symbols/loop_end.svg +2 -2
  418. data/cockpit/themes/reduced/symbols/manipulate.svg +5 -5
  419. data/cockpit/themes/reduced/symbols/otherwise.svg +1 -1
  420. data/cockpit/themes/reduced/symbols/parallel.svg +1 -1
  421. data/cockpit/themes/reduced/symbols/parallel_branch.svg +1 -1
  422. data/cockpit/themes/reduced/symbols/parallel_branch_event.svg +4 -4
  423. data/cockpit/themes/reduced/symbols/parallel_branch_normal.svg +1 -1
  424. data/cockpit/themes/reduced/symbols/parallel_eventbased_exclusive.svg +1 -1
  425. data/cockpit/themes/reduced/symbols/parallel_eventbased_parallel.svg +1 -1
  426. data/cockpit/themes/reduced/symbols/scripts.svg +1 -1
  427. data/cockpit/themes/reduced/symbols/start.svg +1 -1
  428. data/cockpit/themes/reduced/symbols/start_event.svg +1 -1
  429. data/cockpit/themes/reduced/symbols/stop.svg +1 -1
  430. data/cockpit/themes/reduced/symbols/wait_for_signal.svg +4 -4
  431. data/cpee.gemspec +1 -1
  432. data/server/executionhandlers/eval/backend/{run → run.rb} +0 -2
  433. data/server/executionhandlers/eval/connection.rb +72 -42
  434. data/server/executionhandlers/eval/controller.rb +6 -0
  435. data/server/executionhandlers/eval/dsl_to_dslx.xsl +65 -42
  436. data/server/executionhandlers/eval/execution.rb +16 -15
  437. data/server/executionhandlers/ruby/connection.rb +1 -0
  438. metadata +3 -3
  439. data/cockpit/js_libs.zip +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4f30296bc3952b8bda45e523075c4338f08681bf60f0a7c813d58fc9e49f60f
4
- data.tar.gz: 3ab84ab313444f70f193b80dc803d025f6107d2c2fc3b1c2757a7e699af71987
3
+ metadata.gz: 5380db38e15ecc1a9e3d52fa912f498c6a07e071e685370402719257154dc768
4
+ data.tar.gz: 228deb7bd244630dfb4dc47618fc628cc23630e95822f7bf6a517824a6c2f9b4
5
5
  SHA512:
6
- metadata.gz: 90bc06afa74facb7cf950b715a9730f3f04df795104ff70f6243a8c02fdd48313ba2917c85de9691f5a7dda7e620ab86cd6780000d82dfcf44b1155453a26e7d
7
- data.tar.gz: 14079e04065b2206ca1e322cf8a399e1392acfc3090c2a008d2058d4ab6384cf678559e9148c6e7005070267d2a77d1a2aed8635e5a9594286af7e49b2f82f43
6
+ metadata.gz: 856b90b8753e9984e4c7cbdcea0914873987c6ecf68297afca3309b8dda9e8ca1e72a68be0b85e9147b5378bc2f734b3c0c8b9da08827670a8b853acde7a2681
7
+ data.tar.gz: ba100bf2a332013b03c005493cadae226b85407e7e9846f5e24cd694b73095a8a1041c569c4455ceede9dd33cf6e4f6fabb3b97b96aa4ab36397e2930428e560
@@ -26,9 +26,11 @@
26
26
  --wfadaptor-label: #e4e4e4;
27
27
  --wfadaptor-mark: #d4d4d4;
28
28
 
29
- --wfadaptor-selected: #000000;
29
+ --wfadaptor-selected: #f57900;
30
+ --wfadaptor-selected-border: #000000;
30
31
  --wfadaptor-selected-text: #f57900;
31
- --wfadaptor-hover: #000000;
32
+ --wfadaptor-hover: #f57900;
33
+ --wfadaptor-hover-border: #000000;
32
34
 
33
35
  --wfadaptor-stripe: #e9e9e9;
34
36
  --wfadaptor-background: #ffffff;
@@ -221,38 +223,12 @@ svg .grey {
221
223
  stroke-dasharray:none;
222
224
  }
223
225
 
224
- svg .marked text.label {
225
- color: var(--wfadaptor-label);
226
- fill: var(--wfadaptor-label);
227
- }
228
-
229
- svg .marked .markstyle {
230
- stroke: var(--wfadaptor-mark);
231
- stroke-linecap:round;
232
- stroke-linejoin:round;
233
- stroke-miterlimit:4;
234
- stroke-opacity:1;
235
- stroke-dasharray:none;
236
- }
237
-
238
226
  svg.labelsrow text.label {
239
227
  cursor: pointer;
240
228
  }
241
229
  svg.labelsrow text.label:hover, svg.labelsrow text.label.hover {
242
230
  fill: var(--wfadaptor-selected-text);
243
231
  }
244
- svg text.label.selected {
245
- fill: var(--wfadaptor-selected-text);
246
- }
247
- svg .selected .markstyle {
248
- stroke: var(--wfadaptor-selected);
249
- stroke-linecap:round;
250
- stroke-linejoin:round;
251
- stroke-miterlimit:4;
252
- stroke-opacity:1;
253
- stroke-dasharray: 1,2;
254
- stroke-width: 1.6;
255
- }
256
232
 
257
233
  svg .unknown {
258
234
  fill: var(--wfadaptor-background);
@@ -376,17 +352,45 @@ svg g.element[element-id].hover {
376
352
  cursor: pointer;
377
353
  }
378
354
 
355
+ svg g.element[element-id] .hoverstyle {
356
+ visibility: hidden;
357
+ stroke-width: 1.6;
358
+ }
359
+ svg g.element[element-id] .markstyle {
360
+ visibility: hidden;
361
+ stroke-width: 1.6;
362
+ }
363
+
379
364
  svg g.element[element-id].hover .hoverstyle {
380
- stroke: var(--wfadaptor-hover);
381
- stroke-dasharray: 1,2;
365
+ visibility: visible;
366
+ fill: var(--wfadaptor-hover);
367
+ stroke: var(--wfadaptor-hover-border);
382
368
  stroke-width: 1.6;
369
+ stroke-linecap:round;
370
+ stroke-linejoin:round;
371
+ stroke-miterlimit:4;
372
+ stroke-opacity:1;
373
+ stroke-dasharray: 1,3;
383
374
  }
384
- svg g.element[element-id].hover .hoverstylethin {
385
- stroke: var(--wfadaptor-hover);
386
- stroke-dasharray: 1,2;
375
+
376
+ svg .marked .markstyle {
377
+ visibility: visible !important;
378
+ stroke: var(--wfadaptor-mark) !important;
379
+ fill: var(--wfadaptor-background);
387
380
  stroke-width: 1.6;
388
381
  }
382
+
389
383
  svg g.element[element-id].hover > text.label {
390
384
  color: var(--wfadaptor-selected);
391
385
  fill: var(--wfadaptor-selected);
392
386
  }
387
+
388
+ svg text.label.selected {
389
+ fill: var(--wfadaptor-selected-text);
390
+ }
391
+ svg .selected .markstyle {
392
+ visibility: visible !important;
393
+ fill: var(--wfadaptor-selected) !important;
394
+ stroke: var(--wfadaptor-selected-border);
395
+ stroke-width: 1.6;
396
+ }
@@ -14,10 +14,6 @@ $(document).ready(function() {
14
14
  e.preventDefault()
15
15
  }
16
16
  });
17
- $(document).on('change','#dat_details input',function(e){
18
- clearTimeout(timer);
19
- setTimeout(do_main_save, 1);
20
- });
21
17
  $(document).on('relaxngui_remove', '#dat_details', function(e){
22
18
  clearTimeout(timer);
23
19
  do_main_save();
@@ -121,6 +117,15 @@ function do_main_work(svgid) { //{{{
121
117
  format_instance_pos();
122
118
 
123
119
  document.dispatchEvent(graph_changed);
120
+
121
+ ////////////////////////////
122
+ // holy shit, f***in papercut. When blur/focusout from within relaxngui,
123
+ // click on original target after graph was updated. tsvgid has to be
124
+ // saved in mousedown because blur/focusout is between mousedown and click.
125
+ ////////////////////////////
126
+ if (save['details_target'].svgid != save['details_target'].tsvgid) {
127
+ manifestation.adaptor.illustrator.get_label_by_svg_id(save['details_target'].tsvgid).trigger('click');
128
+ }
124
129
  }
125
130
 
126
131
  });
@@ -36,7 +36,7 @@ function global_init() {
36
36
  save['endpoints_cache'] = {};
37
37
  save['endpoints_list'] = {};
38
38
  save['details'] = undefined;
39
- save['details_target'] = undefined;
39
+ save['details_target'] = {};
40
40
  save['instance_pos'] = [];
41
41
  save['modeltype'] = 'CPEE';
42
42
  save['modifiers'] = {};
@@ -1442,7 +1442,7 @@ function format_visual_set(what) {//{{{
1442
1442
  b.setAttribute('class','vote');
1443
1443
  });
1444
1444
 
1445
- $.each(['#activity-' + what, 'g[element-id="' + what + '"] g'],function(i,t){
1445
+ $.each(['#activity-' + what, 'g[element-id="' + what + '"] > g'],function(i,t){
1446
1446
  $(t).each(function(a,b){
1447
1447
  if (actives > 0) vs = 'active';
1448
1448
  else if (votes > 0) vs = 'vote';
@@ -234,7 +234,7 @@ function WfIllustrator(wf_adaptor) { // View {{{
234
234
  ' <path d="m 2 2 l 6 3 l -6 3 z"/>' +
235
235
  ' </marker>' +
236
236
  ' <clipPath id="startclip">' +
237
- ' <rect x="-1" y="-1" width="29" height="32"/>' +
237
+ ' <rect x="-4" y="-4" width="35" height="38"/>' +
238
238
  ' </clipPath>' +
239
239
  ' <clipPath id="endclip">' +
240
240
  ' <rect x="20" y="-1" width="' + self.endclipshift + '" height="35"/>' +
@@ -722,6 +722,16 @@ function WfIllustrator(wf_adaptor) { // View {{{
722
722
  );
723
723
  }
724
724
 
725
+ // hover
726
+ $(g[0].childNodes[0]).append(
727
+ $X(
728
+ '<g class="hoverstyle markstyle" xmlns="http://www.w3.org/2000/svg">' +
729
+ '<circle cx="2" cy="0" r="7"/>' +
730
+ '<path d="m -1 0 l 2 2 l 4 -4" class="standline"/>' +
731
+ '</g>'
732
+ )
733
+ );
734
+
725
735
  // Binding events for symbol
726
736
  bind_event(g,sname,true);
727
737
 
data/cockpit/model.html CHANGED
@@ -17,7 +17,9 @@
17
17
  <!DOCTYPE html>
18
18
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
19
19
  <head>
20
+ <meta charset="utf-8"/>
20
21
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
22
+ <link rel="icon" type="image/png" href="/favicon.png">
21
23
  <title>CPEE Cockpit</title>
22
24
 
23
25
  <!-- libs, do not modify. When local than load local libs. -->
@@ -39,6 +41,8 @@
39
41
  <script type="text/javascript" src="/js_libs/uidash.js"></script>
40
42
  <script type="text/javascript" src="/js_libs/custommenu.js"></script>
41
43
 
44
+ <script type="text/javascript" src="/js_libs/build-bpmn.js"></script>
45
+
42
46
  <link rel="stylesheet" href="/js_libs/custommenu.css" type="text/css"/>
43
47
  <link rel="stylesheet" href="/js_libs/uidash.css" type="text/css"/>
44
48
 
@@ -53,6 +57,7 @@
53
57
  <script type="text/javascript" src="js/instance.js"></script>
54
58
  <script type="text/javascript" src="js/details.js"></script>
55
59
  <script type="text/javascript" src="js/parameters.js"></script>
60
+ <script type="text/javascript" src="js/extended_columns.js"></script>
56
61
  <script type="text/javascript" src="js/model.js"></script>
57
62
  <script type="text/javascript" src="js/edit.js"></script>
58
63
  <script type="text/javascript" src="js/modifiers.js"></script>
@@ -172,7 +177,7 @@
172
177
  <ui-behind ></ui-behind>
173
178
  </ui-tabbar>
174
179
  <ui-content>
175
- <ui-area data-belongs-to-tab="details" id='graphcolumn'>
180
+ <ui-area data-belongs-to-tab="details" id='graphcolumn' oncontextmenu='return false'>
176
181
  <div id="modelling">
177
182
  <div id='graphgrid'>
178
183
  <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' width='1' height='1'></svg>
@@ -65,7 +65,8 @@ function WFAdaptorManifestationBase(adaptor) {
65
65
  var tab = $('#dat_details');
66
66
  var node = self.adaptor.description.get_node_by_svg_id(svgid).get(0);
67
67
  if (self.adaptor.description.elements[$(node).attr('svg-subtype')]) {
68
- save['details_target'] = { 'svgid': svgid, 'model': self.adaptor.description };
68
+ save['details_target'].svgid = svgid;
69
+ save['details_target'].model = self.adaptor.description;
69
70
  var rng = self.adaptor.description.elements[$(node).attr('svg-subtype')].clone();
70
71
  if (save['endpoints_cache'][$(node).attr('endpoint')] && save['endpoints_cache'][$(node).attr('endpoint')].schema) {
71
72
  var schema = save['endpoints_cache'][$(node).attr('endpoint')].schema.documentElement;
@@ -88,8 +89,8 @@ function WFAdaptorManifestationBase(adaptor) {
88
89
  }
89
90
  }; //}}}
90
91
 
91
- // Private methods
92
- function copyOrMove(menu,group,xml_node,mode) { //{{{
92
+ // Menu handling and details, private a should be available through inheritance
93
+ var copyOrMove = self.copyOrMove = function(menu,group,xml_node,mode) { //{{{
93
94
  var nodes = localStorage.getItem('marked');
94
95
 
95
96
  if (typeof(nodes) != "string") { return; }
@@ -140,15 +141,26 @@ function WFAdaptorManifestationBase(adaptor) {
140
141
  );
141
142
  }
142
143
  } //}}}
144
+ var positionHandling = this.positionHandling = function(svgid) { //{{{
145
+ var xml_node = self.adaptor.description.get_node_by_svg_id(svgid);
146
+ var vtarget = self.adaptor.illustrator.get_node_by_svg_id(svgid);
147
+ if (vtarget.length > 0) {
148
+ if (vtarget.parents('g.activities.passive, g.activities.active').length > 0) {
149
+ del_ui_pos(xml_node);
150
+ } else {
151
+ add_ui_pos(xml_node);
152
+ }
153
+ }
154
+ } //}}}
143
155
 
144
- function contextMenuHandling_clean_icon(icon) { //{{{
156
+ var contextMenuHandling_clean_icon = this.contextMenuHandling_clean_icon = function(icon) { //{{{
145
157
  icon = icon.clone();
146
158
  $('.part-start',icon).remove();
147
159
  $('.part-middle',icon).remove();
148
160
  $('.part-end',icon).remove();
149
161
  return icon;
150
162
  } //}}}
151
- function contextMenuHandling(svgid,e,child,sibling) { //{{{
163
+ var contextMenuHandling = this.contextMenuHandling = function(svgid,e,child,sibling) { //{{{
152
164
  if (save['state'] != "ready" && save['state'] != "stopped") { return false; }
153
165
 
154
166
  var xml_node = self.adaptor.description.get_node_by_svg_id(svgid);
@@ -271,32 +283,21 @@ function WFAdaptorManifestationBase(adaptor) {
271
283
  new CustomMenu(e).contextmenu(menu);
272
284
  } //}}}
273
285
 
274
- function positionHandling(svgid) { //{{{
275
- var xml_node = self.adaptor.description.get_node_by_svg_id(svgid);
276
- var vtarget = self.adaptor.illustrator.get_node_by_svg_id(svgid);
277
- if (vtarget.length > 0) {
278
- if (vtarget.parents('g.activities.passive, g.activities.active').length > 0) {
279
- del_ui_pos(xml_node);
280
- } else {
281
- add_ui_pos(xml_node);
282
- }
283
- }
284
- } //}}}
285
-
286
286
  // Events
287
287
  this.events.touchend = function(svgid, e) { // {{{
288
288
  clearTimeout(self.presstimer);
289
289
  } // }}}
290
290
  this.events.touchstart = function(svgid, e, child, sibling) { // {{{
291
- self.presstimer = window.setTimeout(function() { contextMenuHandling(svgid,e,child,sibling); },1000);
291
+ self.presstimer = window.setTimeout(function() { self.contextMenuHandling(svgid,e,child,sibling); },1000);
292
292
  return false;
293
293
  } // }}}
294
294
  this.events.mousedown = function(svgid, e, child, sibling) { // {{{
295
295
  if(e.button == 0) { // left-click
296
+ save['details_target'].tsvgid = svgid;
296
297
  } else if(e.button == 1) { // middle-click
297
298
  positionHandling(svgid);
298
299
  } else if(e.button == 2) { // right-click
299
- contextMenuHandling(svgid,e,child,sibling);
300
+ self.contextMenuHandling(svgid,e,child,sibling);
300
301
  }
301
302
  return false;
302
303
  } // }}}
@@ -17,12 +17,10 @@
17
17
  <value>#d4e1f1</value>
18
18
  <value>#d8f0dd</value>
19
19
  <value>#ffffcc</value>
20
- <value>#f2d8b8</value>
21
- <value>#eeb3ac</value>
22
20
  <value>#e4c3e4</value>
21
+ <value>#f8a8c6</value>
23
22
  <value>#ded0c5</value>
24
- <value>#bcbbbd</value>
25
- <value>#f57aa9</value>
23
+ <value>#deddda</value>
26
24
  </choice>
27
25
  </element>
28
26
  <element name="method" rngui:label="Method">
@@ -17,12 +17,10 @@
17
17
  <value>#d4e1f1</value>
18
18
  <value>#d8f0dd</value>
19
19
  <value>#ffffcc</value>
20
- <value>#f2d8b8</value>
21
- <value>#eeb3ac</value>
22
20
  <value>#e4c3e4</value>
21
+ <value>#f8a8c6</value>
23
22
  <value>#ded0c5</value>
24
- <value>#bcbbbd</value>
25
- <value>#f57aa9</value>
23
+ <value>#deddda</value>
26
24
  </choice>
27
25
  </element>
28
26
  <element name="method" rngui:label="Method">
@@ -11,12 +11,10 @@
11
11
  <value>#d4e1f1</value>
12
12
  <value>#d8f0dd</value>
13
13
  <value>#ffffcc</value>
14
- <value>#f2d8b8</value>
15
- <value>#eeb3ac</value>
16
14
  <value>#e4c3e4</value>
15
+ <value>#f8a8c6</value>
17
16
  <value>#ded0c5</value>
18
- <value>#bcbbbd</value>
19
- <value>#f57aa9</value>
17
+ <value>#deddda</value>
20
18
  </choice>
21
19
  </attribute>
22
20
  <element name="code" rngui:label="Script" rngui:header="Code">
@@ -5,12 +5,10 @@
5
5
  <value>#d4e1f1</value>
6
6
  <value>#d8f0dd</value>
7
7
  <value>#ffffcc</value>
8
- <value>#f2d8b8</value>
9
- <value>#eeb3ac</value>
10
8
  <value>#e4c3e4</value>
9
+ <value>#f8a8c6</value>
11
10
  <value>#ded0c5</value>
12
- <value>#bcbbbd</value>
13
- <value>#f57aa9</value>
11
+ <value>#deddda</value>
14
12
  </choice>
15
13
  </attribute>
16
14
  <element name="_generic" rngui:header="Process Level Generic Annotations">
@@ -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="markstyle hoverstyle 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" 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="markstyle hoverstyle 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" 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,19 +1,19 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <g class="part-normal">
3
- <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="execstyl colorstyle stand"/>
4
4
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
5
5
  </g>
6
6
  <g class="part-start" clip-path="url(#startclip)">
7
- <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="execstyle colorstyle stand"/>
8
8
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
9
  </g>
10
10
  <g class="part-end" clip-path="url(#endclip)">
11
- <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
12
12
  </g>
13
13
  <g class="part-middle" transform="translate(27,0)">
14
14
  <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
- <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
- <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline execstyle"/>
17
17
  <text transform="translate(0,20)" class="label"></text>
18
18
  </g>
19
19
  </svg>
@@ -1,23 +1,23 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <g class="part-normal">
3
- <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
4
4
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
5
5
  </g>
6
6
  <g class="part-start" clip-path="url(#startclip)">
7
- <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="execstyle colorstyle stand"/>
8
8
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
9
  </g>
10
10
  <g class="part-end" clip-path="url(#endclip)">
11
- <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
12
12
  </g>
13
13
  <g class="part-middle" transform="translate(27,0)">
14
14
  <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
- <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
- <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline execstyle"/>
17
17
  <text transform="translate(0,20)" class="label"></text>
18
18
  </g>
19
19
  <g class="part-extra" transform="">
20
- <path class="markstyle stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
21
- <path class="markstyle stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
20
+ <path class="stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
21
+ <path class="stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
22
22
  </g>
23
23
  </svg>
@@ -1,23 +1,23 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <g class="part-normal">
3
- <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
4
4
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
5
5
  </g>
6
6
  <g class="part-start" clip-path="url(#startclip)">
7
- <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="execstyle colorstyle stand"/>
8
8
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
9
  </g>
10
10
  <g class="part-end" clip-path="url(#endclip)">
11
- <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
12
12
  </g>
13
13
  <g class="part-middle" transform="translate(27,0)">
14
14
  <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
- <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
- <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline execstyle"/>
17
17
  <text transform="translate(0,20)" class="label"></text>
18
18
  </g>
19
19
  <g class="part-extra" transform="">
20
- <rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
20
+ <rect x="23" y="21" width="12" height="12" rx="2" class="execstylethin stand colorstyle"/>
21
21
  <path transform="translate(25.5,23.3)" class="normal" style="fill:#000000;" d="M 0,5.352539 1.9277344,5.0585937 q 0.1230468,0.5605469 0.4990234,0.8544922 0.3759766,0.2871092 1.0527344,0.2871092 0.7451172,0 1.1210937,-0.2734373 0.2529297,-0.1914063 0.2529297,-0.5126953 0,-0.21875 -0.1367187,-0.3623047 Q 4.5732422,4.915039 4.0742187,4.7988281 1.75,4.2861328 1.1279297,3.8623047 0.2666016,3.274414 0.2666016,2.2285156 q 0,-0.9433594 0.7451171,-1.5859375 Q 1.7568359,0 3.3222656,0 4.8125,0 5.5371094,0.4853515 6.2617184,0.9707031 6.5351564,1.9208984 L 4.7236328,2.2558594 Q 4.6074219,1.8320312 4.2792969,1.6064453 3.9580078,1.3808594 3.3564453,1.3808594 q -0.7587891,0 -1.0869141,0.211914 -0.21875,0.1503906 -0.21875,0.3896485 0,0.2050781 0.1914063,0.3486328 0.2597656,0.1914062 1.7910156,0.540039 1.5380863,0.3486328 2.1464843,0.8544922 0.601563,0.5126953 0.601563,1.4287109 0,0.9980473 -0.833985,1.7158203 -0.833984,0.717774 -2.4677732,0.717774 -1.4833985,0 -2.3515625,-0.601563 Q 0.2666016,6.3847661 0,5.352539 Z"/>
22
22
  </g>
23
23
  </svg>
@@ -1,26 +1,26 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <g class="part-normal">
3
- <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
4
4
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
5
5
  </g>
6
6
  <g class="part-start" clip-path="url(#startclip)">
7
- <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="execstyle colorstyle stand"/>
8
8
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
9
  </g>
10
10
  <g class="part-end" clip-path="url(#endclip)">
11
- <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
12
12
  </g>
13
13
  <g class="part-middle" transform="translate(27,0)">
14
14
  <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
- <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
- <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline execstyle"/>
17
17
  <text transform="translate(0,20)" class="label"></text>
18
18
  </g>
19
19
  <g class="part-extra" transform="">
20
- <rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
20
+ <rect x="23" y="21" width="12" height="12" rx="2" class="execstylethin stand colorstyle"/>
21
21
  <path transform="translate(25.5,23.3)" class="normal" style="fill:#000000;" d="M 0,5.352539 1.9277344,5.0585937 q 0.1230468,0.5605469 0.4990234,0.8544922 0.3759766,0.2871092 1.0527344,0.2871092 0.7451172,0 1.1210937,-0.2734373 0.2529297,-0.1914063 0.2529297,-0.5126953 0,-0.21875 -0.1367187,-0.3623047 Q 4.5732422,4.915039 4.0742187,4.7988281 1.75,4.2861328 1.1279297,3.8623047 0.2666016,3.274414 0.2666016,2.2285156 q 0,-0.9433594 0.7451171,-1.5859375 Q 1.7568359,0 3.3222656,0 4.8125,0 5.5371094,0.4853515 6.2617184,0.9707031 6.5351564,1.9208984 L 4.7236328,2.2558594 Q 4.6074219,1.8320312 4.2792969,1.6064453 3.9580078,1.3808594 3.3564453,1.3808594 q -0.7587891,0 -1.0869141,0.211914 -0.21875,0.1503906 -0.21875,0.3896485 0,0.2050781 0.1914063,0.3486328 0.2597656,0.1914062 1.7910156,0.540039 1.5380863,0.3486328 2.1464843,0.8544922 0.601563,0.5126953 0.601563,1.4287109 0,0.9980473 -0.833985,1.7158203 -0.833984,0.717774 -2.4677732,0.717774 -1.4833985,0 -2.3515625,-0.601563 Q 0.2666016,6.3847661 0,5.352539 Z"/>
22
22
 
23
- <path class="markstyle stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
24
- <path class="markstyle stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
23
+ <path class="stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
24
+ <path class="stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
25
25
  </g>
26
26
  </svg>