sunrize 2.1.7 → 2.1.9
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/package.json +13 -13
- package/src/Application/Application.js +1 -1
- package/src/Controls/EditUserDefinedFieldPopover.js +12 -44
- package/src/Editors/OutlineView.js +2 -0
- package/src/Editors/Panel.js +7 -0
- package/src/Tools/Core/X3DNodeTool.js +2 -0
- package/src/Tools/Grouping/X3DTransformNodeTool.js +1 -1
- package/src/Undo/Editor.js +1 -6
- package/src/assets/X3DUOM.xml +1877 -796
- package/src/assets/images/OutlineEditor/Fields/MFQuaternion.svg +199 -0
- package/src/assets/images/OutlineEditor/Fields/SFQuaternion.svg +199 -0
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="16"
|
|
6
|
+
height="12"
|
|
7
|
+
id="svg2"
|
|
8
|
+
version="1.1"
|
|
9
|
+
inkscape:version="1.4.4 (dcaf3e7, 2026-05-05)"
|
|
10
|
+
sodipodi:docname="MFQuaternion.svg"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
13
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
16
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
17
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
18
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
19
|
+
<defs
|
|
20
|
+
id="defs4">
|
|
21
|
+
<linearGradient
|
|
22
|
+
id="linearGradient4389">
|
|
23
|
+
<stop
|
|
24
|
+
style="stop-color:#c8c8c8;stop-opacity:1;"
|
|
25
|
+
offset="0"
|
|
26
|
+
id="stop4391" />
|
|
27
|
+
<stop
|
|
28
|
+
style="stop-color:#323232;stop-opacity:1;"
|
|
29
|
+
offset="1"
|
|
30
|
+
id="stop4393" />
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient
|
|
33
|
+
id="linearGradient4107">
|
|
34
|
+
<stop
|
|
35
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
36
|
+
offset="0"
|
|
37
|
+
id="stop4109" />
|
|
38
|
+
<stop
|
|
39
|
+
style="stop-color:#c8c8c8;stop-opacity:1;"
|
|
40
|
+
offset="1"
|
|
41
|
+
id="stop4111" />
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<radialGradient
|
|
44
|
+
inkscape:collect="always"
|
|
45
|
+
xlink:href="#linearGradient4389"
|
|
46
|
+
id="radialGradient4395"
|
|
47
|
+
cx="7"
|
|
48
|
+
cy="4.5"
|
|
49
|
+
fx="7"
|
|
50
|
+
fy="4.5"
|
|
51
|
+
r="4.5"
|
|
52
|
+
gradientUnits="userSpaceOnUse" />
|
|
53
|
+
</defs>
|
|
54
|
+
<sodipodi:namedview
|
|
55
|
+
id="base"
|
|
56
|
+
pagecolor="#ffffff"
|
|
57
|
+
bordercolor="#666666"
|
|
58
|
+
borderopacity="1.0"
|
|
59
|
+
inkscape:pageopacity="0.0"
|
|
60
|
+
inkscape:pageshadow="2"
|
|
61
|
+
inkscape:zoom="32"
|
|
62
|
+
inkscape:cx="8.390625"
|
|
63
|
+
inkscape:cy="8.5"
|
|
64
|
+
inkscape:document-units="px"
|
|
65
|
+
inkscape:current-layer="layer2"
|
|
66
|
+
showgrid="false"
|
|
67
|
+
inkscape:snap-page="true"
|
|
68
|
+
showguides="false"
|
|
69
|
+
inkscape:guide-bbox="true"
|
|
70
|
+
inkscape:window-width="1470"
|
|
71
|
+
inkscape:window-height="841"
|
|
72
|
+
inkscape:window-x="0"
|
|
73
|
+
inkscape:window-y="33"
|
|
74
|
+
inkscape:window-maximized="0"
|
|
75
|
+
inkscape:snap-bbox="true"
|
|
76
|
+
showborder="false"
|
|
77
|
+
inkscape:showpageshadow="2"
|
|
78
|
+
inkscape:pagecheckerboard="0"
|
|
79
|
+
inkscape:deskcolor="#d1d1d1">
|
|
80
|
+
<inkscape:grid
|
|
81
|
+
type="xygrid"
|
|
82
|
+
id="grid3066"
|
|
83
|
+
empspacing="2"
|
|
84
|
+
visible="true"
|
|
85
|
+
enabled="true"
|
|
86
|
+
snapvisiblegridlinesonly="true"
|
|
87
|
+
spacingy="0.5px"
|
|
88
|
+
spacingx="0.5px"
|
|
89
|
+
originx="0"
|
|
90
|
+
originy="0"
|
|
91
|
+
units="px" />
|
|
92
|
+
<sodipodi:guide
|
|
93
|
+
orientation="1,0"
|
|
94
|
+
position="6,6"
|
|
95
|
+
id="guide3068"
|
|
96
|
+
inkscape:locked="false" />
|
|
97
|
+
<sodipodi:guide
|
|
98
|
+
orientation="0,1"
|
|
99
|
+
position="6,6"
|
|
100
|
+
id="guide3070"
|
|
101
|
+
inkscape:locked="false" />
|
|
102
|
+
<sodipodi:guide
|
|
103
|
+
orientation="1,0"
|
|
104
|
+
position="11,-1"
|
|
105
|
+
id="guide4103"
|
|
106
|
+
inkscape:locked="false" />
|
|
107
|
+
<sodipodi:guide
|
|
108
|
+
orientation="0,1"
|
|
109
|
+
position="11,11"
|
|
110
|
+
id="guide4115"
|
|
111
|
+
inkscape:locked="false" />
|
|
112
|
+
<sodipodi:guide
|
|
113
|
+
orientation="0,1"
|
|
114
|
+
position="11,1"
|
|
115
|
+
id="guide4117"
|
|
116
|
+
inkscape:locked="false" />
|
|
117
|
+
<sodipodi:guide
|
|
118
|
+
orientation="1,0"
|
|
119
|
+
position="1,1"
|
|
120
|
+
id="guide4119"
|
|
121
|
+
inkscape:locked="false" />
|
|
122
|
+
</sodipodi:namedview>
|
|
123
|
+
<metadata
|
|
124
|
+
id="metadata7">
|
|
125
|
+
<rdf:RDF>
|
|
126
|
+
<cc:Work
|
|
127
|
+
rdf:about="">
|
|
128
|
+
<dc:format>image/svg+xml</dc:format>
|
|
129
|
+
<dc:type
|
|
130
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
131
|
+
</cc:Work>
|
|
132
|
+
</rdf:RDF>
|
|
133
|
+
</metadata>
|
|
134
|
+
<g
|
|
135
|
+
inkscape:groupmode="layer"
|
|
136
|
+
id="layer2"
|
|
137
|
+
inkscape:label="Field"
|
|
138
|
+
style="display:inline">
|
|
139
|
+
<text
|
|
140
|
+
xml:space="preserve"
|
|
141
|
+
style="font-weight:bold;font-size:11.0405px;line-height:1.25;font-family:Optima;-inkscape-font-specification:'Optima, Bold';font-variant-ligatures:none;text-align:center;text-anchor:middle;display:inline;stroke-width:1"
|
|
142
|
+
x="4.3994532"
|
|
143
|
+
y="24.675018"
|
|
144
|
+
id="text1-8"><tspan
|
|
145
|
+
sodipodi:role="line"
|
|
146
|
+
id="tspan1-0"
|
|
147
|
+
x="4.3994532"
|
|
148
|
+
y="24.675018"
|
|
149
|
+
style="stroke-width:1">C</tspan></text>
|
|
150
|
+
<text
|
|
151
|
+
xml:space="preserve"
|
|
152
|
+
style="font-weight:bold;font-size:11.0405px;line-height:1.25;font-family:Optima;-inkscape-font-specification:'Optima, Bold';font-variant-ligatures:none;text-align:center;text-anchor:middle;display:inline;stroke-width:1"
|
|
153
|
+
x="14.493203"
|
|
154
|
+
y="24.925018"
|
|
155
|
+
id="text1-8-6"><tspan
|
|
156
|
+
sodipodi:role="line"
|
|
157
|
+
id="tspan1-0-0"
|
|
158
|
+
x="14.493203"
|
|
159
|
+
y="24.925018"
|
|
160
|
+
style="stroke-width:1">H</tspan></text>
|
|
161
|
+
<path
|
|
162
|
+
d="M 8.0863937,6.1483035 Q 7.5868039,6.1351564 7.0872141,6.1220093 6.5876243,6.0957151 6.0880345,6.0957151 q -0.4995898,0 -0.9991797,0.013147 -0.4995898,0.013147 -0.9991796,0.039441 v 0.7493847 q 0,1.0912094 0.026294,1.9457709 0.026294,0.8414144 0.078883,1.6565349 -0.2235007,-0.02629 -0.4864427,-0.02629 -0.262942,0 -0.5916195,0 -0.3286775,0 -0.5916195,0 -0.2629421,0 -0.4864428,0.02629 0.052588,-0.8151205 0.078883,-1.6565349 0.026294,-0.8545615 0.026294,-1.9457709 V 5.1096826 q 0,-1.0912094 -0.026294,-1.9326238 -0.026294,-0.8545615 -0.078883,-1.709123 0.2235007,0.026294 0.4864428,0.052588 0.262942,0.013147 0.5916195,0.013147 0.3286775,0 0.5916195,-0.013147 0.262942,-0.026294 0.4864427,-0.052588 -0.065735,0.8545615 -0.09203,1.6959759 -0.013147,0.8282673 -0.013147,1.9194767 0.3418246,0.013147 0.8151202,0.026294 0.4864428,0 1.1963862,0 0.7099434,0 1.1569448,0 0.4470014,-0.013147 0.8282673,-0.026294 0,-1.0912094 -0.026294,-1.9194767 -0.026294,-0.8414144 -0.078883,-1.6959759 0.2235008,0.026294 0.4864428,0.052588 0.262942,0.013147 0.5916195,0.013147 0.3286775,0 0.5916195,-0.013147 0.262942,-0.026294 0.4864423,-0.052588 -0.05259,0.8545615 -0.07888,1.709123 -0.02629,0.8414144 -0.02629,1.9326238 v 1.7880056 q 0,1.0912094 0.02629,1.9457709 0.02629,0.8414144 0.07888,1.6565349 -0.2235003,-0.02629 -0.4864423,-0.02629 -0.262942,0 -0.5916195,0 -0.3286775,0 -0.5916195,0 -0.262942,0 -0.4864428,0.02629 0.052588,-0.8151205 0.078883,-1.6565349 0.026294,-0.8545615 0.026294,-1.9457709 V 6.1483035 Z"
|
|
163
|
+
id="text1-8-6-0"
|
|
164
|
+
style="font-weight:bold;font-size:13.1471px;line-height:1.25;font-family:Optima;-inkscape-font-specification:'Optima, Bold';font-variant-ligatures:none;text-align:center;text-anchor:middle;stroke-width:0.999992"
|
|
165
|
+
aria-label="H" />
|
|
166
|
+
</g>
|
|
167
|
+
<g
|
|
168
|
+
inkscape:groupmode="layer"
|
|
169
|
+
id="layer3"
|
|
170
|
+
inkscape:label="Array"
|
|
171
|
+
style="display:inline"
|
|
172
|
+
sodipodi:insensitive="true">
|
|
173
|
+
<g
|
|
174
|
+
id="g1"
|
|
175
|
+
transform="translate(0.27036887,0.07627521)">
|
|
176
|
+
<path
|
|
177
|
+
style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
178
|
+
d="m 13,8.5 h 3"
|
|
179
|
+
id="path3862-0"
|
|
180
|
+
inkscape:connector-curvature="0"
|
|
181
|
+
sodipodi:nodetypes="cc"
|
|
182
|
+
transform="translate(-0.27036887,-0.07627165)" />
|
|
183
|
+
<path
|
|
184
|
+
style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
185
|
+
d="m 13,10.5 h 3"
|
|
186
|
+
id="path3864-2"
|
|
187
|
+
inkscape:connector-curvature="0"
|
|
188
|
+
sodipodi:nodetypes="cc"
|
|
189
|
+
transform="translate(-0.27036887,-0.07627165)" />
|
|
190
|
+
<path
|
|
191
|
+
sodipodi:nodetypes="cc"
|
|
192
|
+
inkscape:connector-curvature="0"
|
|
193
|
+
id="path3000"
|
|
194
|
+
d="m 13,6.5 h 3"
|
|
195
|
+
style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
196
|
+
transform="translate(-0.27036887,-0.07627165)" />
|
|
197
|
+
</g>
|
|
198
|
+
</g>
|
|
199
|
+
</svg>
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="16"
|
|
6
|
+
height="12"
|
|
7
|
+
id="svg2"
|
|
8
|
+
version="1.1"
|
|
9
|
+
inkscape:version="1.4.4 (dcaf3e7, 2026-05-05)"
|
|
10
|
+
sodipodi:docname="MFQuaternion.svg"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
13
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
16
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
17
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
18
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
19
|
+
<defs
|
|
20
|
+
id="defs4">
|
|
21
|
+
<linearGradient
|
|
22
|
+
id="linearGradient4389">
|
|
23
|
+
<stop
|
|
24
|
+
style="stop-color:#c8c8c8;stop-opacity:1;"
|
|
25
|
+
offset="0"
|
|
26
|
+
id="stop4391" />
|
|
27
|
+
<stop
|
|
28
|
+
style="stop-color:#323232;stop-opacity:1;"
|
|
29
|
+
offset="1"
|
|
30
|
+
id="stop4393" />
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient
|
|
33
|
+
id="linearGradient4107">
|
|
34
|
+
<stop
|
|
35
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
36
|
+
offset="0"
|
|
37
|
+
id="stop4109" />
|
|
38
|
+
<stop
|
|
39
|
+
style="stop-color:#c8c8c8;stop-opacity:1;"
|
|
40
|
+
offset="1"
|
|
41
|
+
id="stop4111" />
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<radialGradient
|
|
44
|
+
inkscape:collect="always"
|
|
45
|
+
xlink:href="#linearGradient4389"
|
|
46
|
+
id="radialGradient4395"
|
|
47
|
+
cx="7"
|
|
48
|
+
cy="4.5"
|
|
49
|
+
fx="7"
|
|
50
|
+
fy="4.5"
|
|
51
|
+
r="4.5"
|
|
52
|
+
gradientUnits="userSpaceOnUse" />
|
|
53
|
+
</defs>
|
|
54
|
+
<sodipodi:namedview
|
|
55
|
+
id="base"
|
|
56
|
+
pagecolor="#ffffff"
|
|
57
|
+
bordercolor="#666666"
|
|
58
|
+
borderopacity="1.0"
|
|
59
|
+
inkscape:pageopacity="0.0"
|
|
60
|
+
inkscape:pageshadow="2"
|
|
61
|
+
inkscape:zoom="32"
|
|
62
|
+
inkscape:cx="8.421875"
|
|
63
|
+
inkscape:cy="8.5"
|
|
64
|
+
inkscape:document-units="px"
|
|
65
|
+
inkscape:current-layer="layer2"
|
|
66
|
+
showgrid="false"
|
|
67
|
+
inkscape:snap-page="true"
|
|
68
|
+
showguides="false"
|
|
69
|
+
inkscape:guide-bbox="true"
|
|
70
|
+
inkscape:window-width="1470"
|
|
71
|
+
inkscape:window-height="841"
|
|
72
|
+
inkscape:window-x="0"
|
|
73
|
+
inkscape:window-y="33"
|
|
74
|
+
inkscape:window-maximized="0"
|
|
75
|
+
inkscape:snap-bbox="true"
|
|
76
|
+
showborder="false"
|
|
77
|
+
inkscape:showpageshadow="2"
|
|
78
|
+
inkscape:pagecheckerboard="0"
|
|
79
|
+
inkscape:deskcolor="#d1d1d1">
|
|
80
|
+
<inkscape:grid
|
|
81
|
+
type="xygrid"
|
|
82
|
+
id="grid3066"
|
|
83
|
+
empspacing="2"
|
|
84
|
+
visible="true"
|
|
85
|
+
enabled="true"
|
|
86
|
+
snapvisiblegridlinesonly="true"
|
|
87
|
+
spacingy="0.5px"
|
|
88
|
+
spacingx="0.5px"
|
|
89
|
+
originx="0"
|
|
90
|
+
originy="0"
|
|
91
|
+
units="px" />
|
|
92
|
+
<sodipodi:guide
|
|
93
|
+
orientation="1,0"
|
|
94
|
+
position="6,6"
|
|
95
|
+
id="guide3068"
|
|
96
|
+
inkscape:locked="false" />
|
|
97
|
+
<sodipodi:guide
|
|
98
|
+
orientation="0,1"
|
|
99
|
+
position="6,6"
|
|
100
|
+
id="guide3070"
|
|
101
|
+
inkscape:locked="false" />
|
|
102
|
+
<sodipodi:guide
|
|
103
|
+
orientation="1,0"
|
|
104
|
+
position="11,-1"
|
|
105
|
+
id="guide4103"
|
|
106
|
+
inkscape:locked="false" />
|
|
107
|
+
<sodipodi:guide
|
|
108
|
+
orientation="0,1"
|
|
109
|
+
position="11,11"
|
|
110
|
+
id="guide4115"
|
|
111
|
+
inkscape:locked="false" />
|
|
112
|
+
<sodipodi:guide
|
|
113
|
+
orientation="0,1"
|
|
114
|
+
position="11,1"
|
|
115
|
+
id="guide4117"
|
|
116
|
+
inkscape:locked="false" />
|
|
117
|
+
<sodipodi:guide
|
|
118
|
+
orientation="1,0"
|
|
119
|
+
position="1,1"
|
|
120
|
+
id="guide4119"
|
|
121
|
+
inkscape:locked="false" />
|
|
122
|
+
</sodipodi:namedview>
|
|
123
|
+
<metadata
|
|
124
|
+
id="metadata7">
|
|
125
|
+
<rdf:RDF>
|
|
126
|
+
<cc:Work
|
|
127
|
+
rdf:about="">
|
|
128
|
+
<dc:format>image/svg+xml</dc:format>
|
|
129
|
+
<dc:type
|
|
130
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
131
|
+
</cc:Work>
|
|
132
|
+
</rdf:RDF>
|
|
133
|
+
</metadata>
|
|
134
|
+
<g
|
|
135
|
+
inkscape:groupmode="layer"
|
|
136
|
+
id="layer2"
|
|
137
|
+
inkscape:label="Field"
|
|
138
|
+
style="display:inline">
|
|
139
|
+
<text
|
|
140
|
+
xml:space="preserve"
|
|
141
|
+
style="font-weight:bold;font-size:11.0405px;line-height:1.25;font-family:Optima;-inkscape-font-specification:'Optima, Bold';font-variant-ligatures:none;text-align:center;text-anchor:middle;display:inline;stroke-width:1"
|
|
142
|
+
x="4.3994532"
|
|
143
|
+
y="24.675018"
|
|
144
|
+
id="text1-8"><tspan
|
|
145
|
+
sodipodi:role="line"
|
|
146
|
+
id="tspan1-0"
|
|
147
|
+
x="4.3994532"
|
|
148
|
+
y="24.675018"
|
|
149
|
+
style="stroke-width:1">C</tspan></text>
|
|
150
|
+
<text
|
|
151
|
+
xml:space="preserve"
|
|
152
|
+
style="font-weight:bold;font-size:11.0405px;line-height:1.25;font-family:Optima;-inkscape-font-specification:'Optima, Bold';font-variant-ligatures:none;text-align:center;text-anchor:middle;display:inline;stroke-width:1"
|
|
153
|
+
x="14.493203"
|
|
154
|
+
y="24.925018"
|
|
155
|
+
id="text1-8-6"><tspan
|
|
156
|
+
sodipodi:role="line"
|
|
157
|
+
id="tspan1-0-0"
|
|
158
|
+
x="14.493203"
|
|
159
|
+
y="24.925018"
|
|
160
|
+
style="stroke-width:1">H</tspan></text>
|
|
161
|
+
<path
|
|
162
|
+
d="M 8.0863937,6.1483035 Q 7.5868039,6.1351564 7.0872141,6.1220093 6.5876243,6.0957151 6.0880345,6.0957151 q -0.4995898,0 -0.9991797,0.013147 -0.4995898,0.013147 -0.9991796,0.039441 v 0.7493847 q 0,1.0912094 0.026294,1.9457709 0.026294,0.8414144 0.078883,1.6565349 -0.2235007,-0.02629 -0.4864427,-0.02629 -0.262942,0 -0.5916195,0 -0.3286775,0 -0.5916195,0 -0.2629421,0 -0.4864428,0.02629 0.052588,-0.8151205 0.078883,-1.6565349 0.026294,-0.8545615 0.026294,-1.9457709 V 5.1096826 q 0,-1.0912094 -0.026294,-1.9326238 -0.026294,-0.8545615 -0.078883,-1.709123 0.2235007,0.026294 0.4864428,0.052588 0.262942,0.013147 0.5916195,0.013147 0.3286775,0 0.5916195,-0.013147 0.262942,-0.026294 0.4864427,-0.052588 -0.065735,0.8545615 -0.09203,1.6959759 -0.013147,0.8282673 -0.013147,1.9194767 0.3418246,0.013147 0.8151202,0.026294 0.4864428,0 1.1963862,0 0.7099434,0 1.1569448,0 0.4470014,-0.013147 0.8282673,-0.026294 0,-1.0912094 -0.026294,-1.9194767 -0.026294,-0.8414144 -0.078883,-1.6959759 0.2235008,0.026294 0.4864428,0.052588 0.262942,0.013147 0.5916195,0.013147 0.3286775,0 0.5916195,-0.013147 0.262942,-0.026294 0.4864423,-0.052588 -0.05259,0.8545615 -0.07888,1.709123 -0.02629,0.8414144 -0.02629,1.9326238 v 1.7880056 q 0,1.0912094 0.02629,1.9457709 0.02629,0.8414144 0.07888,1.6565349 -0.2235003,-0.02629 -0.4864423,-0.02629 -0.262942,0 -0.5916195,0 -0.3286775,0 -0.5916195,0 -0.262942,0 -0.4864428,0.02629 0.052588,-0.8151205 0.078883,-1.6565349 0.026294,-0.8545615 0.026294,-1.9457709 V 6.1483035 Z"
|
|
163
|
+
id="text1-8-6-0"
|
|
164
|
+
style="font-weight:bold;font-size:13.1471px;line-height:1.25;font-family:Optima;-inkscape-font-specification:'Optima, Bold';font-variant-ligatures:none;text-align:center;text-anchor:middle;stroke-width:0.999992"
|
|
165
|
+
aria-label="H" />
|
|
166
|
+
</g>
|
|
167
|
+
<g
|
|
168
|
+
inkscape:groupmode="layer"
|
|
169
|
+
id="layer3"
|
|
170
|
+
inkscape:label="Array"
|
|
171
|
+
style="display:none"
|
|
172
|
+
sodipodi:insensitive="true">
|
|
173
|
+
<g
|
|
174
|
+
id="g1"
|
|
175
|
+
transform="translate(0.27036887,0.07627521)">
|
|
176
|
+
<path
|
|
177
|
+
style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
178
|
+
d="m 13,8.5 h 3"
|
|
179
|
+
id="path3862-0"
|
|
180
|
+
inkscape:connector-curvature="0"
|
|
181
|
+
sodipodi:nodetypes="cc"
|
|
182
|
+
transform="translate(-0.27036887,-0.07627165)" />
|
|
183
|
+
<path
|
|
184
|
+
style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
185
|
+
d="m 13,10.5 h 3"
|
|
186
|
+
id="path3864-2"
|
|
187
|
+
inkscape:connector-curvature="0"
|
|
188
|
+
sodipodi:nodetypes="cc"
|
|
189
|
+
transform="translate(-0.27036887,-0.07627165)" />
|
|
190
|
+
<path
|
|
191
|
+
sodipodi:nodetypes="cc"
|
|
192
|
+
inkscape:connector-curvature="0"
|
|
193
|
+
id="path3000"
|
|
194
|
+
d="m 13,6.5 h 3"
|
|
195
|
+
style="display:inline;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
196
|
+
transform="translate(-0.27036887,-0.07627165)" />
|
|
197
|
+
</g>
|
|
198
|
+
</g>
|
|
199
|
+
</svg>
|