aurea-eden 1.25.1 → 1.26.0

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 (93) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +300 -95
  3. package/dist/bpmn-diagram.es.js +37516 -25040
  4. package/dist/bpmn-diagram.umd.js +13 -5790
  5. package/package.json +17 -8
  6. package/.gitattributes +0 -2
  7. package/.github/workflows/static.yml +0 -43
  8. package/CHANGELOG.md +0 -60
  9. package/README_.md +0 -174
  10. package/assets/3diagram_logo.png +0 -0
  11. package/assets/aurea-eden-logo.jpeg +0 -0
  12. package/assets/favicon/about.txt +0 -6
  13. package/assets/favicon/android-chrome-192x192.png +0 -0
  14. package/assets/favicon/android-chrome-512x512.png +0 -0
  15. package/assets/favicon/apple-touch-icon.png +0 -0
  16. package/assets/favicon/favicon-16x16.png +0 -0
  17. package/assets/favicon/favicon-32x32.png +0 -0
  18. package/assets/favicon/favicon.ico +0 -0
  19. package/assets/favicon/site.webmanifest +0 -1
  20. package/assets/threejs_camera.jpg.webp +0 -0
  21. package/assets/threejs_camera3.jpg.webp +0 -0
  22. package/assets/threejs_cameras.webp +0 -0
  23. package/assets/threejs_cameras2.webp +0 -0
  24. package/assets/threejs_objects.webp +0 -0
  25. package/assets/threejs_scene.webp +0 -0
  26. package/assets/threejs_scene_graph.webp +0 -0
  27. package/favicon.ico +0 -0
  28. package/index.html +0 -34
  29. package/index.js +0 -153
  30. package/lib/connectors/Connector.js +0 -47
  31. package/lib/diagrams/Diagram.js +0 -710
  32. package/lib/diagrams/DiagramConstants.js +0 -22
  33. package/lib/elements/Element.js +0 -860
  34. package/lib/materials/BarMaterial.js +0 -17
  35. package/lib/materials/DiagramEditMaterial.js +0 -28
  36. package/lib/notations/BpmnDiagram.js +0 -861
  37. package/lib/shapes/Shape.js +0 -23
  38. package/lib/shapes/bar/ValueBarConstants.js +0 -34
  39. package/lib/shapes/bar/ValueBarShape.js +0 -52
  40. package/lib/shapes/basic/BasicShapeConstants.js +0 -23
  41. package/lib/shapes/basic/BoxShape.js +0 -12
  42. package/lib/shapes/basic/CircleShape.js +0 -55
  43. package/lib/shapes/basic/DiamondShape.js +0 -169
  44. package/lib/shapes/basic/RoundedRectangleShape.js +0 -180
  45. package/lib/shapes/connector/ConnectorConstants.js +0 -7
  46. package/lib/shapes/connector/RoundedCornerOrthogonalConnectorShape.js +0 -229
  47. package/lib/shapes/icon/IconConstants.js +0 -7
  48. package/lib/shapes/icon/IconShape.js +0 -92
  49. package/lib/shapes/icon/bpmn/activities/ad-hoc-marker.svg +0 -50
  50. package/lib/shapes/icon/bpmn/activities/business-rule.svg +0 -92
  51. package/lib/shapes/icon/bpmn/activities/compensation-marker.svg +0 -50
  52. package/lib/shapes/icon/bpmn/activities/loop-marker.svg +0 -50
  53. package/lib/shapes/icon/bpmn/activities/manual.svg +0 -51
  54. package/lib/shapes/icon/bpmn/activities/parallel-mi-marker.svg +0 -70
  55. package/lib/shapes/icon/bpmn/activities/receive.svg +0 -77
  56. package/lib/shapes/icon/bpmn/activities/script.svg +0 -54
  57. package/lib/shapes/icon/bpmn/activities/send.svg +0 -86
  58. package/lib/shapes/icon/bpmn/activities/sequential-mi-marker.svg +0 -70
  59. package/lib/shapes/icon/bpmn/activities/service.svg +0 -58
  60. package/lib/shapes/icon/bpmn/activities/sub-process-marker.svg +0 -51
  61. package/lib/shapes/icon/bpmn/activities/user.svg +0 -50
  62. package/lib/shapes/icon/bpmn/events/compensation.svg +0 -47
  63. package/lib/shapes/icon/bpmn/events/conditional.svg +0 -47
  64. package/lib/shapes/icon/bpmn/events/error.svg +0 -47
  65. package/lib/shapes/icon/bpmn/events/escalation.svg +0 -47
  66. package/lib/shapes/icon/bpmn/events/intermediate-compensation.svg +0 -53
  67. package/lib/shapes/icon/bpmn/events/intermediate-conditional.svg +0 -53
  68. package/lib/shapes/icon/bpmn/events/intermediate-escalation.svg +0 -53
  69. package/lib/shapes/icon/bpmn/events/intermediate-link-catch.svg +0 -53
  70. package/lib/shapes/icon/bpmn/events/intermediate-link-throw.svg +0 -53
  71. package/lib/shapes/icon/bpmn/events/intermediate-receive.svg +0 -53
  72. package/lib/shapes/icon/bpmn/events/intermediate-send.svg +0 -69
  73. package/lib/shapes/icon/bpmn/events/intermediate-signal-catch.svg +0 -53
  74. package/lib/shapes/icon/bpmn/events/intermediate-signal-throw.svg +0 -53
  75. package/lib/shapes/icon/bpmn/events/intermediate-timer.svg +0 -107
  76. package/lib/shapes/icon/bpmn/events/intermediate.svg +0 -49
  77. package/lib/shapes/icon/bpmn/events/message-end.svg +0 -54
  78. package/lib/shapes/icon/bpmn/events/message-start.svg +0 -41
  79. package/lib/shapes/icon/bpmn/events/signal-end.svg +0 -47
  80. package/lib/shapes/icon/bpmn/events/signal-start.svg +0 -47
  81. package/lib/shapes/icon/bpmn/events/terminate.svg +0 -49
  82. package/lib/shapes/icon/bpmn/events/timer.svg +0 -104
  83. package/lib/shapes/icon/bpmn/gateways/complex.svg +0 -61
  84. package/lib/shapes/icon/bpmn/gateways/event-based.svg +0 -68
  85. package/lib/shapes/icon/bpmn/gateways/exclusive.svg +0 -57
  86. package/lib/shapes/icon/bpmn/gateways/inclusive.svg +0 -57
  87. package/lib/shapes/icon/bpmn/gateways/parallel.svg +0 -56
  88. package/lib/shapes/icon/decorators.svg +0 -262
  89. package/lib/shapes/icon/hexagon.svg +0 -5
  90. package/lib/shapes/text/Roboto_Regular.json +0 -5610
  91. package/lib/shapes/text/TextShape.js +0 -29
  92. package/lib/shapes/text/fonts/Roboto.zip +0 -0
  93. package/vite.config.js +0 -15
@@ -1,229 +0,0 @@
1
- import * as THREE from 'three';
2
- import { Shape } from '../Shape.js';
3
- import { DiagramEditMaterial } from '../../materials/DiagramEditMaterial.js';
4
- import { ExtrusionParameters, Colors } from '../../diagrams/DiagramConstants.js';
5
- import { ConnectorDimensions } from './ConnectorConstants.js';
6
-
7
- class RoundedCornerOrthogonalConnectorShape extends Shape {
8
- constructor(connectorPoints) {
9
- const outerRadius = ConnectorDimensions.CONNECTOR_OUTER_RADIUS;
10
- const innerRadius = ConnectorDimensions.CONNECTOR_INNER_RADIUS;
11
- const lineWidth = ConnectorDimensions.CONNECTOR_LINE_WIDTH;
12
- const arrowheadWidth = ConnectorDimensions.CONNECTOR_ARROWHEAD_WIDTH;
13
- const arrowheadLength = ConnectorDimensions.CONNECTOR_ARROWHEAD_LENGTH;
14
- const width = lineWidth / 2;
15
- const color = Colors.ELEMENT_STROKE;
16
- const extrudeSettings = ExtrusionParameters;
17
-
18
- var connectorShape = new THREE.Shape();
19
-
20
- // draw the end of the first segment
21
- if (connectorPoints[0].y == connectorPoints[1].y
22
- && connectorPoints[0].x < connectorPoints[1].x) { // horizontal segment right
23
- connectorShape.moveTo(connectorPoints[0].x, connectorPoints[0].y + width);
24
- connectorShape.lineTo(connectorPoints[0].x, connectorPoints[0].y - width);
25
- }
26
- if (connectorPoints[0].y == connectorPoints[1].y
27
- && connectorPoints[0].x > connectorPoints[1].x) { // horizontal segment left
28
- connectorShape.moveTo(connectorPoints[0].x, connectorPoints[0].y - width);
29
- connectorShape.lineTo(connectorPoints[0].x, connectorPoints[0].y + width);
30
- }
31
- if (connectorPoints[0].x == connectorPoints[1].x
32
- && connectorPoints[0].y < connectorPoints[1].y) { // vertical segment up
33
- connectorShape.moveTo(connectorPoints[0].x - width, connectorPoints[0].y);
34
- connectorShape.lineTo(connectorPoints[0].x + width, connectorPoints[0].y);
35
- }
36
- if (connectorPoints[0].x == connectorPoints[1].x
37
- && connectorPoints[0].y > connectorPoints[1].y) { // vertical segment down
38
- connectorShape.moveTo(connectorPoints[0].x + width, connectorPoints[0].y);
39
- connectorShape.lineTo(connectorPoints[0].x - width, connectorPoints[0].y);
40
- }
41
- // draw all segments forward
42
- for (var i = 1; i < connectorPoints.length - 1; i++) {
43
- if (connectorPoints[i - 1].y == connectorPoints[i].y) { // horizontal
44
- if (connectorPoints[i - 1].x < connectorPoints[i].x) { // right
45
- if (connectorPoints[i].y < connectorPoints[i + 1].y) { // right up
46
- connectorShape.lineTo(connectorPoints[i].x + width - outerRadius, connectorPoints[i].y - width);
47
- connectorShape.quadraticCurveTo(connectorPoints[i].x + width, connectorPoints[i].y - width,
48
- connectorPoints[i].x + width, connectorPoints[i].y - width + outerRadius);
49
-
50
- } else { // right down
51
- connectorShape.lineTo(connectorPoints[i].x - width - innerRadius, connectorPoints[i].y - width);
52
- connectorShape.quadraticCurveTo(connectorPoints[i].x - width, connectorPoints[i].y - width,
53
- connectorPoints[i].x - width, connectorPoints[i].y - width - innerRadius);
54
- }
55
- } else { // left
56
- if (connectorPoints[i].y < connectorPoints[i + 1].y) { // left up
57
- connectorShape.lineTo(connectorPoints[i].x + width + innerRadius, connectorPoints[i].y + width);
58
- connectorShape.quadraticCurveTo(connectorPoints[i].x + width, connectorPoints[i].y + width,
59
- connectorPoints[i].x + width, connectorPoints[i].y + width + innerRadius);
60
- } else { // left down
61
- connectorShape.lineTo(connectorPoints[i].x - width + outerRadius, connectorPoints[i].y + width);
62
- connectorShape.quadraticCurveTo(connectorPoints[i].x - width, connectorPoints[i].y - width,
63
- connectorPoints[i].x - width, connectorPoints[i].y + width - outerRadius);
64
- }
65
- }
66
- }
67
- if (connectorPoints[i - 1].x == connectorPoints[i].x) { // vertical
68
- if (connectorPoints[i - 1].y < connectorPoints[i].y) { // up
69
- if (connectorPoints[i].x < connectorPoints[i + 1].x) { // up right
70
- connectorShape.lineTo(connectorPoints[i].x + width, connectorPoints[i].y - width - innerRadius);
71
- connectorShape.quadraticCurveTo(connectorPoints[i].x + width, connectorPoints[i].y - width,
72
- connectorPoints[i].x + width + innerRadius, connectorPoints[i].y - width);
73
- } else { // up left
74
- connectorShape.lineTo(connectorPoints[i].x + width, connectorPoints[i].y + width - outerRadius);
75
- connectorShape.quadraticCurveTo(connectorPoints[i].x + width, connectorPoints[i].y + width,
76
- connectorPoints[i].x + width - outerRadius, connectorPoints[i].y + width);
77
- }
78
- } else { // down
79
- if (connectorPoints[i].x < connectorPoints[i + 1].x) { // down right
80
- connectorShape.lineTo(connectorPoints[i].x - width, connectorPoints[i].y - width + outerRadius);
81
- connectorShape.quadraticCurveTo(connectorPoints[i].x - width, connectorPoints[i].y - width,
82
- connectorPoints[i].x - width + outerRadius, connectorPoints[i].y - width);
83
- } else { // down left
84
- connectorShape.lineTo(connectorPoints[i].x - width, connectorPoints[i].y + width + innerRadius);
85
- connectorShape.quadraticCurveTo(connectorPoints[i].x - width, connectorPoints[i].y + width,
86
- connectorPoints[i].x - width - innerRadius, connectorPoints[i].y + width);
87
- }
88
- }
89
- }
90
- }
91
-
92
- // draw the last segment
93
- if (connectorPoints[connectorPoints.length - 2].y
94
- == connectorPoints[connectorPoints.length - 1].y
95
- && connectorPoints[connectorPoints.length - 2].x
96
- < connectorPoints[connectorPoints.length - 1].x) { // horizontal segment right
97
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x - arrowheadLength,
98
- connectorPoints[connectorPoints.length - 1].y - width);
99
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x - arrowheadLength,
100
- connectorPoints[connectorPoints.length - 1].y - arrowheadWidth);
101
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x,
102
- connectorPoints[connectorPoints.length - 1].y);
103
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x - arrowheadLength,
104
- connectorPoints[connectorPoints.length - 1].y + arrowheadWidth);
105
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x - arrowheadLength,
106
- connectorPoints[connectorPoints.length - 1].y + width);
107
- }
108
- if (connectorPoints[connectorPoints.length - 2].y
109
- == connectorPoints[connectorPoints.length - 1].y
110
- && connectorPoints[connectorPoints.length - 2].x
111
- > connectorPoints[connectorPoints.length - 1].x) { // horizontal segment left
112
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x + arrowheadLength,
113
- connectorPoints[connectorPoints.length - 1].y + width);
114
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x + arrowheadLength,
115
- connectorPoints[connectorPoints.length - 1].y + arrowheadWidth);
116
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x,
117
- connectorPoints[connectorPoints.length - 1].y);
118
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x + arrowheadLength,
119
- connectorPoints[connectorPoints.length - 1].y - arrowheadWidth);
120
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x + arrowheadLength,
121
- connectorPoints[connectorPoints.length - 1].y - width);
122
- }
123
- if (connectorPoints[connectorPoints.length - 2].x
124
- == connectorPoints[connectorPoints.length - 1].x
125
- && connectorPoints[connectorPoints.length - 2].y
126
- < connectorPoints[connectorPoints.length - 1].y) { // vertical segment up
127
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x + width,
128
- connectorPoints[connectorPoints.length - 1].y - arrowheadLength);
129
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x + arrowheadWidth,
130
- connectorPoints[connectorPoints.length - 1].y - arrowheadLength);
131
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x,
132
- connectorPoints[connectorPoints.length - 1].y);
133
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x - arrowheadWidth,
134
- connectorPoints[connectorPoints.length - 1].y - arrowheadLength);
135
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x - width,
136
- connectorPoints[connectorPoints.length - 1].y - arrowheadLength);
137
- }
138
- if (connectorPoints[connectorPoints.length - 2].x
139
- == connectorPoints[connectorPoints.length - 1].x
140
- && connectorPoints[connectorPoints.length - 2].y
141
- > connectorPoints[connectorPoints.length - 1].y) { // vertical segment down
142
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x - width,
143
- connectorPoints[connectorPoints.length - 1].y + (arrowheadLength * 32/35)); // TODO: Explain why arrow down is shorter 35-32
144
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x - arrowheadWidth,
145
- connectorPoints[connectorPoints.length - 1].y + (arrowheadLength * 32/35));
146
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x,
147
- connectorPoints[connectorPoints.length - 1].y);
148
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x + arrowheadWidth,
149
- connectorPoints[connectorPoints.length - 1].y + (arrowheadLength * 32/35));
150
- connectorShape.lineTo(connectorPoints[connectorPoints.length - 1].x + width,
151
- connectorPoints[connectorPoints.length - 1].y + (arrowheadLength * 32/35));
152
- }
153
-
154
- // draw all segments backward
155
- for (var i = connectorPoints.length - 2; i > 0; i--) {
156
- if (connectorPoints[i + 1].y == connectorPoints[i].y) { // horizontal
157
- if (connectorPoints[i + 1].x < connectorPoints[i].x) { // right
158
- if (connectorPoints[i].y < connectorPoints[i - 1].y) { // right up
159
- connectorShape.lineTo(connectorPoints[i].x + width - innerRadius, connectorPoints[i].y - width);
160
- connectorShape.quadraticCurveTo(connectorPoints[i].x + width, connectorPoints[i].y - width,
161
- connectorPoints[i].x + width, connectorPoints[i].y - width + innerRadius);
162
- } else { // right down
163
- connectorShape.lineTo(connectorPoints[i].x - width - innerRadius, connectorPoints[i].y - width);
164
- connectorShape.quadraticCurveTo(connectorPoints[i].x - width, connectorPoints[i].y - width,
165
- connectorPoints[i].x - width, connectorPoints[i].y - width - innerRadius);
166
- }
167
- } else { // left
168
- if (connectorPoints[i].y < connectorPoints[i - 1].y) { // left up
169
- connectorShape.lineTo(connectorPoints[i].x + width + innerRadius, connectorPoints[i].y + width);
170
- connectorShape.quadraticCurveTo(connectorPoints[i].x + width, connectorPoints[i].y + width,
171
- connectorPoints[i].x + width, connectorPoints[i].y + width + innerRadius);
172
- } else { // left down
173
- connectorShape.lineTo(connectorPoints[i].x - width + outerRadius, connectorPoints[i].y + width);
174
- connectorShape.quadraticCurveTo(connectorPoints[i].x - width, connectorPoints[i].y + width,
175
- connectorPoints[i].x - width, connectorPoints[i].y + width - outerRadius);
176
- }
177
- }
178
- }
179
- if (connectorPoints[i + 1].x == connectorPoints[i].x) { // vertical
180
- if (connectorPoints[i + 1].y < connectorPoints[i].y) { // up
181
- if (connectorPoints[i].x < connectorPoints[i - 1].x) { // up right
182
- connectorShape.lineTo(connectorPoints[i].x + width, connectorPoints[i].y - width - innerRadius);
183
- connectorShape.quadraticCurveTo(connectorPoints[i].x + width, connectorPoints[i].y - width,
184
- connectorPoints[i].x + width + innerRadius, connectorPoints[i].y - width);
185
- } else { // up left
186
- connectorShape.lineTo(connectorPoints[i].x + width, connectorPoints[i].y + width - outerRadius);
187
- connectorShape.quadraticCurveTo(connectorPoints[i].x + width, connectorPoints[i].y + width,
188
- connectorPoints[i].x + width - outerRadius, connectorPoints[i].y + width);
189
- }
190
- } else { // down
191
- if (connectorPoints[i].x < connectorPoints[i - 1].x) { // down right
192
- connectorShape.lineTo(connectorPoints[i].x - width, connectorPoints[i].y - width + outerRadius);
193
- connectorShape.quadraticCurveTo(connectorPoints[i].x - width, connectorPoints[i].y - width,
194
- connectorPoints[i].x - width + outerRadius, connectorPoints[i].y - width);
195
- } else { // down left
196
- connectorShape.lineTo(connectorPoints[i].x - width, connectorPoints[i].y + width + innerRadius);
197
- connectorShape.quadraticCurveTo(connectorPoints[i].x - width, connectorPoints[i].y + width,
198
- connectorPoints[i].x - width - innerRadius, connectorPoints[i].y + width);
199
- }
200
- }
201
- }
202
- }
203
-
204
- // The last segment
205
- if (connectorPoints[0].y == connectorPoints[1].y
206
- && connectorPoints[0].x < connectorPoints[1].x) { // horizontal segment right
207
- connectorShape.lineTo(connectorPoints[0].x, connectorPoints[0].y + width);
208
- }
209
- if (connectorPoints[0].y == connectorPoints[1].y
210
- && connectorPoints[0].x > connectorPoints[1].x) { // horizontal segment left
211
- connectorShape.lineTo(connectorPoints[0].x, connectorPoints[0].y - width);
212
- }
213
- if (connectorPoints[0].x == connectorPoints[1].x
214
- && connectorPoints[0].y < connectorPoints[1].y) { // vertical segment up
215
- connectorShape.lineTo(connectorPoints[0].x - width, connectorPoints[0].y);
216
- }
217
- if (connectorPoints[0].x == connectorPoints[1].x
218
- && connectorPoints[0].y > connectorPoints[1].y) { // vertical segment down
219
- connectorShape.lineTo(connectorPoints[0].x + width, connectorPoints[0].y);
220
- }
221
-
222
- var connectorGeometry = new THREE.ExtrudeGeometry(connectorShape, extrudeSettings);
223
-
224
- // Construct the shape
225
- super(connectorGeometry, new DiagramEditMaterial(color));
226
- }
227
- }
228
-
229
- export { RoundedCornerOrthogonalConnectorShape };
@@ -1,7 +0,0 @@
1
- export const IconDimensions = {
2
- ICON_SIZE_SMALL: 10,
3
- ICON_SIZE_MEDIUM: 18,
4
- ICON_SIZE_LARGE: 30,
5
- ICON_PADDING: 4,
6
- ICON_MARGIN: 6
7
- };
@@ -1,92 +0,0 @@
1
- import * as THREE from 'three';
2
- import { Shape } from '../Shape.js';
3
- import { DiagramEditMaterial } from '../../materials/DiagramEditMaterial.js';
4
- import { IconDimensions } from './IconConstants.js';
5
- import { Colors } from '../../diagrams/DiagramConstants.js';
6
- import { SVGLoader } from 'three/examples/jsm/loaders/SVGLoader.js';
7
- import { mergeGeometries } from 'three/examples/jsm/utils/BufferGeometryUtils.js';
8
- import { max } from 'three/tsl';
9
-
10
- class IconShape extends Shape {
11
-
12
- static getGeometries(svgText, size) {
13
- let svgLoader = new SVGLoader();
14
- let data = svgLoader.parse(svgText);
15
- console.log('SVG data:', data);
16
-
17
- let iconGeometries = [];
18
- data.paths.forEach((path) => {
19
- // // Apply scale transformation to path
20
- // path.subPaths.forEach(subPath => {
21
- // const points = subPath.getPoints();
22
- // points.forEach(point => {
23
- // point.multiplyScalar(0.01);
24
- // // Flip vertically by inverting the y-coordinate
25
- // point.y = -point.y;
26
- // });
27
- // });
28
-
29
- // Handle fills
30
- const fillColor = path.userData.style.fill;
31
- if (fillColor !== undefined && fillColor !== 'none') {
32
- const shapes = SVGLoader.createShapes(path);
33
- shapes.forEach((shape) => {
34
- let geometry = new THREE.ShapeGeometry(shape);
35
- if (geometry.index !== null) {
36
- geometry = geometry.toNonIndexed(); // Ensure geometry is non-indexed
37
- }
38
- iconGeometries.push(geometry);
39
- });
40
- }
41
-
42
- // Handle strokes if needed
43
- const strokeColor = path.userData.style.stroke;
44
- if (strokeColor !== undefined && strokeColor !== 'none') {
45
- path.subPaths.forEach((subPath) => {
46
- let geometry = SVGLoader.pointsToStroke(
47
- subPath.getPoints(),
48
- path.userData.style
49
- );
50
- if (geometry) {
51
- if (geometry.index !== null) {
52
- geometry = geometry.toNonIndexed(); // Ensure geometry is non-indexed
53
- }
54
- iconGeometries.push(geometry);
55
- }
56
- });
57
- }
58
- });
59
-
60
- // Merge icon geometries
61
- const iconGeometry = mergeGeometries(iconGeometries, false); // .center().scale(1, -1, 1);
62
- // SVG y coordinates are the inverse of normal cartesian, so correct for this using rotation.
63
- iconGeometry.applyMatrix4(new THREE.Matrix4().makeRotationX(Math.PI));
64
- // Normalise the size and center point of the icon as different sources have different sizes.
65
- // Determine size of icon by bounding box.
66
- iconGeometry.computeBoundingBox();
67
- const boundingBox = iconGeometry.boundingBox;
68
- const maxDimension = Math.max(boundingBox.max.x - boundingBox.min.x, boundingBox.max.y - boundingBox.min.y);
69
- console.log('Icon bounding box maxDimension:', maxDimension);
70
- const scaleFactor = size / maxDimension;
71
- // Determine size of icon by bounding sphere.
72
- iconGeometry.computeBoundingSphere();
73
- const boundingSphere = iconGeometry.boundingSphere;
74
- console.log('Icon bounding sphere:', boundingSphere);
75
- // const scaleFactor = size / boundingSphere.radius;
76
- // Scale the icon to the desired size
77
- iconGeometry.scale(scaleFactor, scaleFactor, 1);
78
- iconGeometry.center();
79
-
80
- return iconGeometry;
81
- }
82
-
83
- constructor(iconSVG, size = IconDimensions.ICON_SIZE_MEDIUM) {
84
- const color = Colors.ELEMENT_TEXT;
85
- const iconGeometry = IconShape.getGeometries(iconSVG, size);
86
- super(iconGeometry, new DiagramEditMaterial(color));
87
-
88
- console.log('IconShape size:', this.getSize());
89
- }
90
- }
91
-
92
- export { IconShape };
@@ -1,50 +0,0 @@
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
- version="1.1"
9
- id="svg2"
10
- viewBox="0 0 2000 2000"
11
- height="2000"
12
- width="2000">
13
- <defs
14
- id="defs4" />
15
- <metadata
16
- id="metadata7">
17
- <rdf:RDF>
18
- <cc:Work
19
- rdf:about="">
20
- <dc:format>image/svg+xml</dc:format>
21
- <dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23
- <dc:title></dc:title>
24
- <cc:license
25
- rdf:resource="https://github.com/bpmn-io/bpmn-font/blob/master/LICENSE" />
26
- <dc:creator>
27
- <cc:Agent>
28
- <dc:title>Jörg Dotzki</dc:title>
29
- </cc:Agent>
30
- </dc:creator>
31
- <dc:subject>
32
- <rdf:Bag>
33
- <rdf:li>BPMN</rdf:li>
34
- <rdf:li>bpmn-io</rdf:li>
35
- <rdf:li>bpmn.io</rdf:li>
36
- <rdf:li>Font</rdf:li>
37
- </rdf:Bag>
38
- </dc:subject>
39
- </cc:Work>
40
- </rdf:RDF>
41
- </metadata>
42
- <g
43
- transform="translate(0,947.63784)"
44
- id="layer1">
45
- <path
46
- id="rect4136"
47
- d="m 300.00001,92.232481 c 58.33243,-138.228514 134.89425,-282.230651 266.546,-360.085751 97.7838,-58.39135 218.70131,-22.41896 308.42844,34.81898 138.18715,85.20714 246.29115,211.842759 382.60565,299.507821 82.3352,48.264229 184.7331,8.717415 244.7474,-58.0565283 C 1574.729,-76.028426 1657.5431,-155.60546 1700,-261.56396 c 0,110.01254 0,220.025092 0,330.037636 C 1638.6687,190.14392 1559.7687,316.62637 1433.608,375.64299 1330.3799,420.08262 1210.4599,393.43191 1121.0842,329.05734 990.06485,241.07844 893.59804,105.3675 751.22975,34.277737 682.05792,-1.7268886 593.85297,6.7321249 535.89898,60.900295 431.41199,153.40413 371.53434,284.22024 300.00001,402.36216 c 0,-103.37656 0,-206.75312 0,-310.129679 z"
48
- style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:200;stroke-opacity:1" />
49
- </g>
50
- </svg>
@@ -1,92 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- xmlns:dc="http://purl.org/dc/elements/1.1/"
6
- xmlns:cc="http://creativecommons.org/ns#"
7
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
- xmlns:svg="http://www.w3.org/2000/svg"
9
- xmlns="http://www.w3.org/2000/svg"
10
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
- width="2000"
13
- height="2000"
14
- viewBox="0 0 2000 2000"
15
- id="svg2"
16
- version="1.1"
17
- inkscape:version="0.91 r"
18
- sodipodi:docname="business-rule.svg">
19
- <defs
20
- id="defs4" />
21
- <sodipodi:namedview
22
- id="base"
23
- pagecolor="#ffffff"
24
- bordercolor="#666666"
25
- borderopacity="1.0"
26
- inkscape:pageopacity="0.0"
27
- inkscape:pageshadow="2"
28
- inkscape:zoom="0.45254834"
29
- inkscape:cx="811.70031"
30
- inkscape:cy="1077.9584"
31
- inkscape:document-units="px"
32
- inkscape:current-layer="layer1"
33
- showgrid="true"
34
- units="px"
35
- showguides="false"
36
- inkscape:window-width="1920"
37
- inkscape:window-height="1028"
38
- inkscape:window-x="0"
39
- inkscape:window-y="0"
40
- inkscape:window-maximized="1">
41
- <inkscape:grid
42
- type="xygrid"
43
- id="grid4008"
44
- empspacing="20"
45
- dotted="false" />
46
- </sodipodi:namedview>
47
- <metadata
48
- id="metadata7">
49
- <rdf:RDF>
50
- <cc:Work
51
- rdf:about="">
52
- <dc:format>image/svg+xml</dc:format>
53
- <dc:type
54
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
55
- <dc:title />
56
- <cc:license
57
- rdf:resource="https://github.com/bpmn-io/bpmn-font/blob/master/LICENSE" />
58
- <dc:creator>
59
- <cc:Agent>
60
- <dc:title>Jörg Dotzki</dc:title>
61
- </cc:Agent>
62
- </dc:creator>
63
- <dc:subject>
64
- <rdf:Bag>
65
- <rdf:li>BPMN</rdf:li>
66
- <rdf:li>bpmn-io</rdf:li>
67
- <rdf:li>bpmn.io</rdf:li>
68
- <rdf:li>Font</rdf:li>
69
- </rdf:Bag>
70
- </dc:subject>
71
- </cc:Work>
72
- </rdf:RDF>
73
- </metadata>
74
- <g
75
- inkscape:label="Ebene 1"
76
- inkscape:groupmode="layer"
77
- id="layer1"
78
- transform="translate(0,947.63784)">
79
- <path
80
- style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
81
- id="path4135"
82
- d="m 212.27677,-529.63785 0,382.36913 1574.78513,0 0,-382.36913 z"
83
- inkscape:connector-curvature="0"
84
- sodipodi:nodetypes="ccccc" />
85
- <path
86
- style="opacity:1;fill:none;fill-opacity:0.28037385;stroke:#000000;stroke-width:70;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
87
- d="m 213.10529,52.362159 0,-581.999999 1573.78941,0 0,581.999999 0,582.000001 -1186.8947,0 0,-790.394 0,790.394 -386.89471,0 0,-401.56446 1573.78941,0 -1573.78941,0 z"
88
- id="rect4139"
89
- inkscape:connector-curvature="0"
90
- sodipodi:nodetypes="ccccccccccscc" />
91
- </g>
92
- </svg>
@@ -1,50 +0,0 @@
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
- version="1.1"
9
- id="svg2"
10
- viewBox="0 0 2000 2000"
11
- height="2000"
12
- width="2000">
13
- <defs
14
- id="defs4" />
15
- <metadata
16
- id="metadata7">
17
- <rdf:RDF>
18
- <cc:Work
19
- rdf:about="">
20
- <dc:format>image/svg+xml</dc:format>
21
- <dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23
- <dc:title></dc:title>
24
- <cc:license
25
- rdf:resource="https://github.com/bpmn-io/bpmn-font/blob/master/LICENSE" />
26
- <dc:creator>
27
- <cc:Agent>
28
- <dc:title>Jörg Dotzki</dc:title>
29
- </cc:Agent>
30
- </dc:creator>
31
- <dc:subject>
32
- <rdf:Bag>
33
- <rdf:li>BPMN</rdf:li>
34
- <rdf:li>bpmn-io</rdf:li>
35
- <rdf:li>bpmn.io</rdf:li>
36
- <rdf:li>Font</rdf:li>
37
- </rdf:Bag>
38
- </dc:subject>
39
- </cc:Work>
40
- </rdf:RDF>
41
- </metadata>
42
- <g
43
- transform="translate(0,947.63784)"
44
- id="layer1">
45
- <path
46
- id="path4417"
47
- d="m 1003.1719,-427.54214 c -39.60796,5.794 -68.12868,38.56118 -102.1447,57.51603 -186.37683,125.49923 -373.21723,250.34472 -559.3042,376.25275 -35.93279,27.59579 -23.84863,86.43052 16.0756,103.58172 206.32507,138.4236 412.21958,277.524 618.81387,415.5246 41.83143,24.8132 96.65733,-16.1808 88.32893,-63.0759 0,-105.8146 0,-211.6291 0,-317.4437 188.9638,126.7544 377.4965,254.1864 566.7296,380.5177 41.8315,24.8133 96.6575,-16.1808 88.329,-63.076 -0.2007,-278.6032 0.4013,-557.22646 -0.3009,-835.81704 -2.7279,-48.53139 -67.3754,-71.26567 -101.6214,-38.12699 -184.3787,123.91483 -368.7575,247.82966 -553.1363,371.74449 -0.7888,-113.15884 1.5844,-226.51615 -1.1984,-339.55004 -5.2041,-28.0178 -32.0958,-49.35538 -60.5711,-48.04762 z m -58.23049,172.58399 c 0,204.92837 0,409.85671 0,614.78511 C 792.48112,257.36276 640.02084,154.89866 487.56055,52.43446 640.02084,-50.02974 792.48112,-152.49395 944.94141,-254.95815 Z M 1600,-254.9562 c 0,204.92709 0,409.85416 0,614.78126 C 1447.5397,257.36156 1295.0794,154.89796 1142.6191,52.43446 1295.0794,-50.02909 1447.5397,-152.49265 1600,-254.9562 Z"
48
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:120;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:200;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
49
- </g>
50
- </svg>
@@ -1,50 +0,0 @@
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
- version="1.1"
9
- id="svg2"
10
- viewBox="0 0 2000 2000"
11
- height="2000"
12
- width="2000">
13
- <defs
14
- id="defs4" />
15
- <metadata
16
- id="metadata7">
17
- <rdf:RDF>
18
- <cc:Work
19
- rdf:about="">
20
- <dc:format>image/svg+xml</dc:format>
21
- <dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23
- <dc:title></dc:title>
24
- <cc:license
25
- rdf:resource="https://github.com/bpmn-io/bpmn-font/blob/master/LICENSE" />
26
- <dc:creator>
27
- <cc:Agent>
28
- <dc:title>Jörg Dotzki</dc:title>
29
- </cc:Agent>
30
- </dc:creator>
31
- <dc:subject>
32
- <rdf:Bag>
33
- <rdf:li>BPMN</rdf:li>
34
- <rdf:li>bpmn-io</rdf:li>
35
- <rdf:li>bpmn.io</rdf:li>
36
- <rdf:li>Font</rdf:li>
37
- </rdf:Bag>
38
- </dc:subject>
39
- </cc:Work>
40
- </rdf:RDF>
41
- </metadata>
42
- <g
43
- transform="translate(0,947.63784)"
44
- id="layer1">
45
- <path
46
- id="path4451"
47
- d="m 1057.0703,-536.8019 c -251.96066,-3.53538 -493.62301,172.22866 -565.93613,414.14756 -55.58419,173.97657 -23.10548,373.061 85.52208,520.0263 -89.69531,-17.3633 -179.39063,-34.7266 -269.08594,-52.0899 -7.60156,39.2715 -15.20313,78.543 -22.80469,117.8145 161.28841,31.2213 322.57683,62.4427 483.86524,93.664 31.22917,-159.9954 62.45833,-319.9909 93.6875,-479.9863 -39.25977,-7.6628 -78.51953,-15.3255 -117.7793,-22.9883 -18.95378,97.1055 -37.90755,194.2109 -56.86133,291.3164 -138.7329,-165.6011 -136.72949,-427.77296 4.36682,-591.37897 137.41756,-171.71599 399.20335,-221.00758 590.73365,-114 183.2317,94.56792 284.8875,318.59636 234.8961,518.74577 -44.7698,208.9108 -247.4038,367.3398 -460.604,363.0532 -55.485,-3.9353 -83.37472,76.1957 -37.4367,107.5608 40.1043,24.9864 90.8465,7.3636 134.8085,4.4747 248.1809,-37.7478 457.5194,-249.4518 489.5199,-498.9095 36.9941,-238.02524 -91.3838,-488.93562 -304.8033,-600.24159 -86.1681,-46.76847 -184.0681,-71.36408 -282.0884,-71.20867 z"
48
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:120;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:200;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
49
- </g>
50
- </svg>
@@ -1,51 +0,0 @@
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
- version="1.1"
9
- id="svg2"
10
- viewBox="0 0 2000 2000"
11
- height="2000"
12
- width="2000">
13
- <defs
14
- id="defs4" />
15
- <metadata
16
- id="metadata7">
17
- <rdf:RDF>
18
- <cc:Work
19
- rdf:about="">
20
- <dc:format>image/svg+xml</dc:format>
21
- <dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23
- <dc:title></dc:title>
24
- <cc:license
25
- rdf:resource="https://github.com/bpmn-io/bpmn-font/blob/master/LICENSE" />
26
- <dc:creator>
27
- <cc:Agent>
28
- <dc:title>Jörg Dotzki</dc:title>
29
- </cc:Agent>
30
- </dc:creator>
31
- <dc:subject>
32
- <rdf:Bag>
33
- <rdf:li>BPMN</rdf:li>
34
- <rdf:li>bpmn-io</rdf:li>
35
- <rdf:li>bpmn.io</rdf:li>
36
- <rdf:li>Font</rdf:li>
37
- </rdf:Bag>
38
- </dc:subject>
39
- </cc:Work>
40
- </rdf:RDF>
41
- </metadata>
42
- <g
43
- transform="translate(0,947.63784)"
44
- id="layer1">
45
- <path
46
- id="path4135"
47
- transform="translate(0,-947.63784)"
48
- d="M 919.37891 382.98828 C 897.07985 382.99534 876.42602 391.24619 858.8125 402.60352 L 858.7832 402.62109 L 858.75586 402.64062 C 764.06211 463.96011 439.8885 688.93075 368.62891 737.8418 L 368.62695 737.84375 L 368.625 737.84375 C 304.25376 782.03986 260.89214 848.74751 235.96289 927.7793 L 235.95898 927.79492 L 235.95508 927.80859 C 210.0027 1010.3241 213.33304 1100.2119 213.58398 1175.4941 L 213.58594 1175.5137 L 213.58594 1175.5332 C 213.84074 1232.2188 215.19212 1281.6884 229.89453 1341.6816 C 229.89553 1341.6866 229.89744 1341.692 229.89844 1341.6973 C 251.2713 1429.4993 292.66639 1493.0333 351.12891 1531.9824 C 409.58875 1570.9297 481.74302 1584.75 562.70312 1585 C 854.98652 1586.0972 1147.4442 1586.4897 1439.8848 1585 L 1439.9102 1585 L 1439.9355 1585 C 1472.1442 1584.7888 1502.8949 1571.2476 1522.0703 1547.3223 C 1541.2443 1523.3988 1549.087 1492.4573 1549.5 1458.5117 C 1549.7909 1435.7437 1546.5893 1414.2247 1539.1934 1395 L 1571.5684 1395 C 1603.0995 1395 1632.0021 1386.016 1652.7207 1367.084 C 1673.4323 1348.1584 1684.0251 1322.4631 1689.5293 1295.4043 L 1689.5293 1295.3965 C 1697.2116 1257.7567 1693.5837 1220.59 1678.6133 1189.4004 C 1711.5589 1186.7389 1740.6465 1174.2976 1759.3535 1151.4941 C 1780.3767 1125.8673 1786.5009 1093.2887 1786.6094 1058.7734 C 1786.7238 1022.74 1777.9802 988.35302 1757.7969 961.00781 C 1737.6137 933.6626 1704.0255 915.05176 1666.2305 914.99805 L 1666.2207 914.99805 L 1666.209 914.99805 C 1652.4498 914.98657 1640.0493 915.00635 1624.4277 914.99805 C 1631.9444 896.25389 1635.2488 875.17154 1635.1797 852.99219 L 1635.1797 852.93555 L 1635.1797 852.87891 C 1634.9519 817.10655 1625.9288 782.92541 1605.6445 755.75195 C 1585.3606 728.57897 1551.8364 709.9987 1514.0586 709.99805 C 1289.6388 709.11253 1067.8072 712.155 879.15625 711.20117 C 888.98683 701.31624 898.53379 691.67619 909.02734 681.24023 C 941.50862 648.93721 972.72655 618.49752 988.85352 597.62891 C 1027.4086 548.00648 1033.1613 480.77723 1000.7031 431.32422 C 983.59029 405.18088 958.49595 387.49228 931.55273 383.81055 C 928.18377 383.35019 924.8448 383.0899 921.54102 383.01172 L 921.54102 383.01367 C 920.81831 382.99657 920.09823 382.98805 919.37891 382.98828 z M 919.92578 453.01562 C 920.69385 453.02416 921.41106 453.07733 922.07422 453.16797 C 927.37949 453.89292 933.05983 455.78817 942.14453 469.67383 L 942.16211 469.69922 L 942.17773 469.72461 C 954.86945 489.05096 954.30896 528.02989 933.55469 554.7168 L 933.51953 554.76172 L 933.48438 554.80664 C 925.93786 564.57639 892.03049 599.42252 859.66602 631.60938 C 827.30154 663.79624 796.53208 693.50491 781.30859 712.05078 C 766.75168 729.78466 772.09283 744.6981 776.04102 754.0332 C 779.9892 763.3683 784.5057 774.26988 804.63867 779.05273 C 810.66655 780.48469 810.99854 780.07253 812.92773 780.20508 C 814.85693 780.33763 816.85106 780.42902 819.19531 780.51367 C 823.88381 780.68297 829.88273 780.81106 837.28906 780.91992 C 1063.754 782.29908 1287.7116 779.67931 1513.998 780 L 1514.0293 780 L 1514.0605 780 C 1531.2724 780 1540.6175 785.65704 1549.5527 797.62695 C 1558.482 809.58885 1565.0212 829.44025 1565.1816 853.2793 C 1565.2476 878.00948 1559.325 893.09925 1552.125 901.41211 C 1544.925 909.72493 1535.2797 914.9327 1514.6504 915 L 1030 915 L 1030 985 L 1514.7422 985 L 1514.791 985 C 1581.2694 985.0062 1616.3318 984.95843 1666.1543 985 C 1683.4616 985.02951 1692.6831 990.66165 1701.4785 1002.5781 C 1710.2778 1014.4998 1716.688 1034.4049 1716.6113 1058.5527 L 1716.6113 1058.5547 C 1716.5303 1084.3774 1711.2652 1099.7505 1705.2363 1107.0996 C 1699.2075 1114.4487 1690.5982 1119.8316 1665.7539 1120.002 C 1657.3241 1120.0598 1596.946 1120.0156 1571.8906 1120.0449 C 1571.4936 1120.0399 1571.105 1120.0032 1570.707 1120.002 C 1390.4805 1119.1514 1210.2524 1120 1030.0254 1120 L 1030 1120 L 1029.9746 1190 L 1030 1190 C 1030.043 1190 1412.5167 1190.2386 1571.3301 1190.0469 C 1591.0301 1190.326 1602.841 1198.2575 1612.2637 1213.6484 C 1621.8272 1229.2694 1626.5869 1253.7579 1620.9434 1281.4043 L 1620.9434 1281.418 L 1620.9434 1281.4316 C 1617.207 1299.8121 1611.5308 1309.9046 1605.5078 1315.4082 C 1599.4848 1320.9118 1591.1733 1325 1571.5742 1325 C 1391.0507 1324.9139 1210.5297 1324.5478 1030.0059 1325 L 1029.9141 1325 L 1030.0059 1395 L 1030.0977 1395 L 1439.4043 1395 L 1439.4199 1395 C 1454.127 1395.0958 1460.6667 1399.0084 1467.3809 1407.9766 C 1474.0951 1416.9447 1479.8203 1433.619 1479.5117 1457.6289 L 1479.5117 1457.6426 L 1479.5117 1457.6543 C 1479.2276 1481.0659 1473.56 1495.9259 1467.4551 1503.543 C 1461.3503 1511.16 1455.0501 1514.8999 1439.4824 1515.002 C 1147.359 1516.4898 855.12644 1516.0987 562.97266 1515.002 L 562.95898 1515.002 L 562.94727 1515.002 C 489.89431 1514.7789 432.49137 1502.0704 389.94727 1473.7266 C 347.39676 1445.3826 316.33958 1400.8581 297.9082 1325.1289 L 297.90039 1325.0996 L 297.89453 1325.0703 C 285.02432 1272.5777 283.83532 1231.06 283.58398 1175.2598 L 283.58398 1175.2188 C 283.32833 1098.6482 281.8595 1015.1692 302.73047 948.81055 C 324.12233 881.00932 358.71817 829.5583 408.24219 795.55469 L 408.24609 795.55273 C 480.37064 746.04796 806.47508 519.89392 896.74609 461.43359 L 896.75 461.43164 C 905.22608 455.9669 912.24926 453.64295 917.46875 453.12891 C 918.3388 453.04322 919.15772 453.00709 919.92578 453.01562 z "
49
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:70;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
50
- </g>
51
- </svg>