Mermaid-Chart / issue-tracker

Other
11 stars 2 forks source link

Exported SVG has letters missing off the end of words #97

Open frownbreaker opened 2 months ago

frownbreaker commented 2 months ago

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:

  1. Create a diagram like this (code below)
  2. Export as SVG
  3. View in a browser

In this example the y at the end of Scalability is missing image

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 image

Desktop (please complete the following information):

Additional context Been like this since the new release with neo style etc