Hello Syncfusion Team,
I'm using Syncfusion's diagram control ("@syncfusion/ej2-angular-diagrams": "^17.2.47") in my Angular app.
I have a diagram with the following content on it.
- Connectors (ConnectorModel)
- Text (NodeModel with shape: TextModel, style: TextStyleModel)
- Basic Shapes (NodeModel with shape: BasicShapeModel, style: ShapeStyleModel)
- Native/SVG (NodeModel with shape: NativeModel)
Is this a known issue? If so, any workarounds?