Describe the bug
Creating a flowchart works fine, but exporting it to SVG renders a file with the last letter of some words missing.
To Reproduce
Steps to reproduce the behaviour:
Create a diagram like this (code below)
Export as SVG
View in a browser
In this example the y at the end of Scalability is missing
graph TD
A[Data Collection & Preparation] --> B[Model Development]
B --> C[Model Deployment]
C --> D[Model Monitoring]
D --> E[Continuous Improvement]
E --> A
F[Governance & Compliance] --> A
F --> B
F --> C
F --> D
F --> E
G[Infrastructure & Scalability] --> A
G --> B
G --> C
G --> D
G --> E
Expected behaviour
SVG should render like the preview with no missing letters
Screenshots
See above. Close up here
Desktop (please complete the following information):
OS: Win11
Browser [Firefox, Chrome, Edge]
Version [Laster production release]
Additional context
Been like this since the new release with neo style etc
Describe the bug Creating a flowchart works fine, but exporting it to SVG renders a file with the last letter of some words missing.
To Reproduce Steps to reproduce the behaviour:
In this example the y at the end of Scalability is missing
graph TD A[Data Collection & Preparation] --> B[Model Development] B --> C[Model Deployment] C --> D[Model Monitoring] D --> E[Continuous Improvement] E --> A F[Governance & Compliance] --> A F --> B F --> C F --> D F --> E G[Infrastructure & Scalability] --> A G --> B G --> C G --> D G --> E
Expected behaviour SVG should render like the preview with no missing letters
Screenshots See above. Close up here
Desktop (please complete the following information):
Additional context Been like this since the new release with neo style etc