Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
frownbreaker opened this issue Sep 30, 2024 · 0 comments
Open

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

frownbreaker opened this issue Sep 30, 2024 · 0 comments

Comments

@frownbreaker
Copy link

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):

  • OS: Win11
  • Browser [Firefox, Chrome, Edge]
  • Version [Laster production release]

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant