@geoscene/core 4.24.10 → 4.24.11
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/assets/components/assets/date-picker/nls/bg.json +31 -31
- package/assets/components/assets/date-picker/nls/bs.json +32 -32
- package/assets/components/assets/date-picker/nls/ca.json +32 -32
- package/assets/components/assets/date-picker/nls/cs.json +32 -32
- package/assets/components/assets/date-picker/nls/da.json +32 -32
- package/assets/components/assets/date-picker/nls/de-CH.json +29 -29
- package/assets/components/assets/date-picker/nls/de.json +32 -32
- package/assets/components/assets/date-picker/nls/el.json +32 -32
- package/assets/components/assets/date-picker/nls/en-AU.json +30 -30
- package/assets/components/assets/date-picker/nls/en-CA.json +14 -14
- package/assets/components/assets/date-picker/nls/en-GB.json +29 -29
- package/assets/components/assets/date-picker/nls/en.json +31 -31
- package/assets/components/assets/date-picker/nls/es-MX.json +29 -29
- package/assets/components/assets/date-picker/nls/es.json +32 -32
- package/assets/components/assets/date-picker/nls/et.json +32 -32
- package/assets/components/assets/date-picker/nls/fi.json +45 -45
- package/assets/components/assets/date-picker/nls/fr-CH.json +32 -32
- package/assets/components/assets/date-picker/nls/fr.json +32 -32
- package/assets/components/assets/date-picker/nls/he.json +19 -19
- package/assets/components/assets/date-picker/nls/hi.json +32 -32
- package/assets/components/assets/date-picker/nls/hr.json +32 -32
- package/assets/components/assets/date-picker/nls/hu.json +32 -32
- package/assets/components/assets/date-picker/nls/id.json +32 -32
- package/assets/components/assets/date-picker/nls/it-CH.json +32 -32
- package/assets/components/assets/date-picker/nls/it.json +32 -32
- package/assets/components/assets/date-picker/nls/ja.json +22 -22
- package/assets/components/assets/date-picker/nls/ko.json +22 -22
- package/assets/components/assets/date-picker/nls/lt.json +53 -53
- package/assets/components/assets/date-picker/nls/lv.json +45 -45
- package/assets/components/assets/date-picker/nls/mk.json +32 -32
- package/assets/components/assets/date-picker/nls/nl.json +32 -32
- package/assets/components/assets/date-picker/nls/pl.json +32 -32
- package/assets/components/assets/date-picker/nls/pt-BR.json +31 -31
- package/assets/components/assets/date-picker/nls/pt.json +31 -31
- package/assets/components/assets/date-picker/nls/ro.json +32 -32
- package/assets/components/assets/date-picker/nls/sk.json +32 -32
- package/assets/components/assets/date-picker/nls/sl.json +32 -32
- package/assets/components/assets/date-picker/nls/sr.json +32 -32
- package/assets/components/assets/date-picker/nls/sv.json +32 -32
- package/assets/components/assets/date-picker/nls/tr.json +32 -32
- package/assets/components/assets/date-picker/nls/uk.json +32 -32
- package/assets/components/assets/date-picker/nls/vi.json +45 -45
- package/assets/components/assets/date-picker/nls/zh-CN.json +22 -22
- package/assets/components/assets/date-picker/nls/zh-HK.json +22 -22
- package/assets/components/assets/date-picker/nls/zh-TW.json +22 -22
- package/assets/geoscene/css/main.scss +1 -1
- package/assets/geoscene/css/view.scss +1 -1
- package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
- package/assets/geoscene/themes/base/_functions.scss +23 -23
- package/assets/geoscene/themes/base/_layout.scss +11 -11
- package/assets/geoscene/themes/base/_sizes.scss +130 -130
- package/assets/geoscene/themes/base/_type.scss +27 -27
- package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
- package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
- package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
- package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
- package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
- package/assets/geoscene/themes/base/colors/css/scss/brand_colors.scss +127 -127
- package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors.scss +289 -289
- package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
- package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors.scss +96 -96
- package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
- package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors.scss +68 -68
- package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
- package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors.scss +128 -128
- package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
- package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
- package/assets/geoscene/themes/base/colors/patterns_json/brand_colors.css +366 -366
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors.css +687 -687
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors.css +177 -177
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors.css +178 -178
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors.css +273 -273
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
- package/assets/geoscene/themes/base/colors/patterns_json/complete.css +2847 -2847
- package/assets/geoscene/themes/base/colors/patterns_json/scss/brand_colors.scss +464 -464
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors.scss +967 -967
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors.scss +265 -265
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors.scss +236 -236
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors.scss +376 -376
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
- package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
- package/assets/geoscene/themes/base/colors/scss/variables.scss +148 -148
- package/assets/geoscene/themes/base/colors/scss/variables_dark.scss +150 -150
- package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
- package/assets/geoscene/themes/base/fonts/fonts/fonts.css +1 -1
- package/assets/geoscene/themes/base/fonts/fonts.css +1 -1
- package/assets/geoscene/themes/base/fonts/fonts.scss +502 -502
- package/assets/geoscene/themes/base/icons/demo-files/demo.css +152 -152
- package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
- package/assets/geoscene/themes/base/widgets/_Measurement.scss +6 -6
- package/assets/geoscene/themes/light/view.scss +9 -9
- package/assets/geoscene/views/3d/analysis/Slice/images/heading-rotate.svg +4 -4
- package/assets/geoscene/views/3d/analysis/Slice/images/tilt-rotate.svg +80 -80
- package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
- package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
- package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
- package/interfaces.d.ts +13 -13
- package/package.json +1 -1
- package/support/groundUtils.js +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@mixin measurement() {
|
|
2
|
-
}
|
|
3
|
-
|
|
4
|
-
@if $include_Measurement == true {
|
|
5
|
-
@include measurement();
|
|
6
|
-
}
|
|
1
|
+
@mixin measurement() {
|
|
2
|
+
}
|
|
3
|
+
|
|
4
|
+
@if $include_Measurement == true {
|
|
5
|
+
@include measurement();
|
|
6
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Theme: Light (Default)
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
$include_BasemapToggle: false;
|
|
6
|
-
$include_Legend: false;
|
|
7
|
-
$include_Search: false;
|
|
8
|
-
|
|
9
|
-
@import "../base/core";
|
|
1
|
+
/*
|
|
2
|
+
Theme: Light (Default)
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
$include_BasemapToggle: false;
|
|
6
|
+
$include_Legend: false;
|
|
7
|
+
$include_Search: false;
|
|
8
|
+
|
|
9
|
+
@import "../base/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="56" height="56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M28 0a28 28 0 1 1 0 56 28 28 0 0 1 0-56Z" fill="#FF7F00" fill-opacity=".5"/>
|
|
3
|
-
<path d="M20.05 40.86a15.05 15.05 0 0 0 17.14-1.5 15.05 15.05 0 0 0 4.47-16.65 15.05 15.05 0 0 0-22.72-7.15 15.05 15.05 0 0 0-5.5 7.15" stroke="#fff" stroke-width="4.99"/>
|
|
4
|
-
<path d="m10.97 35.57 5.38 12.07 7.79-13.47-13.17 1.4Z" fill="#fff"/>
|
|
1
|
+
<svg width="56" height="56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M28 0a28 28 0 1 1 0 56 28 28 0 0 1 0-56Z" fill="#FF7F00" fill-opacity=".5"/>
|
|
3
|
+
<path d="M20.05 40.86a15.05 15.05 0 0 0 17.14-1.5 15.05 15.05 0 0 0 4.47-16.65 15.05 15.05 0 0 0-22.72-7.15 15.05 15.05 0 0 0-5.5 7.15" stroke="#fff" stroke-width="4.99"/>
|
|
4
|
+
<path d="m10.97 35.57 5.38 12.07 7.79-13.47-13.17 1.4Z" fill="#fff"/>
|
|
5
5
|
</svg>
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
-
viewBox="0 0 56 56"
|
|
11
|
-
fill-rule="evenodd"
|
|
12
|
-
clip-rule="evenodd"
|
|
13
|
-
stroke-miterlimit="5"
|
|
14
|
-
version="1.1"
|
|
15
|
-
id="svg1010"
|
|
16
|
-
sodipodi:docname="tilt-rotate.ts.svg"
|
|
17
|
-
inkscape:version="1.0rc1 (09960d6, 2020-04-09)">
|
|
18
|
-
<metadata
|
|
19
|
-
id="metadata1016">
|
|
20
|
-
<rdf:RDF>
|
|
21
|
-
<cc:Work
|
|
22
|
-
rdf:about="">
|
|
23
|
-
<dc:format>image/svg+xml</dc:format>
|
|
24
|
-
<dc:type
|
|
25
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
26
|
-
<dc:title />
|
|
27
|
-
</cc:Work>
|
|
28
|
-
</rdf:RDF>
|
|
29
|
-
</metadata>
|
|
30
|
-
<defs
|
|
31
|
-
id="defs1014" />
|
|
32
|
-
<sodipodi:namedview
|
|
33
|
-
inkscape:document-rotation="0"
|
|
34
|
-
pagecolor="#ffffff"
|
|
35
|
-
bordercolor="#666666"
|
|
36
|
-
borderopacity="1"
|
|
37
|
-
objecttolerance="10"
|
|
38
|
-
gridtolerance="10"
|
|
39
|
-
guidetolerance="10"
|
|
40
|
-
inkscape:pageopacity="0"
|
|
41
|
-
inkscape:pageshadow="2"
|
|
42
|
-
inkscape:window-width="1475"
|
|
43
|
-
inkscape:window-height="823"
|
|
44
|
-
id="namedview1012"
|
|
45
|
-
showgrid="false"
|
|
46
|
-
inkscape:zoom="10.065281"
|
|
47
|
-
inkscape:cx="25.024751"
|
|
48
|
-
inkscape:cy="27.10828"
|
|
49
|
-
inkscape:window-x="2217"
|
|
50
|
-
inkscape:window-y="40"
|
|
51
|
-
inkscape:window-maximized="0"
|
|
52
|
-
inkscape:current-layer="svg1010" />
|
|
53
|
-
<circle
|
|
54
|
-
style="fill:#ff7f00;fill-opacity:0.5"
|
|
55
|
-
cx="39.478168"
|
|
56
|
-
cy="3.0780215"
|
|
57
|
-
r="28"
|
|
58
|
-
fill="#ff7f00"
|
|
59
|
-
id="circle1002"
|
|
60
|
-
transform="rotate(40.5418)" />
|
|
61
|
-
<path
|
|
62
|
-
d="M 7.0739713,30.052851 36.470747,42.03811 32.79761,8.5449145"
|
|
63
|
-
fill="none"
|
|
64
|
-
stroke="#ffffff"
|
|
65
|
-
stroke-width="5"
|
|
66
|
-
id="path1004"
|
|
67
|
-
inkscape:connector-curvature="0" />
|
|
68
|
-
<path
|
|
69
|
-
d="M 24.504176,23.207078 A 11.982,11.982 0 0 0 14.703889,30.71405"
|
|
70
|
-
fill="none"
|
|
71
|
-
stroke="#ffffff"
|
|
72
|
-
stroke-width="2.99624"
|
|
73
|
-
id="path1006"
|
|
74
|
-
inkscape:connector-curvature="0" />
|
|
75
|
-
<path
|
|
76
|
-
d="m 29.818019,22.808373 -6.184253,4.599385 -0.540707,-8.363197 z"
|
|
77
|
-
fill="#ffffff"
|
|
78
|
-
id="path1008"
|
|
79
|
-
inkscape:connector-curvature="0" />
|
|
80
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
viewBox="0 0 56 56"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
clip-rule="evenodd"
|
|
13
|
+
stroke-miterlimit="5"
|
|
14
|
+
version="1.1"
|
|
15
|
+
id="svg1010"
|
|
16
|
+
sodipodi:docname="tilt-rotate.ts.svg"
|
|
17
|
+
inkscape:version="1.0rc1 (09960d6, 2020-04-09)">
|
|
18
|
+
<metadata
|
|
19
|
+
id="metadata1016">
|
|
20
|
+
<rdf:RDF>
|
|
21
|
+
<cc:Work
|
|
22
|
+
rdf:about="">
|
|
23
|
+
<dc:format>image/svg+xml</dc:format>
|
|
24
|
+
<dc:type
|
|
25
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
26
|
+
<dc:title />
|
|
27
|
+
</cc:Work>
|
|
28
|
+
</rdf:RDF>
|
|
29
|
+
</metadata>
|
|
30
|
+
<defs
|
|
31
|
+
id="defs1014" />
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
inkscape:document-rotation="0"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1"
|
|
37
|
+
objecttolerance="10"
|
|
38
|
+
gridtolerance="10"
|
|
39
|
+
guidetolerance="10"
|
|
40
|
+
inkscape:pageopacity="0"
|
|
41
|
+
inkscape:pageshadow="2"
|
|
42
|
+
inkscape:window-width="1475"
|
|
43
|
+
inkscape:window-height="823"
|
|
44
|
+
id="namedview1012"
|
|
45
|
+
showgrid="false"
|
|
46
|
+
inkscape:zoom="10.065281"
|
|
47
|
+
inkscape:cx="25.024751"
|
|
48
|
+
inkscape:cy="27.10828"
|
|
49
|
+
inkscape:window-x="2217"
|
|
50
|
+
inkscape:window-y="40"
|
|
51
|
+
inkscape:window-maximized="0"
|
|
52
|
+
inkscape:current-layer="svg1010" />
|
|
53
|
+
<circle
|
|
54
|
+
style="fill:#ff7f00;fill-opacity:0.5"
|
|
55
|
+
cx="39.478168"
|
|
56
|
+
cy="3.0780215"
|
|
57
|
+
r="28"
|
|
58
|
+
fill="#ff7f00"
|
|
59
|
+
id="circle1002"
|
|
60
|
+
transform="rotate(40.5418)" />
|
|
61
|
+
<path
|
|
62
|
+
d="M 7.0739713,30.052851 36.470747,42.03811 32.79761,8.5449145"
|
|
63
|
+
fill="none"
|
|
64
|
+
stroke="#ffffff"
|
|
65
|
+
stroke-width="5"
|
|
66
|
+
id="path1004"
|
|
67
|
+
inkscape:connector-curvature="0" />
|
|
68
|
+
<path
|
|
69
|
+
d="M 24.504176,23.207078 A 11.982,11.982 0 0 0 14.703889,30.71405"
|
|
70
|
+
fill="none"
|
|
71
|
+
stroke="#ffffff"
|
|
72
|
+
stroke-width="2.99624"
|
|
73
|
+
id="path1006"
|
|
74
|
+
inkscape:connector-curvature="0" />
|
|
75
|
+
<path
|
|
76
|
+
d="m 29.818019,22.808373 -6.184253,4.599385 -0.540707,-8.363197 z"
|
|
77
|
+
fill="#ffffff"
|
|
78
|
+
id="path1008"
|
|
79
|
+
inkscape:connector-curvature="0" />
|
|
80
|
+
</svg>
|
|
@@ -1,117 +1,117 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
5
|
-
width="358.131px" height="205.837px" viewBox="0 0 358.131 205.837" enable-background="new 0 0 358.131 205.837"
|
|
6
|
-
xml:space="preserve">
|
|
7
|
-
<circle fill="#FFFFFF" stroke="#000000" stroke-miterlimit="10" cx="215.758" cy="120.717" r="66.667"/>
|
|
8
|
-
<text transform="matrix(1 0 0 1 281.7227 155.3633)" font-family="'MyriadPro-Regular'" font-size="6">earth radius</text>
|
|
9
|
-
<text transform="matrix(1 0 0 1 189.9106 104.9185)" font-family="'MyriadPro-Regular'" font-size="6">world z</text>
|
|
10
|
-
<g>
|
|
11
|
-
<g>
|
|
12
|
-
<g>
|
|
13
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="215.757" y1="120.717" x2="215.757" y2="104.72"/>
|
|
14
|
-
<g>
|
|
15
|
-
<polygon points="218.236,105.449 215.744,101.131 213.25,105.449 "/>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
<circle stroke="#000000" stroke-miterlimit="10" cx="215.757" cy="119.157" r="1.56"/>
|
|
20
|
-
<g>
|
|
21
|
-
<g>
|
|
22
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="217.317" y1="119.157" x2="230.652" y2="119.157"/>
|
|
23
|
-
<g>
|
|
24
|
-
<polygon points="229.922,121.636 234.24,119.144 229.922,116.65 "/>
|
|
25
|
-
</g>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
<text transform="matrix(1 0 0 1 240.1548 120.7173)" font-family="'MyriadPro-Regular'" font-size="6">world x</text>
|
|
30
|
-
<g>
|
|
31
|
-
|
|
32
|
-
<rect x="271.779" y="49.442" transform="matrix(0.7071 0.7071 -0.7071 0.7071 129.4706 -189.1521)" fill="#FFFFFF" stroke="#000000" stroke-miterlimit="10" width="42.565" height="24.534"/>
|
|
33
|
-
<g>
|
|
34
|
-
<g>
|
|
35
|
-
<g>
|
|
36
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="291.736" y1="62.65" x2="303.048" y2="51.338"/>
|
|
37
|
-
<g>
|
|
38
|
-
<polygon points="304.285,53.607 305.575,48.792 300.759,50.082 "/>
|
|
39
|
-
</g>
|
|
40
|
-
</g>
|
|
41
|
-
</g>
|
|
42
|
-
<circle stroke="#000000" stroke-miterlimit="10" cx="292.839" cy="61.547" r="1.56"/>
|
|
43
|
-
<g>
|
|
44
|
-
<g>
|
|
45
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="293.942" y1="62.65" x2="303.371" y2="72.079"/>
|
|
46
|
-
<g>
|
|
47
|
-
<polygon points="301.102,73.316 305.917,74.606 304.627,69.791 "/>
|
|
48
|
-
</g>
|
|
49
|
-
</g>
|
|
50
|
-
</g>
|
|
51
|
-
</g>
|
|
52
|
-
</g>
|
|
53
|
-
<text transform="matrix(1 0 0 1 308.4932 85.4316)" font-family="'MyriadPro-Regular'" font-size="6">i3s component</text>
|
|
54
|
-
<g>
|
|
55
|
-
<rect x="194.475" y="15.922" fill="#FFFFFF" width="42.565" height="24.534"/>
|
|
56
|
-
<g>
|
|
57
|
-
<polyline fill="none" stroke="#000000" stroke-miterlimit="10" points="237.04,38.956 237.04,40.456 235.54,40.456 "/>
|
|
58
|
-
|
|
59
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="3.0435,3.0435" x1="232.496" y1="40.456" x2="197.497" y2="40.456"/>
|
|
60
|
-
<polyline fill="none" stroke="#000000" stroke-miterlimit="10" points="195.975,40.456 194.475,40.456 194.475,38.956 "/>
|
|
61
|
-
|
|
62
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="3.0762,3.0762" x1="194.475" y1="35.88" x2="194.475" y2="18.96"/>
|
|
63
|
-
<polyline fill="none" stroke="#000000" stroke-miterlimit="10" points="194.475,17.422 194.475,15.922 195.975,15.922 "/>
|
|
64
|
-
|
|
65
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="3.0435,3.0435" x1="199.018" y1="15.922" x2="234.018" y2="15.922"/>
|
|
66
|
-
<polyline fill="none" stroke="#000000" stroke-miterlimit="10" points="235.54,15.922 237.04,15.922 237.04,17.422 "/>
|
|
67
|
-
|
|
68
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="3.0762,3.0762" x1="237.04" y1="20.499" x2="237.04" y2="37.418"/>
|
|
69
|
-
</g>
|
|
70
|
-
</g>
|
|
71
|
-
<g>
|
|
72
|
-
<g>
|
|
73
|
-
<g>
|
|
74
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="215.485" y1="29.792" x2="215.485" y2="13.795"/>
|
|
75
|
-
<g>
|
|
76
|
-
<polygon points="217.964,14.525 215.472,10.207 212.979,14.524 "/>
|
|
77
|
-
</g>
|
|
78
|
-
</g>
|
|
79
|
-
</g>
|
|
80
|
-
<circle stroke="#000000" stroke-miterlimit="10" cx="215.485" cy="28.233" r="1.56"/>
|
|
81
|
-
<g>
|
|
82
|
-
<g>
|
|
83
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="217.045" y1="28.233" x2="230.379" y2="28.233"/>
|
|
84
|
-
<g>
|
|
85
|
-
<polygon points="229.65,30.712 233.967,28.219 229.65,25.726 "/>
|
|
86
|
-
</g>
|
|
87
|
-
</g>
|
|
88
|
-
</g>
|
|
89
|
-
</g>
|
|
90
|
-
<text transform="matrix(0.9982 0 0 1 7.3267 20.6519)"><tspan x="0" y="0" fill="#ED1C24" font-family="'MyriadPro-Regular'" font-size="6">transformation at which global offsets are computed is not the true</tspan><tspan x="0" y="7.2" fill="#ED1C24" font-family="'MyriadPro-Regular'" font-size="6">i3s world transformation. The component is moved along world z to</tspan><tspan x="0" y="14.4" fill="#ED1C24" font-family="'MyriadPro-Regular'" font-size="6">the right elevation of the components local origin.</tspan></text>
|
|
91
|
-
<g>
|
|
92
|
-
<g>
|
|
93
|
-
<line fill="none" stroke="#ED1C24" stroke-miterlimit="10" x1="179.261" y1="26.672" x2="186.314" y2="26.672"/>
|
|
94
|
-
<g>
|
|
95
|
-
<polygon fill="#ED1C24" points="185.584,29.151 189.902,26.658 185.584,24.165 "/>
|
|
96
|
-
</g>
|
|
97
|
-
</g>
|
|
98
|
-
</g>
|
|
99
|
-
<text transform="matrix(1 0 0 1 167.3262 44.271)" font-family="'MyriadPro-Regular'" font-size="6">world min</text>
|
|
100
|
-
<text transform="matrix(1 0 0 1 240.1548 16.7446)" font-family="'MyriadPro-Regular'" font-size="6">world max</text>
|
|
101
|
-
<g>
|
|
102
|
-
<g opacity="0.49">
|
|
103
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="188.933" y1="20" x2="189.18" y2="20.969"/>
|
|
104
|
-
|
|
105
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="1.9672,1.9672" x1="189.666" y1="22.875" x2="213.707" y2="117.235"/>
|
|
106
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="213.95" y1="118.188" x2="214.197" y2="119.157"/>
|
|
107
|
-
</g>
|
|
108
|
-
</g>
|
|
109
|
-
<g>
|
|
110
|
-
<g opacity="0.48">
|
|
111
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="240.155" y1="0.945" x2="239.953" y2="1.925"/>
|
|
112
|
-
|
|
113
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="2.0119,2.0119" x1="239.546" y1="3.895" x2="216.163" y2="117.193"/>
|
|
114
|
-
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="215.959" y1="118.178" x2="215.757" y2="119.157"/>
|
|
115
|
-
</g>
|
|
116
|
-
</g>
|
|
117
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
5
|
+
width="358.131px" height="205.837px" viewBox="0 0 358.131 205.837" enable-background="new 0 0 358.131 205.837"
|
|
6
|
+
xml:space="preserve">
|
|
7
|
+
<circle fill="#FFFFFF" stroke="#000000" stroke-miterlimit="10" cx="215.758" cy="120.717" r="66.667"/>
|
|
8
|
+
<text transform="matrix(1 0 0 1 281.7227 155.3633)" font-family="'MyriadPro-Regular'" font-size="6">earth radius</text>
|
|
9
|
+
<text transform="matrix(1 0 0 1 189.9106 104.9185)" font-family="'MyriadPro-Regular'" font-size="6">world z</text>
|
|
10
|
+
<g>
|
|
11
|
+
<g>
|
|
12
|
+
<g>
|
|
13
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="215.757" y1="120.717" x2="215.757" y2="104.72"/>
|
|
14
|
+
<g>
|
|
15
|
+
<polygon points="218.236,105.449 215.744,101.131 213.25,105.449 "/>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
<circle stroke="#000000" stroke-miterlimit="10" cx="215.757" cy="119.157" r="1.56"/>
|
|
20
|
+
<g>
|
|
21
|
+
<g>
|
|
22
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="217.317" y1="119.157" x2="230.652" y2="119.157"/>
|
|
23
|
+
<g>
|
|
24
|
+
<polygon points="229.922,121.636 234.24,119.144 229.922,116.65 "/>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
<text transform="matrix(1 0 0 1 240.1548 120.7173)" font-family="'MyriadPro-Regular'" font-size="6">world x</text>
|
|
30
|
+
<g>
|
|
31
|
+
|
|
32
|
+
<rect x="271.779" y="49.442" transform="matrix(0.7071 0.7071 -0.7071 0.7071 129.4706 -189.1521)" fill="#FFFFFF" stroke="#000000" stroke-miterlimit="10" width="42.565" height="24.534"/>
|
|
33
|
+
<g>
|
|
34
|
+
<g>
|
|
35
|
+
<g>
|
|
36
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="291.736" y1="62.65" x2="303.048" y2="51.338"/>
|
|
37
|
+
<g>
|
|
38
|
+
<polygon points="304.285,53.607 305.575,48.792 300.759,50.082 "/>
|
|
39
|
+
</g>
|
|
40
|
+
</g>
|
|
41
|
+
</g>
|
|
42
|
+
<circle stroke="#000000" stroke-miterlimit="10" cx="292.839" cy="61.547" r="1.56"/>
|
|
43
|
+
<g>
|
|
44
|
+
<g>
|
|
45
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="293.942" y1="62.65" x2="303.371" y2="72.079"/>
|
|
46
|
+
<g>
|
|
47
|
+
<polygon points="301.102,73.316 305.917,74.606 304.627,69.791 "/>
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
50
|
+
</g>
|
|
51
|
+
</g>
|
|
52
|
+
</g>
|
|
53
|
+
<text transform="matrix(1 0 0 1 308.4932 85.4316)" font-family="'MyriadPro-Regular'" font-size="6">i3s component</text>
|
|
54
|
+
<g>
|
|
55
|
+
<rect x="194.475" y="15.922" fill="#FFFFFF" width="42.565" height="24.534"/>
|
|
56
|
+
<g>
|
|
57
|
+
<polyline fill="none" stroke="#000000" stroke-miterlimit="10" points="237.04,38.956 237.04,40.456 235.54,40.456 "/>
|
|
58
|
+
|
|
59
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="3.0435,3.0435" x1="232.496" y1="40.456" x2="197.497" y2="40.456"/>
|
|
60
|
+
<polyline fill="none" stroke="#000000" stroke-miterlimit="10" points="195.975,40.456 194.475,40.456 194.475,38.956 "/>
|
|
61
|
+
|
|
62
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="3.0762,3.0762" x1="194.475" y1="35.88" x2="194.475" y2="18.96"/>
|
|
63
|
+
<polyline fill="none" stroke="#000000" stroke-miterlimit="10" points="194.475,17.422 194.475,15.922 195.975,15.922 "/>
|
|
64
|
+
|
|
65
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="3.0435,3.0435" x1="199.018" y1="15.922" x2="234.018" y2="15.922"/>
|
|
66
|
+
<polyline fill="none" stroke="#000000" stroke-miterlimit="10" points="235.54,15.922 237.04,15.922 237.04,17.422 "/>
|
|
67
|
+
|
|
68
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="3.0762,3.0762" x1="237.04" y1="20.499" x2="237.04" y2="37.418"/>
|
|
69
|
+
</g>
|
|
70
|
+
</g>
|
|
71
|
+
<g>
|
|
72
|
+
<g>
|
|
73
|
+
<g>
|
|
74
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="215.485" y1="29.792" x2="215.485" y2="13.795"/>
|
|
75
|
+
<g>
|
|
76
|
+
<polygon points="217.964,14.525 215.472,10.207 212.979,14.524 "/>
|
|
77
|
+
</g>
|
|
78
|
+
</g>
|
|
79
|
+
</g>
|
|
80
|
+
<circle stroke="#000000" stroke-miterlimit="10" cx="215.485" cy="28.233" r="1.56"/>
|
|
81
|
+
<g>
|
|
82
|
+
<g>
|
|
83
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="217.045" y1="28.233" x2="230.379" y2="28.233"/>
|
|
84
|
+
<g>
|
|
85
|
+
<polygon points="229.65,30.712 233.967,28.219 229.65,25.726 "/>
|
|
86
|
+
</g>
|
|
87
|
+
</g>
|
|
88
|
+
</g>
|
|
89
|
+
</g>
|
|
90
|
+
<text transform="matrix(0.9982 0 0 1 7.3267 20.6519)"><tspan x="0" y="0" fill="#ED1C24" font-family="'MyriadPro-Regular'" font-size="6">transformation at which global offsets are computed is not the true</tspan><tspan x="0" y="7.2" fill="#ED1C24" font-family="'MyriadPro-Regular'" font-size="6">i3s world transformation. The component is moved along world z to</tspan><tspan x="0" y="14.4" fill="#ED1C24" font-family="'MyriadPro-Regular'" font-size="6">the right elevation of the components local origin.</tspan></text>
|
|
91
|
+
<g>
|
|
92
|
+
<g>
|
|
93
|
+
<line fill="none" stroke="#ED1C24" stroke-miterlimit="10" x1="179.261" y1="26.672" x2="186.314" y2="26.672"/>
|
|
94
|
+
<g>
|
|
95
|
+
<polygon fill="#ED1C24" points="185.584,29.151 189.902,26.658 185.584,24.165 "/>
|
|
96
|
+
</g>
|
|
97
|
+
</g>
|
|
98
|
+
</g>
|
|
99
|
+
<text transform="matrix(1 0 0 1 167.3262 44.271)" font-family="'MyriadPro-Regular'" font-size="6">world min</text>
|
|
100
|
+
<text transform="matrix(1 0 0 1 240.1548 16.7446)" font-family="'MyriadPro-Regular'" font-size="6">world max</text>
|
|
101
|
+
<g>
|
|
102
|
+
<g opacity="0.49">
|
|
103
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="188.933" y1="20" x2="189.18" y2="20.969"/>
|
|
104
|
+
|
|
105
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="1.9672,1.9672" x1="189.666" y1="22.875" x2="213.707" y2="117.235"/>
|
|
106
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="213.95" y1="118.188" x2="214.197" y2="119.157"/>
|
|
107
|
+
</g>
|
|
108
|
+
</g>
|
|
109
|
+
<g>
|
|
110
|
+
<g opacity="0.48">
|
|
111
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="240.155" y1="0.945" x2="239.953" y2="1.925"/>
|
|
112
|
+
|
|
113
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray="2.0119,2.0119" x1="239.546" y1="3.895" x2="216.163" y2="117.193"/>
|
|
114
|
+
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="215.959" y1="118.178" x2="215.757" y2="119.157"/>
|
|
115
|
+
</g>
|
|
116
|
+
</g>
|
|
117
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="256" height="256" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<circle cx="128" cy="128" r="121"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="256" height="256" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<circle cx="128" cy="128" r="121"/>
|
|
5
|
+
</svg>
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
|
|
4
|
-
<g transform="matrix(1.04167,0,0,1.04167,-5.33333,-5.33333)">
|
|
5
|
-
<path d="M128,8C194.23,8 248,61.77 248,128C248,194.23 194.23,248 128,248C61.77,248 8,194.23 8,128C8,61.77 61.77,8 128,8ZM128,16C189.814,16 240,66.186 240,128C240,189.814 189.814,240 128,240C66.186,240 16,189.814 16,128C16,66.186 66.186,16 128,16Z" style="fill:url(#_Linear1);stroke:black;stroke-opacity:0.5;stroke-width:0.96px;"/>
|
|
6
|
-
<g transform="matrix(-0.968,-1.18546e-16,1.18546e-16,-0.968,251.904,251.904)">
|
|
7
|
-
<path d="M128,8C194.23,8 248,61.77 248,128C248,194.23 194.23,248 128,248C61.77,248 8,194.23 8,128C8,61.77 61.77,8 128,8ZM128,12.298C191.857,12.298 243.702,64.143 243.702,128C243.702,191.857 191.857,243.702 128,243.702C64.143,243.702 12.298,191.857 12.298,128C12.298,64.143 64.143,12.298 128,12.298Z" style="fill:url(#_Linear2);"/>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
10
|
-
<g transform="matrix(1.04167,0,0,1.04167,-5.33333,-5.33333)">
|
|
11
|
-
<circle cx="128" cy="128" r="112" style="fill:url(#_Radial3);"/>
|
|
12
|
-
</g>
|
|
13
|
-
<g transform="matrix(1.04167,0,0,1.04167,-5.33333,-5.33333)">
|
|
14
|
-
<path d="M128,20C219.884,21.811 235,108 235,108C235,108 189.814,80 128,80C66.186,80 21,108 21,108C21,108 42.244,18.31 128,20Z" style="fill:url(#_Linear4);"/>
|
|
15
|
-
</g>
|
|
16
|
-
<g transform="matrix(1.04167,0,0,1.04167,-272,-5.33333)">
|
|
17
|
-
<g transform="matrix(6.12323e-17,1,-1,6.12323e-17,511.5,8.88178e-16)">
|
|
18
|
-
<path d="M128,131.56L128,158" style="fill:none;stroke:black;stroke-width:0.96px;stroke-linecap:butt;"/>
|
|
19
|
-
</g>
|
|
20
|
-
<g transform="matrix(6.12323e-17,1,-1,6.12323e-17,544.14,2.84217e-14)">
|
|
21
|
-
<path d="M128,129.64L128,156.08" style="fill:none;stroke:black;stroke-width:0.96px;stroke-linecap:butt;"/>
|
|
22
|
-
</g>
|
|
23
|
-
<g transform="matrix(-1,1.22465e-16,-1.22465e-16,-1,512,255.5)">
|
|
24
|
-
<path d="M128,131.56L128,158" style="fill:none;stroke:black;stroke-width:0.96px;stroke-linecap:butt;"/>
|
|
25
|
-
</g>
|
|
26
|
-
<g transform="matrix(-1,1.22465e-16,-1.22465e-16,-1,512,288.14)">
|
|
27
|
-
<path d="M128,129.64L128,156.08" style="fill:none;stroke:black;stroke-width:0.96px;stroke-linecap:butt;"/>
|
|
28
|
-
</g>
|
|
29
|
-
</g>
|
|
30
|
-
<defs>
|
|
31
|
-
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(160.319,175.679,-175.679,160.319,48.3198,40.6399)"><stop offset="0" style="stop-color:white;stop-opacity:1"/><stop offset="1" style="stop-color:rgb(218,218,218);stop-opacity:1"/></linearGradient>
|
|
32
|
-
<linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(160.319,175.679,-175.679,160.319,48.3198,40.6399)"><stop offset="0" style="stop-color:white;stop-opacity:1"/><stop offset="1" style="stop-color:rgb(154,154,154);stop-opacity:1"/></linearGradient>
|
|
33
|
-
<radialGradient id="_Radial3" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(165,-1,1,165,128,211)"><stop offset="0" style="stop-color:white;stop-opacity:0.44"/><stop offset="1" style="stop-color:white;stop-opacity:0"/></radialGradient>
|
|
34
|
-
<linearGradient id="_Linear4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3.67539e-15,-60.0236,60.0236,3.67539e-15,128,80)"><stop offset="0" style="stop-color:white;stop-opacity:0.05"/><stop offset="1" style="stop-color:white;stop-opacity:0.4"/></linearGradient>
|
|
35
|
-
</defs>
|
|
36
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
|
|
4
|
+
<g transform="matrix(1.04167,0,0,1.04167,-5.33333,-5.33333)">
|
|
5
|
+
<path d="M128,8C194.23,8 248,61.77 248,128C248,194.23 194.23,248 128,248C61.77,248 8,194.23 8,128C8,61.77 61.77,8 128,8ZM128,16C189.814,16 240,66.186 240,128C240,189.814 189.814,240 128,240C66.186,240 16,189.814 16,128C16,66.186 66.186,16 128,16Z" style="fill:url(#_Linear1);stroke:black;stroke-opacity:0.5;stroke-width:0.96px;"/>
|
|
6
|
+
<g transform="matrix(-0.968,-1.18546e-16,1.18546e-16,-0.968,251.904,251.904)">
|
|
7
|
+
<path d="M128,8C194.23,8 248,61.77 248,128C248,194.23 194.23,248 128,248C61.77,248 8,194.23 8,128C8,61.77 61.77,8 128,8ZM128,12.298C191.857,12.298 243.702,64.143 243.702,128C243.702,191.857 191.857,243.702 128,243.702C64.143,243.702 12.298,191.857 12.298,128C12.298,64.143 64.143,12.298 128,12.298Z" style="fill:url(#_Linear2);"/>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
<g transform="matrix(1.04167,0,0,1.04167,-5.33333,-5.33333)">
|
|
11
|
+
<circle cx="128" cy="128" r="112" style="fill:url(#_Radial3);"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g transform="matrix(1.04167,0,0,1.04167,-5.33333,-5.33333)">
|
|
14
|
+
<path d="M128,20C219.884,21.811 235,108 235,108C235,108 189.814,80 128,80C66.186,80 21,108 21,108C21,108 42.244,18.31 128,20Z" style="fill:url(#_Linear4);"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g transform="matrix(1.04167,0,0,1.04167,-272,-5.33333)">
|
|
17
|
+
<g transform="matrix(6.12323e-17,1,-1,6.12323e-17,511.5,8.88178e-16)">
|
|
18
|
+
<path d="M128,131.56L128,158" style="fill:none;stroke:black;stroke-width:0.96px;stroke-linecap:butt;"/>
|
|
19
|
+
</g>
|
|
20
|
+
<g transform="matrix(6.12323e-17,1,-1,6.12323e-17,544.14,2.84217e-14)">
|
|
21
|
+
<path d="M128,129.64L128,156.08" style="fill:none;stroke:black;stroke-width:0.96px;stroke-linecap:butt;"/>
|
|
22
|
+
</g>
|
|
23
|
+
<g transform="matrix(-1,1.22465e-16,-1.22465e-16,-1,512,255.5)">
|
|
24
|
+
<path d="M128,131.56L128,158" style="fill:none;stroke:black;stroke-width:0.96px;stroke-linecap:butt;"/>
|
|
25
|
+
</g>
|
|
26
|
+
<g transform="matrix(-1,1.22465e-16,-1.22465e-16,-1,512,288.14)">
|
|
27
|
+
<path d="M128,129.64L128,156.08" style="fill:none;stroke:black;stroke-width:0.96px;stroke-linecap:butt;"/>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
<defs>
|
|
31
|
+
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(160.319,175.679,-175.679,160.319,48.3198,40.6399)"><stop offset="0" style="stop-color:white;stop-opacity:1"/><stop offset="1" style="stop-color:rgb(218,218,218);stop-opacity:1"/></linearGradient>
|
|
32
|
+
<linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(160.319,175.679,-175.679,160.319,48.3198,40.6399)"><stop offset="0" style="stop-color:white;stop-opacity:1"/><stop offset="1" style="stop-color:rgb(154,154,154);stop-opacity:1"/></linearGradient>
|
|
33
|
+
<radialGradient id="_Radial3" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(165,-1,1,165,128,211)"><stop offset="0" style="stop-color:white;stop-opacity:0.44"/><stop offset="1" style="stop-color:white;stop-opacity:0"/></radialGradient>
|
|
34
|
+
<linearGradient id="_Linear4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3.67539e-15,-60.0236,60.0236,3.67539e-15,128,80)"><stop offset="0" style="stop-color:white;stop-opacity:0.05"/><stop offset="1" style="stop-color:white;stop-opacity:0.4"/></linearGradient>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|