three-cad-viewer 3.5.1 → 3.6.3
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.
- package/dist/three-cad-viewer.css +271 -2
- package/dist/three-cad-viewer.esm.js +1745 -1016
- package/dist/three-cad-viewer.esm.js.map +1 -1
- package/dist/three-cad-viewer.esm.min.js +2 -2
- package/dist/three-cad-viewer.js +1745 -1016
- package/dist/three-cad-viewer.min.js +2 -2
- package/package.json +9 -4
- package/src/_version.js +1 -1
- package/src/axes.js +18 -17
- package/src/bbox.js +1 -6
- package/src/cad_tools/measure.js +11 -21
- package/src/camera.js +19 -2
- package/src/clipping.js +14 -16
- package/src/controls.js +4 -2
- package/src/display.js +186 -53
- package/src/font.js +12 -0
- package/src/grid.js +571 -153
- package/src/index.html +10 -1
- package/src/info.js +2 -2
- package/src/nestedgroup.js +211 -9
- package/src/objectgroup.js +23 -26
- package/src/orientation.js +34 -18
- package/src/toolbar.js +10 -5
- package/src/treeview.js +27 -28
- package/src/utils.js +58 -52
- package/src/viewer.js +94 -64
- package/src/group.js +0 -23
- package/src/icons.js +0 -125
|
@@ -17,6 +17,44 @@
|
|
|
17
17
|
--tcv-scrollbar-active: rgba(0, 0, 0, 0.5);
|
|
18
18
|
--tcv-scrollbar-thumb: rgba(0, 0, 0, 0.1);
|
|
19
19
|
--tcv-dropdown-bg: #eee;
|
|
20
|
+
|
|
21
|
+
--tcv-icon-bottom: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
22
|
+
--tcv-icon-front: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
23
|
+
--tcv-icon-help: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M23.0%2C-13.0 A10.0%2C10.0%2C0%2C1%2C0%2C22.998476951563912%2C-12.825475935627155%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Ctext x%3D%227.0%22 y%3D%22-6.0%22 font-size%3D%2220.0%22 fill%3D%22rgb(83%2C160%2C227)%22 font-family%3D%22sans-serif%22 font-weight%3D%22bold%22 dy%3D%220em%22%3E%3F%3C%2Ftext%3E%3C%2Fsvg%3E");
|
|
24
|
+
--tcv-icon-iso: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M22.0%2C-7.5 L22.0%2C-18.5 L13.0%2C-13.0 L13.0%2C-2.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L13.0%2C-2.0 L4.0%2C-7.5 L4.0%2C-18.5 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M22.0%2C-18.5 L13.0%2C-24.0 L4.0%2C-18.5 L13.0%2C-13.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
25
|
+
--tcv-icon-left: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
26
|
+
--tcv-icon-mesh: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M6.0%2C-2.0 L2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L6.0%2C-14.2 L14.6%2C-14.2 L10.6%2C-10.133333333333333 L10.6%2C-6.066666666666666 L14.6%2C-2.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M14.6%2C-2.0 L10.6%2C-6.066666666666666 L10.6%2C-10.133333333333333 L14.6%2C-14.2 L23.2%2C-14.2 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 L23.2%2C-2.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L10.6%2C-10.133333333333333 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
27
|
+
--tcv-icon-mesh_empty: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M6.0%2C-2.0 L2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L6.0%2C-14.2 L14.6%2C-14.2 L10.6%2C-10.133333333333333 L10.6%2C-6.066666666666666 L14.6%2C-2.0 Z%22 fill%3D%22%23ddd%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M14.6%2C-2.0 L10.6%2C-6.066666666666666 L10.6%2C-10.133333333333333 L14.6%2C-14.2 L23.2%2C-14.2 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 L23.2%2C-2.0 Z%22 fill%3D%22%23ddd%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L10.6%2C-10.133333333333333 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
28
|
+
--tcv-icon-mesh_mix: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M6.0%2C-14.2 L12.6%2C-14.2 L8.6%2C-10.133333333333333 L8.6%2C-6.066666666666666 L12.6%2C-2.0 L6.0%2C-2.0 L2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22square%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M16.6%2C-14.2 L23.2%2C-14.2 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 L23.2%2C-2.0 L16.6%2C-2.0 L12.6%2C-6.066666666666666 L12.6%2C-10.133333333333333 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M10.6%2C-10.133333333333333 L2.0%2C-10.133333333333333 L2.0%2C-6.066666666666666 L10.6%2C-6.066666666666666%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M14.6%2C-14.2 L6.0%2C-14.2 L2.0%2C-10.133333333333333 L2.0%2C-6.066666666666666 L6.0%2C-2.0 L14.6%2C-2.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
29
|
+
--tcv-icon-mesh_no: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M6.0%2C-2.0 L2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L6.0%2C-14.2 L14.6%2C-14.2 L10.6%2C-10.133333333333333 L10.6%2C-6.066666666666666 L14.6%2C-2.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M14.6%2C-2.0 L10.6%2C-6.066666666666666 L10.6%2C-10.133333333333333 L14.6%2C-14.2 L23.2%2C-14.2 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 L23.2%2C-2.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
30
|
+
--tcv-icon-pause: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%225.2%22 y%3D%22-22.0%22 width%3D%225.6%22 height%3D%2218.0%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%2215.2%22 y%3D%22-22.0%22 width%3D%225.6%22 height%3D%2218.0%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
31
|
+
--tcv-icon-pin: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%2210.0%22 y%3D%22-23.0%22 width%3D%226.0%22 height%3D%2211.0%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-3.0 L13.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%222.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M17.330127018922195%2C-21.5 A5.0%2C5.0%2C0%2C0%2C0%2C8.669872981077805%2C-21.5%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M21.66025403784439%2C-10.2 A10.0%2C10.0%2C0%2C0%2C0%2C4.339745962155613%2C-10.2%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M4.5%2C-10.2 L21.5%2C-10.2 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M8.8%2C-21.4 L17.2%2C-21.4 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
32
|
+
--tcv-icon-plane: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.0%2C-5.0 L4.4%2C-13.0 L24.0%2C-13.0 L21.0%2C-5.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-9.5 L13.0%2C-19.5 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%222.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M11.0%2C-17.5 L13.0%2C-19.5 L15.0%2C-17.5 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%222.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
33
|
+
--tcv-icon-play: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M5.0%2C-4.0 L5.0%2C-22.0 L21.0%2C-13.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
34
|
+
--tcv-icon-rear: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
35
|
+
--tcv-icon-reset: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M18.0%2C-21.660254037844386 A10.0%2C10.0%2C0%2C1%2C0%2C23.0%2C-12.999999999999998%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M16.0%2C-18.196152422706632 A6.0%2C6.0%2C0%2C1%2C0%2C19.0%2C-12.999999999999998%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M17.0%2C-13.0 L21.0%2C-17.0 L25.0%2C-13.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
36
|
+
--tcv-icon-resize: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%222.0%22 y%3D%22-24.0%22 width%3D%2222.0%22 height%3D%2222.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-6.0 L10.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-20.0 L16.0%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-6.0 L16.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-20.0 L10.0%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-6.0 L6.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-6.0 L10.0%2C-6.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-20.0 L20.0%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-20.0 L16.0%2C-20.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-20.0 L6.0%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-20.0 L10.0%2C-20.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-6.0 L20.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-6.0 L16.0%2C-6.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
37
|
+
--tcv-icon-right: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
38
|
+
--tcv-icon-shape: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cellipse cx%3D%2212.6%22 cy%3D%22-8.1%22 rx%3D%225.04%22 ry%3D%225.04%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22none%22 stroke-width%3D%221.25%22 %2F%3E%3Cellipse cx%3D%2212.6%22 cy%3D%22-8.1%22 rx%3D%222.1%22 ry%3D%222.1%22 fill%3D%22%23444%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 %2F%3E%3Cpath d%3D%22M21.77986928011505%2C-8.399999999999999 A10.6%2C10.6%2C0%2C0%2C0%2C3.42013071988495%2C-8.399999999999999%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M3.42013071988495%2C-7.800000000000001 A10.6%2C10.6%2C0%2C0%2C0%2C21.77986928011505%2C-7.800000000000001%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
39
|
+
--tcv-icon-shape_empty: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cellipse cx%3D%2212.6%22 cy%3D%22-8.1%22 rx%3D%225.04%22 ry%3D%225.04%22 fill%3D%22%23ddd%22 stroke%3D%22none%22 stroke-width%3D%221.25%22 %2F%3E%3Cpath d%3D%22M21.77986928011505%2C-8.399999999999999 A10.6%2C10.6%2C0%2C0%2C0%2C3.42013071988495%2C-8.399999999999999%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M3.42013071988495%2C-7.800000000000001 A10.6%2C10.6%2C0%2C0%2C0%2C21.77986928011505%2C-7.800000000000001%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
40
|
+
--tcv-icon-shape_mix: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M12.6%2C-13.14 A5.04%2C5.04%2C0%2C0%2C0%2C12.599999999999998%2C-3.0599999999999996%22 stroke%3D%22none%22 stroke-width%3D%221.25%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M12.6%2C-10.2 A2.1%2C2.1%2C0%2C0%2C0%2C12.6%2C-6.0%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22%23444%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M21.77986928011505%2C-8.399999999999999 A10.6%2C10.6%2C0%2C0%2C0%2C15.69914007006101%2C-13.236830413208175%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M15.69914007006101%2C-2.9631695867918246 A10.6%2C10.6%2C0%2C0%2C0%2C21.77986928011505%2C-7.800000000000001%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M12.6%2C-13.7 A10.6%2C10.6%2C0%2C0%2C0%2C3.42013071988495%2C-8.399999999999999%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M3.42013071988495%2C-7.800000000000001 A10.6%2C10.6%2C0%2C0%2C0%2C12.6%2C-2.5%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
41
|
+
--tcv-icon-shape_no: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M21.77986928011505%2C-8.399999999999999 A10.6%2C10.6%2C0%2C0%2C0%2C3.42013071988495%2C-8.399999999999999%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M3.42013071988495%2C-7.800000000000001 A10.6%2C10.6%2C0%2C0%2C0%2C21.77986928011505%2C-7.800000000000001%22 stroke%3D%22%23444%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
42
|
+
--tcv-icon-stop: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%224.0%22 y%3D%22-22.0%22 width%3D%2218.0%22 height%3D%2218.0%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
43
|
+
--tcv-icon-top: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
44
|
+
--tcv-icon-axes: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M6.6%2C-10.0 L19.4%2C-3.0 Z%22 fill%3D%22none%22 stroke%3D%22%23f00%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.6%2C-10.0 L19.4%2C-17.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(0%2C128%2C0)%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.6%2C-10.0 L6.6%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22%2300f%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
45
|
+
--tcv-icon-axes0: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M6.6%2C-10.0 L19.4%2C-3.0 Z%22 fill%3D%22none%22 stroke%3D%22%23f00%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.6%2C-10.0 L19.4%2C-17.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(0%2C128%2C0)%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.6%2C-10.0 L6.6%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22%2300f%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.6%22 cy%3D%22-10.0%22 rx%3D%223.0%22 ry%3D%223.8%22 fill%3D%22none%22 stroke%3D%22%23fff%22 stroke-width%3D%222.4%22 %2F%3E%3Cellipse cx%3D%226.6%22 cy%3D%22-10.0%22 rx%3D%222.0%22 ry%3D%223.0%22 fill%3D%22%23fff%22 stroke%3D%22%23444%22 stroke-width%3D%221.4%22 %2F%3E%3C%2Fsvg%3E");
|
|
46
|
+
--tcv-icon-grid: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.4%2C-2.0 L23.6%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-9.333333333333332 L23.6%2C-9.333333333333332 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-16.666666666666664 L23.6%2C-16.666666666666664 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-24.0 L23.6%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.4 L2.0%2C-23.6 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.333333333333332%2C-2.4 L9.333333333333332%2C-23.6 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M16.666666666666664%2C-2.4 L16.666666666666664%2C-23.6 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M24.0%2C-2.4 L24.0%2C-23.6 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
47
|
+
--tcv-icon-perspective: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%2214.0%22 y%3D%22-24.0%22 width%3D%2210.0%22 height%3D%2210.0%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L14.0%2C-14.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%220.75%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-18.0 L24.0%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%220.75%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L24.0%2C-14.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%220.75%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L14.0%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%220.75%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.875%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
48
|
+
--tcv-icon-explode: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cellipse cx%3D%2222.5%22 cy%3D%22-13.0%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L20.5%2C-13.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%2215.935661446562001%22 cy%3D%22-22.03503690480396%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L15.317627457812106%2C-20.132923872213652 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%225.3143385534380005%22 cy%3D%22-18.583959896778495%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L6.932372542187895%2C-17.40838939219355 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%225.314338553437999%22 cy%3D%22-7.416040103221507%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L6.932372542187894%2C-8.591610607806452 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%2215.935661446561998%22 cy%3D%22-3.9649630951960404%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L15.317627457812105%2C-5.867076127786348 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%2213.0%22 cy%3D%22-13.0%22 rx%3D%222.0%22 ry%3D%222.0%22 fill%3D%22%23444%22 stroke%3D%22%23444%22 stroke-width%3D%221.75%22 %2F%3E%3C%2Fsvg%3E");
|
|
49
|
+
--tcv-icon-zscale: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.4%2C-2.4 L7.866666666666667%2C-7.866666666666667 L23.6%2C-7.866666666666667 L18.133333333333333%2C-2.4 Z%22 fill%3D%22%23444%22 stroke%3D%22%23444%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%220.5%22 %2F%3E%3Cpath d%3D%22M13.0%2C-10.6 L13.0%2C-21.2 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.6%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M10.6%2C-18.8 L13.0%2C-21.2 L15.4%2C-18.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.6%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M10.6%2C-13.0 L13.0%2C-10.6 L15.4%2C-13.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.6%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
50
|
+
--tcv-icon-distance: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.0%2C-5.0 L2.0%2C-21.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M24.0%2C-5.0 L24.0%2C-21.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M4.0%2C-13.0 L22.0%2C-13.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M4.0%2C-13.0 L6.8%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M4.0%2C-13.0 L6.8%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M22.0%2C-13.0 L19.2%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M22.0%2C-13.0 L19.2%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
51
|
+
--tcv-icon-properties: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M4.0%2C-21.6 L22.0%2C-21.6 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.2%2C-16.8 L20.8%2C-16.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.0%22 cy%3D%22-16.8%22 rx%3D%220.8%22 ry%3D%220.8%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.2%2C-12.8 L20.8%2C-12.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.0%22 cy%3D%22-12.8%22 rx%3D%220.8%22 ry%3D%220.8%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.2%2C-8.8 L20.8%2C-8.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.0%22 cy%3D%22-8.8%22 rx%3D%220.8%22 ry%3D%220.8%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.2%2C-4.8 L20.8%2C-4.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.0%22 cy%3D%22-4.8%22 rx%3D%220.8%22 ry%3D%220.8%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
52
|
+
--tcv-icon-angle: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.4%2C-3.84 L23.6%2C-3.84 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-3.84 L14.0%2C-22.88 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M17.80793811328415%2C-6.280377654627602 A15.6%2C15.6%2C0%2C0%2C0%2C12.217398100377466%2C-15.963476998728744%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%222.0%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
53
|
+
--tcv-icon-select: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.4%2C-3.84 L23.6%2C-3.84 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-3.84 L7.8%2C-23.4 L23.4%2C-23.4%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%222.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.48%2C-19.2 L10.2%2C-10.8 L15.0%2C-15.6 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.8%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M12.84%2C-12.84 L17.6%2C-8.24 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
54
|
+
--tcv-icon-transparent: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%220.75%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%220.75%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22rgb(83%2C160%2C227)%22 stroke%3D%22%23444%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%220.75%22 %2F%3E%3C%2Fsvg%3E");
|
|
55
|
+
--tcv-icon-blackedges: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%227.833333333333333%22 y%3D%22-23.5%22 width%3D%2215.666666666666666%22 height%3D%2215.666666666666666%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.5%2C-2.5 L2.5%2C-18.166666666666664 L7.833333333333333%2C-23.5 L7.833333333333333%2C-7.833333333333333 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.5%2C-2.5 L7.833333333333333%2C-7.833333333333333 L23.5%2C-7.833333333333333 L18.166666666666664%2C-2.5 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.5%2C-18.166666666666664 L7.833333333333333%2C-23.5 L23.5%2C-23.5 L18.166666666666664%2C-18.166666666666664 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.166666666666664%2C-2.5 L18.166666666666664%2C-18.166666666666664 L23.5%2C-23.5 L23.5%2C-7.833333333333333 Z%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.5%22 y%3D%22-18.166666666666664%22 width%3D%2215.666666666666666%22 height%3D%2215.666666666666666%22 fill%3D%22none%22 stroke%3D%22rgb(83%2C160%2C227)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
56
|
+
--tcv-icon-nav_open: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22%3E %3Cpath d%3D%22M3.204 6h9.592L8 11.481 3.204 6z%22 fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
|
|
57
|
+
--tcv-icon-nav_closed : url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22%3E %3Cpath d%3D%22M6 12.796V3.204L11.481 8 6 12.796z%22 fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
|
|
20
58
|
}
|
|
21
59
|
|
|
22
60
|
[data-theme="dark"] {
|
|
@@ -38,6 +76,44 @@
|
|
|
38
76
|
--tcv-scrollbar-active: rgba(255, 255, 255, 0.6);
|
|
39
77
|
--tcv-scrollbar-thumb: rgba(255, 255, 255, 0.2);
|
|
40
78
|
--tcv-dropdown-bg: #333;
|
|
79
|
+
|
|
80
|
+
--tcv-icon-bottom: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
81
|
+
--tcv-icon-front: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
82
|
+
--tcv-icon-help: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M23.0%2C-13.0 A10.0%2C10.0%2C0%2C1%2C0%2C22.998476951563912%2C-12.825475935627155%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Ctext x%3D%227.0%22 y%3D%22-6.0%22 font-size%3D%2220.0%22 fill%3D%22rgb(48%2C 142%2C 225)%22 font-family%3D%22sans-serif%22 font-weight%3D%22bold%22 dy%3D%220em%22%3E%3F%3C%2Ftext%3E%3C%2Fsvg%3E");
|
|
83
|
+
--tcv-icon-iso: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M22.0%2C-7.5 L22.0%2C-18.5 L13.0%2C-13.0 L13.0%2C-2.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L13.0%2C-2.0 L4.0%2C-7.5 L4.0%2C-18.5 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M22.0%2C-18.5 L13.0%2C-24.0 L4.0%2C-18.5 L13.0%2C-13.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
84
|
+
--tcv-icon-left: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
85
|
+
--tcv-icon-mesh: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M6.0%2C-2.0 L2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L6.0%2C-14.2 L14.6%2C-14.2 L10.6%2C-10.133333333333333 L10.6%2C-6.066666666666666 L14.6%2C-2.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M14.6%2C-2.0 L10.6%2C-6.066666666666666 L10.6%2C-10.133333333333333 L14.6%2C-14.2 L23.2%2C-14.2 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 L23.2%2C-2.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L10.6%2C-10.133333333333333 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
86
|
+
--tcv-icon-mesh_empty: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M6.0%2C-2.0 L2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L6.0%2C-14.2 L14.6%2C-14.2 L10.6%2C-10.133333333333333 L10.6%2C-6.066666666666666 L14.6%2C-2.0 Z%22 fill%3D%22%23666%22 stroke%3D%22%23666%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M14.6%2C-2.0 L10.6%2C-6.066666666666666 L10.6%2C-10.133333333333333 L14.6%2C-14.2 L23.2%2C-14.2 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 L23.2%2C-2.0 Z%22 fill%3D%22%23666%22 stroke%3D%22%23666%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L10.6%2C-10.133333333333333 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 Z%22 fill%3D%22none%22 stroke%3D%22%23666%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
87
|
+
--tcv-icon-mesh_mix: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M6.0%2C-14.2 L12.6%2C-14.2 L8.6%2C-10.133333333333333 L8.6%2C-6.066666666666666 L12.6%2C-2.0 L6.0%2C-2.0 L2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22square%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M16.6%2C-14.2 L23.2%2C-14.2 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 L23.2%2C-2.0 L16.6%2C-2.0 L12.6%2C-6.066666666666666 L12.6%2C-10.133333333333333 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M10.6%2C-10.133333333333333 L2.0%2C-10.133333333333333 L2.0%2C-6.066666666666666 L10.6%2C-6.066666666666666%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M14.6%2C-14.2 L6.0%2C-14.2 L2.0%2C-10.133333333333333 L2.0%2C-6.066666666666666 L6.0%2C-2.0 L14.6%2C-2.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
88
|
+
--tcv-icon-mesh_no: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M6.0%2C-2.0 L2.0%2C-6.066666666666666 L2.0%2C-10.133333333333333 L6.0%2C-14.2 L14.6%2C-14.2 L10.6%2C-10.133333333333333 L10.6%2C-6.066666666666666 L14.6%2C-2.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M14.6%2C-2.0 L10.6%2C-6.066666666666666 L10.6%2C-10.133333333333333 L14.6%2C-14.2 L23.2%2C-14.2 L19.2%2C-10.133333333333333 L19.2%2C-6.066666666666666 L23.2%2C-2.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22square%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
89
|
+
--tcv-icon-pause: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%225.2%22 y%3D%22-22.0%22 width%3D%225.6%22 height%3D%2218.0%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%2215.2%22 y%3D%22-22.0%22 width%3D%225.6%22 height%3D%2218.0%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
90
|
+
--tcv-icon-pin: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%2210.0%22 y%3D%22-23.0%22 width%3D%226.0%22 height%3D%2211.0%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-3.0 L13.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%222.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M17.330127018922195%2C-21.5 A5.0%2C5.0%2C0%2C0%2C0%2C8.669872981077805%2C-21.5%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M21.66025403784439%2C-10.2 A10.0%2C10.0%2C0%2C0%2C0%2C4.339745962155613%2C-10.2%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M4.5%2C-10.2 L21.5%2C-10.2 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M8.8%2C-21.4 L17.2%2C-21.4 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
91
|
+
--tcv-icon-plane: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.0%2C-5.0 L4.4%2C-13.0 L24.0%2C-13.0 L21.0%2C-5.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-9.5 L13.0%2C-19.5 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%222.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M11.0%2C-17.5 L13.0%2C-19.5 L15.0%2C-17.5 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%222.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
92
|
+
--tcv-icon-play: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M5.0%2C-4.0 L5.0%2C-22.0 L21.0%2C-13.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
93
|
+
--tcv-icon-rear: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
94
|
+
--tcv-icon-reset: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M18.0%2C-21.660254037844386 A10.0%2C10.0%2C0%2C1%2C0%2C23.0%2C-12.999999999999998%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M16.0%2C-18.196152422706632 A6.0%2C6.0%2C0%2C1%2C0%2C19.0%2C-12.999999999999998%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M17.0%2C-13.0 L21.0%2C-17.0 L25.0%2C-13.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
95
|
+
--tcv-icon-resize: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%222.0%22 y%3D%22-24.0%22 width%3D%2222.0%22 height%3D%2222.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-6.0 L10.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-20.0 L16.0%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-6.0 L16.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-20.0 L10.0%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-6.0 L6.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-6.0 L10.0%2C-6.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-20.0 L20.0%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-20.0 L16.0%2C-20.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-20.0 L6.0%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.0%2C-20.0 L10.0%2C-20.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-6.0 L20.0%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M20.0%2C-6.0 L16.0%2C-6.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
96
|
+
--tcv-icon-right: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
97
|
+
--tcv-icon-shape: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cellipse cx%3D%2212.6%22 cy%3D%22-8.1%22 rx%3D%225.04%22 ry%3D%225.04%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22none%22 stroke-width%3D%221.25%22 %2F%3E%3Cellipse cx%3D%2212.6%22 cy%3D%22-8.1%22 rx%3D%222.1%22 ry%3D%222.1%22 fill%3D%22%23ddd%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 %2F%3E%3Cpath d%3D%22M21.77986928011505%2C-8.399999999999999 A10.6%2C10.6%2C0%2C0%2C0%2C3.42013071988495%2C-8.399999999999999%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M3.42013071988495%2C-7.800000000000001 A10.6%2C10.6%2C0%2C0%2C0%2C21.77986928011505%2C-7.800000000000001%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
98
|
+
--tcv-icon-shape_empty: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cellipse cx%3D%2212.6%22 cy%3D%22-8.1%22 rx%3D%225.04%22 ry%3D%225.04%22 fill%3D%22%23666%22 stroke%3D%22none%22 stroke-width%3D%221.25%22 %2F%3E%3Cpath d%3D%22M21.77986928011505%2C-8.399999999999999 A10.6%2C10.6%2C0%2C0%2C0%2C3.42013071988495%2C-8.399999999999999%22 stroke%3D%22%23666%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M3.42013071988495%2C-7.800000000000001 A10.6%2C10.6%2C0%2C0%2C0%2C21.77986928011505%2C-7.800000000000001%22 stroke%3D%22%23666%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
99
|
+
--tcv-icon-shape_mix: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M12.6%2C-13.14 A5.04%2C5.04%2C0%2C0%2C0%2C12.599999999999998%2C-3.0599999999999996%22 stroke%3D%22none%22 stroke-width%3D%221.25%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M12.6%2C-10.2 A2.1%2C2.1%2C0%2C0%2C0%2C12.6%2C-6.0%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22%23ddd%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M21.77986928011505%2C-8.399999999999999 A10.6%2C10.6%2C0%2C0%2C0%2C15.69914007006101%2C-13.236830413208175%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M15.69914007006101%2C-2.9631695867918246 A10.6%2C10.6%2C0%2C0%2C0%2C21.77986928011505%2C-7.800000000000001%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M12.6%2C-13.7 A10.6%2C10.6%2C0%2C0%2C0%2C3.42013071988495%2C-8.399999999999999%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M3.42013071988495%2C-7.800000000000001 A10.6%2C10.6%2C0%2C0%2C0%2C12.6%2C-2.5%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
100
|
+
--tcv-icon-shape_no: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2225.2%22 height%3D%2216.2%22 viewBox%3D%220 -16.2 25.2 16.2%22%3E%3Cpath d%3D%22M21.77986928011505%2C-8.399999999999999 A10.6%2C10.6%2C0%2C0%2C0%2C3.42013071988495%2C-8.399999999999999%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3Cpath d%3D%22M3.42013071988495%2C-7.800000000000001 A10.6%2C10.6%2C0%2C0%2C0%2C21.77986928011505%2C-7.800000000000001%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.25%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
101
|
+
--tcv-icon-stop: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%224.0%22 y%3D%22-22.0%22 width%3D%2218.0%22 height%3D%2218.0%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
102
|
+
--tcv-icon-top: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
103
|
+
--tcv-icon-axes: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M6.6%2C-10.0 L19.4%2C-3.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(255%2C 69%2C 0)%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.6%2C-10.0 L19.4%2C-17.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(50%2C 205%2C 50)%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.6%2C-10.0 L6.6%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(59%2C 158%2C 255)%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
104
|
+
--tcv-icon-axes0: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M6.6%2C-10.0 L19.4%2C-3.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(255%2C 69%2C 0)%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.6%2C-10.0 L19.4%2C-17.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(50%2C 205%2C 50)%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.6%2C-10.0 L6.6%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(59%2C 158%2C 255)%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.6%22 cy%3D%22-10.0%22 rx%3D%223.0%22 ry%3D%223.8%22 fill%3D%22none%22 stroke%3D%22%23444%22 stroke-width%3D%222.4%22 %2F%3E%3Cellipse cx%3D%226.6%22 cy%3D%22-10.0%22 rx%3D%222.0%22 ry%3D%223.0%22 fill%3D%22%23444%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.4%22 %2F%3E%3C%2Fsvg%3E");
|
|
105
|
+
--tcv-icon-grid: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.4%2C-2.0 L23.6%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-9.333333333333332 L23.6%2C-9.333333333333332 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-16.666666666666664 L23.6%2C-16.666666666666664 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-24.0 L23.6%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.4 L2.0%2C-23.6 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.333333333333332%2C-2.4 L9.333333333333332%2C-23.6 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M16.666666666666664%2C-2.4 L16.666666666666664%2C-23.6 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M24.0%2C-2.4 L24.0%2C-23.6 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
106
|
+
--tcv-icon-perspective: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%2214.0%22 y%3D%22-24.0%22 width%3D%2210.0%22 height%3D%2210.0%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L14.0%2C-14.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%220.75%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-18.0 L24.0%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%220.75%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L24.0%2C-14.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%220.75%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L14.0%2C-24.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%220.75%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.875%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
107
|
+
--tcv-icon-explode: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cellipse cx%3D%2222.5%22 cy%3D%22-13.0%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L20.5%2C-13.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%2215.935661446562001%22 cy%3D%22-22.03503690480396%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L15.317627457812106%2C-20.132923872213652 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%225.3143385534380005%22 cy%3D%22-18.583959896778495%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L6.932372542187895%2C-17.40838939219355 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%225.314338553437999%22 cy%3D%22-7.416040103221507%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L6.932372542187894%2C-8.591610607806452 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%2215.935661446561998%22 cy%3D%22-3.9649630951960404%22 rx%3D%222.5%22 ry%3D%222.5%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M13.0%2C-13.0 L15.317627457812105%2C-5.867076127786348 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.25%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%2213.0%22 cy%3D%22-13.0%22 rx%3D%222.0%22 ry%3D%222.0%22 fill%3D%22%23ddd%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.75%22 %2F%3E%3C%2Fsvg%3E");
|
|
108
|
+
--tcv-icon-zscale: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.4%2C-2.4 L7.866666666666667%2C-7.866666666666667 L23.6%2C-7.866666666666667 L18.133333333333333%2C-2.4 Z%22 fill%3D%22%23ddd%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%220.5%22 %2F%3E%3Cpath d%3D%22M13.0%2C-10.6 L13.0%2C-21.2 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.6%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M10.6%2C-18.8 L13.0%2C-21.2 L15.4%2C-18.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.6%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M10.6%2C-13.0 L13.0%2C-10.6 L15.4%2C-13.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.6%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
109
|
+
--tcv-icon-distance: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.0%2C-5.0 L2.0%2C-21.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M24.0%2C-5.0 L24.0%2C-21.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M4.0%2C-13.0 L22.0%2C-13.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M4.0%2C-13.0 L6.8%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M4.0%2C-13.0 L6.8%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M22.0%2C-13.0 L19.2%2C-16.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M22.0%2C-13.0 L19.2%2C-10.0 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.7%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
110
|
+
--tcv-icon-properties: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M4.0%2C-21.6 L22.0%2C-21.6 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.2%2C-16.8 L20.8%2C-16.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.0%22 cy%3D%22-16.8%22 rx%3D%220.8%22 ry%3D%220.8%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.2%2C-12.8 L20.8%2C-12.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.0%22 cy%3D%22-12.8%22 rx%3D%220.8%22 ry%3D%220.8%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.2%2C-8.8 L20.8%2C-8.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.0%22 cy%3D%22-8.8%22 rx%3D%220.8%22 ry%3D%220.8%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3Cpath d%3D%22M9.2%2C-4.8 L20.8%2C-4.8 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cellipse cx%3D%226.0%22 cy%3D%22-4.8%22 rx%3D%220.8%22 ry%3D%220.8%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
111
|
+
--tcv-icon-angle: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.4%2C-3.84 L23.6%2C-3.84 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-3.84 L14.0%2C-22.88 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M17.80793811328415%2C-6.280377654627602 A15.6%2C15.6%2C0%2C0%2C0%2C12.217398100377466%2C-15.963476998728744%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%222.0%22 fill%3D%22none%22 stroke-linecap%3D%22round%22 %2F%3E%3C%2Fsvg%3E");
|
|
112
|
+
--tcv-icon-select: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Cpath d%3D%22M2.4%2C-3.84 L23.6%2C-3.84 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.45%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.4%2C-3.84 L7.8%2C-23.4 L23.4%2C-23.4%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%222.4%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M6.48%2C-19.2 L10.2%2C-10.8 L15.0%2C-15.6 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.8%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M12.84%2C-12.84 L17.6%2C-8.24 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%222.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
113
|
+
--tcv-icon-transparent: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%228.0%22 y%3D%22-24.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L2.0%2C-18.0 L8.0%2C-24.0 L8.0%2C-8.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-2.0 L8.0%2C-8.0 L24.0%2C-8.0 L18.0%2C-2.0 Z%22 fill%3D%22none%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.0%2C-18.0 L8.0%2C-24.0 L24.0%2C-24.0 L18.0%2C-18.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%220.75%22 %2F%3E%3Cpath d%3D%22M18.0%2C-2.0 L18.0%2C-18.0 L24.0%2C-24.0 L24.0%2C-8.0 Z%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%220.75%22 %2F%3E%3Crect x%3D%222.0%22 y%3D%22-18.0%22 width%3D%2216.0%22 height%3D%2216.0%22 fill%3D%22rgb(48%2C 142%2C 225)%22 stroke%3D%22%23ddd%22 stroke-width%3D%221.0%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%220.75%22 %2F%3E%3C%2Fsvg%3E");
|
|
114
|
+
--tcv-icon-blackedges: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2226.0%22 height%3D%2226.0%22 viewBox%3D%220 -26.0 26.0 26.0%22%3E%3Crect x%3D%227.833333333333333%22 y%3D%22-23.5%22 width%3D%2215.666666666666666%22 height%3D%2215.666666666666666%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.5%2C-2.5 L2.5%2C-18.166666666666664 L7.833333333333333%2C-23.5 L7.833333333333333%2C-7.833333333333333 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.5%2C-2.5 L7.833333333333333%2C-7.833333333333333 L23.5%2C-7.833333333333333 L18.166666666666664%2C-2.5 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M2.5%2C-18.166666666666664 L7.833333333333333%2C-23.5 L23.5%2C-23.5 L18.166666666666664%2C-18.166666666666664 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Cpath d%3D%22M18.166666666666664%2C-2.5 L18.166666666666664%2C-18.166666666666664 L23.5%2C-23.5 L23.5%2C-7.833333333333333 Z%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 stroke-linecap%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3Crect x%3D%222.5%22 y%3D%22-18.166666666666664%22 width%3D%2215.666666666666666%22 height%3D%2215.666666666666666%22 fill%3D%22none%22 stroke%3D%22rgb(48%2C 142%2C 225)%22 stroke-width%3D%221.5625%22 stroke-linejoin%3D%22round%22 fill-opacity%3D%221.0%22 %2F%3E%3C%2Fsvg%3E");
|
|
115
|
+
--tcv-icon-nav_open: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22%3E %3Cpath d%3D%22M3.204 6h9.592L8 11.481 3.204 6z%22 fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
|
|
116
|
+
--tcv-icon-nav_closed : url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22%3E %3Cpath d%3D%22M6 12.796V3.204L11.481 8 6 12.796z%22 fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
|
|
41
117
|
}
|
|
42
118
|
|
|
43
119
|
.tcv_none {
|
|
@@ -50,8 +126,127 @@ canvas {
|
|
|
50
126
|
/* Disables text selection of UI elements */
|
|
51
127
|
body {
|
|
52
128
|
user-select: none;
|
|
129
|
+
overflow: hidden;
|
|
130
|
+
background-color: var(--tcv-bg-color);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.tcv_button_bottom {
|
|
134
|
+
background-image: var(--tcv-icon-bottom);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.tcv_button_front {
|
|
138
|
+
background-image: var(--tcv-icon-front);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.tcv_button_help {
|
|
142
|
+
background-image: var(--tcv-icon-help);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.tcv_button_iso {
|
|
146
|
+
background-image: var(--tcv-icon-iso);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.tcv_button_left {
|
|
150
|
+
background-image: var(--tcv-icon-left);
|
|
53
151
|
}
|
|
54
152
|
|
|
153
|
+
.tcv_button_pause {
|
|
154
|
+
background-image: var(--tcv-icon-pause);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.tcv_button_pin {
|
|
158
|
+
background-image: var(--tcv-icon-pin);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.tcv_button_plane {
|
|
162
|
+
background-image: var(--tcv-icon-plane);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.tcv_button_play {
|
|
166
|
+
background-image: var(--tcv-icon-play);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.tcv_button_rear {
|
|
170
|
+
background-image: var(--tcv-icon-rear);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.tcv_button_reset {
|
|
174
|
+
background-image: var(--tcv-icon-reset);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.tcv_button_resize {
|
|
178
|
+
background-image: var(--tcv-icon-resize);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.tcv_button_right {
|
|
182
|
+
background-image: var(--tcv-icon-right);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.tcv_button_stop {
|
|
186
|
+
background-image: var(--tcv-icon-stop);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.tcv_button_top {
|
|
190
|
+
background-image: var(--tcv-icon-top);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.tcv_button_axes {
|
|
194
|
+
background-image: var(--tcv-icon-axes);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.tcv_button_axes0 {
|
|
198
|
+
background-image: var(--tcv-icon-axes0);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.tcv_button_grid {
|
|
202
|
+
background-image: var(--tcv-icon-grid);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.tcv_button_perspective {
|
|
206
|
+
background-image: var(--tcv-icon-perspective);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.tcv_button_explode {
|
|
210
|
+
background-image: var(--tcv-icon-explode);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.tcv_button_zscale {
|
|
214
|
+
background-image: var(--tcv-icon-zscale);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.tcv_button_distance {
|
|
218
|
+
background-image: var(--tcv-icon-distance);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.tcv_button_properties {
|
|
222
|
+
background-image: var(--tcv-icon-properties);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.tcv_button_angle {
|
|
226
|
+
background-image: var(--tcv-icon-angle);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.tcv_button_select {
|
|
230
|
+
background-image: var(--tcv-icon-select);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.tcv_button_transparent {
|
|
234
|
+
background-image: var(--tcv-icon-transparent);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.tcv_button_blackedges {
|
|
238
|
+
background-image: var(--tcv-icon-blackedges);
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/* .tcv_button_nav_open {
|
|
242
|
+
background-image: var(--tcv-icon-nav_open);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.tcv_button_nav_closed {
|
|
246
|
+
background-image: var(--tcv-icon-nav_closed);
|
|
247
|
+
} */
|
|
248
|
+
|
|
249
|
+
|
|
55
250
|
.tcv_cad_viewer {
|
|
56
251
|
margin: 0;
|
|
57
252
|
display: flex;
|
|
@@ -131,6 +326,12 @@ body {
|
|
|
131
326
|
vertical-align: middle;
|
|
132
327
|
}
|
|
133
328
|
|
|
329
|
+
.tcv_toggle_info {
|
|
330
|
+
vertical-align: middle;
|
|
331
|
+
display: inline-block;
|
|
332
|
+
width: 0.8rem;
|
|
333
|
+
}
|
|
334
|
+
|
|
134
335
|
.tcv_toggle_info_wrapper {
|
|
135
336
|
display: none;
|
|
136
337
|
margin-left: 4px;
|
|
@@ -142,7 +343,7 @@ body {
|
|
|
142
343
|
font-weight: bold;
|
|
143
344
|
margin-left: 4px;
|
|
144
345
|
padding-bottom: 4px;
|
|
145
|
-
vertical-align:
|
|
346
|
+
vertical-align: middle;
|
|
146
347
|
user-select: none;
|
|
147
348
|
}
|
|
148
349
|
|
|
@@ -257,6 +458,10 @@ th {
|
|
|
257
458
|
width: 120px !important;
|
|
258
459
|
}
|
|
259
460
|
|
|
461
|
+
.tcv_zscale_slider {
|
|
462
|
+
width: 120px !important;
|
|
463
|
+
}
|
|
464
|
+
|
|
260
465
|
.tcv_cad_animation {
|
|
261
466
|
height: 36px;
|
|
262
467
|
background-color: var(--tcv-bg-overlay-color);
|
|
@@ -269,6 +474,19 @@ th {
|
|
|
269
474
|
z-index: 100;
|
|
270
475
|
}
|
|
271
476
|
|
|
477
|
+
.tcv_cad_zscale {
|
|
478
|
+
height: 36px;
|
|
479
|
+
background-color: var(--tcv-bg-overlay-color);
|
|
480
|
+
border: none;
|
|
481
|
+
margin: 0;
|
|
482
|
+
padding: 0px;
|
|
483
|
+
position: absolute;
|
|
484
|
+
right: 0px;
|
|
485
|
+
bottom: 0px;
|
|
486
|
+
z-index: 100;
|
|
487
|
+
align-content: center;
|
|
488
|
+
}
|
|
489
|
+
|
|
272
490
|
.tcv_cad_tools {
|
|
273
491
|
height: 38px;
|
|
274
492
|
background-color: var(--tcv-bg-overlay-color);
|
|
@@ -326,7 +544,7 @@ th {
|
|
|
326
544
|
.tcv_box_content {
|
|
327
545
|
overflow: scroll;
|
|
328
546
|
height: 100%;
|
|
329
|
-
margin: 0px 0px 0px 4px;
|
|
547
|
+
/* margin: 0px 0px 0px 4px; */
|
|
330
548
|
padding-top: 2px;
|
|
331
549
|
}
|
|
332
550
|
|
|
@@ -749,6 +967,21 @@ input[type="button"] {
|
|
|
749
967
|
background-color: var(--tcv-bg-overlay-color);
|
|
750
968
|
}
|
|
751
969
|
|
|
970
|
+
.tcv_tick_size{
|
|
971
|
+
background-color: var(--tcv-bg-overlay-color);
|
|
972
|
+
border-radius: 4px;
|
|
973
|
+
padding:2px;
|
|
974
|
+
width:fit-content;
|
|
975
|
+
font-size: 12px;
|
|
976
|
+
margin-left:100px;
|
|
977
|
+
margin-top: -24px;
|
|
978
|
+
z-index: 1000;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.tcv_tick_size_value{
|
|
982
|
+
padding:3px;
|
|
983
|
+
}
|
|
984
|
+
|
|
752
985
|
|
|
753
986
|
.tv-tree-node {
|
|
754
987
|
display: flex;
|
|
@@ -818,6 +1051,42 @@ input[type="button"] {
|
|
|
818
1051
|
margin-left: 20px;
|
|
819
1052
|
}
|
|
820
1053
|
|
|
1054
|
+
.tcv_tree_button {
|
|
1055
|
+
background-repeat: no-repeat;
|
|
1056
|
+
background-position: center center;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.tcv_button_mesh {
|
|
1060
|
+
background-image: var(--tcv-icon-mesh);
|
|
1061
|
+
}
|
|
1062
|
+
.tcv_button_mesh_empty {
|
|
1063
|
+
background-image: var(--tcv-icon-mesh_empty);
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.tcv_button_mesh_mix {
|
|
1067
|
+
background-image: var(--tcv-icon-mesh_mix);
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.tcv_button_mesh_no {
|
|
1071
|
+
background-image: var(--tcv-icon-mesh_no);
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.tcv_button_shape {
|
|
1075
|
+
background-image: var(--tcv-icon-shape);
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.tcv_button_shape_empty {
|
|
1079
|
+
background-image: var(--tcv-icon-shape_empty);
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.tcv_button_shape_mix {
|
|
1083
|
+
background-image: var(--tcv-icon-shape_mix);
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.tcv_button_shape_no {
|
|
1087
|
+
background-image: var(--tcv-icon-shape_no);
|
|
1088
|
+
}
|
|
1089
|
+
|
|
821
1090
|
/* MEASURE PANEL */
|
|
822
1091
|
|
|
823
1092
|
|