-
Notifications
You must be signed in to change notification settings - Fork 73
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
diagram in system memory not rendering properly #342
Comments
@intelkevinputnam are you able to help here ? Looks like the image size is set too small in the html ? |
@deb-intel fyi - not sure if this sort of stuff is also in your scope. |
@lgirdwood I took a quick look, and it looks like a problem with the .svg itself as it is reporting its size as width: 178pt and height: 288pt. I don't have time to dig in today, but can look at it later this week. |
@intelkevinputnam thanks, please also check git blame as the author may be able to regenerate the image with the correct size. Alternatively if it's generated as part of documentation build then it may be a tooling issue ? |
@lgirdwood I dug a little deeper and it looks like it is a problem with the version of graphviz used to generate the website. It is not a problem with either Sphinx or the .dot defintion file as far as I can tell. The svg that sphinx generates on my machine looks fine using version 2.40.1-2 of graphviz. It looks like version 2.42.2-3build2 is used in the GitHub action that builds the site and generates the faulty image. |
you can see parts of the images clipped https://thesofproject.github.io/latest/developer_guides/firmware/mem-mgmt.html#system-zone
The text was updated successfully, but these errors were encountered: