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

[docs] Class diagrams are scaled incorrectly #321

Open
pavel-kirienko opened this issue Jan 10, 2024 · 0 comments
Open

[docs] Class diagrams are scaled incorrectly #321

pavel-kirienko opened this issue Jan 10, 2024 · 0 comments

Comments

@pavel-kirienko
Copy link
Member

This is not reproducible on my local machine but is visible only on ReadTheDocs:

image

The difference is in the scale transform used in the generated SVG file. This is visible on the ReadTheDocs website:

image

This is on my local machine:

image

The obvious thing is that the graphviz (dot) version is different: the latest version in Ubuntu 22.04 is v2.43, which is reported in the generated SVG file, while on my machine (Manjaro) I have v9.0.

We should either set the scale explicitly or make ReadTheDocs use an up-to-date version of Graphviz. One way to do the latter is to grab the DEB package from the release page at https://gitlab.com/graphviz/graphviz/-/releases and install it using a pre-build job as documented in the readthedocs docs.

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

No branches or pull requests

1 participant