@geoscene/core 4.33.13 → 4.33.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/README.md +25 -25
  2. package/assets/geoscene/core/workers/chunks/0229c573fa8a2fff2d8b.js +1 -1
  3. package/assets/geoscene/core/workers/chunks/17fcdaeb42e932712096.js +1 -1
  4. package/assets/geoscene/core/workers/chunks/29fb64826bb1351aca8d.js +1 -1
  5. package/assets/geoscene/core/workers/chunks/306e262f148b3057b11b.js +1 -1
  6. package/assets/geoscene/core/workers/chunks/54f981fe0f8851767be9.js +1 -1
  7. package/assets/geoscene/core/workers/chunks/58b2dc0ec977af7413b0.js +1 -1
  8. package/assets/geoscene/core/workers/chunks/73ddb356121add556994.js +1 -1
  9. package/assets/geoscene/core/workers/chunks/77342fa644507f57c41a.js +1 -1
  10. package/assets/geoscene/core/workers/chunks/7e1906d35a764f7f10b0.js +1 -1
  11. package/assets/geoscene/core/workers/chunks/88b7265270feede80e1d.js +1 -1
  12. package/assets/geoscene/core/workers/chunks/8a87c181b85d0b86b9bb.js +1 -1
  13. package/assets/geoscene/core/workers/chunks/aad9a693813b47a51530.js +1 -1
  14. package/assets/geoscene/core/workers/chunks/ac03f1b2402598b394d5.js +1 -1
  15. package/assets/geoscene/core/workers/chunks/d568070513f2b98fd9b5.js +1 -1
  16. package/assets/geoscene/core/workers/chunks/f3b51aa0a1a8fc3b231c.js +1 -1
  17. package/assets/geoscene/css/main.scss +1 -1
  18. package/assets/geoscene/css/view.scss +1 -1
  19. package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
  20. package/assets/geoscene/themes/base/_functions.scss +23 -23
  21. package/assets/geoscene/themes/base/_layout.scss +11 -11
  22. package/assets/geoscene/themes/base/_sizes.scss +130 -130
  23. package/assets/geoscene/themes/base/_type.scss +25 -25
  24. package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
  25. package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
  26. package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
  27. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
  28. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
  29. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
  30. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
  31. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
  32. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
  33. package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
  34. package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
  35. package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
  36. package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
  37. package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
  38. package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
  39. package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
  40. package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
  41. package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
  42. package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
  43. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
  44. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
  45. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
  46. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
  47. package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
  48. package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
  49. package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
  50. package/assets/geoscene/themes/base/widgets/_AreaMeasurement2D.scss +7 -7
  51. package/assets/geoscene/themes/base/widgets/_AreaMeasurement3D.scss +7 -7
  52. package/assets/geoscene/themes/base/widgets/_DirectLineMeasurement3D.scss +7 -7
  53. package/assets/geoscene/themes/base/widgets/_DistanceMeasurement2D.scss +7 -7
  54. package/assets/geoscene/themes/base/widgets/_Measurement.scss +7 -7
  55. package/assets/geoscene/themes/light/view.scss +9 -9
  56. package/assets/geoscene/views/3d/analysis/images/heading-rotate.ts.svg +10 -10
  57. package/assets/geoscene/views/3d/analysis/images/tilt-rotate.ts.svg +11 -11
  58. package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
  59. package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
  60. package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
  61. package/copyright.txt +1700 -1700
  62. package/core/Accessor.js +1 -1
  63. package/geometry/operators/graphicBufferOperator.d.ts +4 -4
  64. package/geometry/support/meshUtils.js +1 -1
  65. package/layers/support/rasterDatasets/ImageServerRaster.js +1 -1
  66. package/package.json +34 -34
  67. package/portal/support/portalLayers.js +1 -1
  68. package/rest/networks/queryAssociations.js +1 -1
  69. package/symbols/WebStyleSymbol.js +1 -1
  70. package/views/View2D.js +1 -1
@@ -1,7 +1,7 @@
1
- /* stylelint-disable-next-line block-no-empty */
2
- @mixin areaMeasurement2D() {
3
- }
4
-
5
- @if $include_AreaMeasurement2D == true {
6
- @include areaMeasurement2D();
7
- }
1
+ /* stylelint-disable-next-line block-no-empty */
2
+ @mixin areaMeasurement2D() {
3
+ }
4
+
5
+ @if $include_AreaMeasurement2D == true {
6
+ @include areaMeasurement2D();
7
+ }
@@ -1,7 +1,7 @@
1
- /* stylelint-disable-next-line block-no-empty */
2
- @mixin areaMeasurement3D() {
3
- }
4
-
5
- @if $include_AreaMeasurement3D == true {
6
- @include areaMeasurement3D();
7
- }
1
+ /* stylelint-disable-next-line block-no-empty */
2
+ @mixin areaMeasurement3D() {
3
+ }
4
+
5
+ @if $include_AreaMeasurement3D == true {
6
+ @include areaMeasurement3D();
7
+ }
@@ -1,7 +1,7 @@
1
- /* stylelint-disable-next-line block-no-empty */
2
- @mixin directLineMeasurement3D() {
3
- }
4
-
5
- @if $include_DirectLineMeasurement3D == true {
6
- @include directLineMeasurement3D();
7
- }
1
+ /* stylelint-disable-next-line block-no-empty */
2
+ @mixin directLineMeasurement3D() {
3
+ }
4
+
5
+ @if $include_DirectLineMeasurement3D == true {
6
+ @include directLineMeasurement3D();
7
+ }
@@ -1,7 +1,7 @@
1
- /* stylelint-disable-next-line block-no-empty */
2
- @mixin distanceMeasurement2D() {
3
- }
4
-
5
- @if $include_DistanceMeasurement2D == true {
6
- @include distanceMeasurement2D();
7
- }
1
+ /* stylelint-disable-next-line block-no-empty */
2
+ @mixin distanceMeasurement2D() {
3
+ }
4
+
5
+ @if $include_DistanceMeasurement2D == true {
6
+ @include distanceMeasurement2D();
7
+ }
@@ -1,7 +1,7 @@
1
- /* stylelint-disable-next-line block-no-empty */
2
- @mixin measurement() {
3
- }
4
-
5
- @if $include_Measurement == true {
6
- @include measurement();
7
- }
1
+ /* stylelint-disable-next-line block-no-empty */
2
+ @mixin measurement() {
3
+ }
4
+
5
+ @if $include_Measurement == true {
6
+ @include measurement();
7
+ }
@@ -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,10 +1,10 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="56" height="56" fill="none" version="2.0" xmlns="http://www.w3.org/2000/svg">
3
- <style id="theme-style">.contrast-fill { fill:#fff; }
4
- .contrast-stroke { stroke:#ffffff; }
5
- .accent-fill { fill:#FF7F00; fill-opacity:0.5; }
6
- .accent-stroke { stroke:#FF7F00; stroke-opacity:0.5; }</style>
7
- <path class="accent-fill" d="m28 0a28 28 0 1 1 0 56 28 28 0 0 1 0-56z"/>
8
- <path class="contrast-stroke" 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-width="4.99"/>
9
- <path class="contrast-fill" d="m10.97 35.57 5.38 12.07 7.79-13.47-13.17 1.4z"/>
10
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="56" height="56" fill="none" version="2.0" xmlns="http://www.w3.org/2000/svg">
3
+ <style id="theme-style">.contrast-fill { fill:#fff; }
4
+ .contrast-stroke { stroke:#ffffff; }
5
+ .accent-fill { fill:#FF7F00; fill-opacity:0.5; }
6
+ .accent-stroke { stroke:#FF7F00; stroke-opacity:0.5; }</style>
7
+ <path class="accent-fill" d="m28 0a28 28 0 1 1 0 56 28 28 0 0 1 0-56z"/>
8
+ <path class="contrast-stroke" 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-width="4.99"/>
9
+ <path class="contrast-fill" d="m10.97 35.57 5.38 12.07 7.79-13.47-13.17 1.4z"/>
10
+ </svg>
@@ -1,11 +1,11 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="56" height="56" fill="none" version="2.0" xmlns="http://www.w3.org/2000/svg">
3
- <style id="theme-style">.contrast-fill { fill:#fff; }
4
- .contrast-stroke { stroke:#ffffff; }
5
- .accent-fill { fill:#FF7F00; fill-opacity:0.5; }
6
- .accent-stroke { stroke:#FF7F00; stroke-opacity:0.5; }</style>
7
- <circle class="accent-fill" transform="rotate(40.542)" cx="39.478" cy="3.078" r="28"/>
8
- <path class="contrast-stroke" d="m7.074 30.053 29.397 11.985-3.6731-33.493" fill="none" stroke-width="5"/>
9
- <path class="contrast-stroke contrast-fill" d="m24.504 23.207a11.982 11.982 0 0 0-9.8003 7.507" fill="none" stroke-width="2.9962"/>
10
- <path class="contrast-fill" d="m29.818 22.808-6.1843 4.5994-0.54071-8.3632z"/>
11
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="56" height="56" fill="none" version="2.0" xmlns="http://www.w3.org/2000/svg">
3
+ <style id="theme-style">.contrast-fill { fill:#fff; }
4
+ .contrast-stroke { stroke:#ffffff; }
5
+ .accent-fill { fill:#FF7F00; fill-opacity:0.5; }
6
+ .accent-stroke { stroke:#FF7F00; stroke-opacity:0.5; }</style>
7
+ <circle class="accent-fill" transform="rotate(40.542)" cx="39.478" cy="3.078" r="28"/>
8
+ <path class="contrast-stroke" d="m7.074 30.053 29.397 11.985-3.6731-33.493" fill="none" stroke-width="5"/>
9
+ <path class="contrast-stroke contrast-fill" d="m24.504 23.207a11.982 11.982 0 0 0-9.8003 7.507" fill="none" stroke-width="2.9962"/>
10
+ <path class="contrast-fill" d="m29.818 22.808-6.1843 4.5994-0.54071-8.3632z"/>
11
+ </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="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-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="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-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>