You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying out the example "tree_browser", I encountered the issue of a wrongly scaled SVG. In principle the SVG was there, but cropped s.t. it was impossible to use it.
The issue (seems) to result from Graphviz, as an element of the SVG has a too high scale transformation, compared to the size of the svg size.
More precisely the issue is with: "<g id="graph0" ... transform="scale(1.91 1.91)" ... >" . Note that on other OS (Mac OS) with a different Graphviz version (@susuhahnml ) the scale of the "<g id="graph0"..." is correct with approximately "scale(0.52 0.52)".
See also the attached screenshots.
While trying out the example "tree_browser", I encountered the issue of a wrongly scaled SVG. In principle the SVG was there, but cropped s.t. it was impossible to use it.
The issue (seems) to result from Graphviz, as an element of the SVG has a too high scale transformation, compared to the size of the svg size.
More precisely the issue is with: "<g id="graph0" ... transform="scale(1.91 1.91)" ... >" . Note that on other OS (Mac OS) with a different Graphviz version (@susuhahnml ) the scale of the "<g id="graph0"..." is correct with approximately "scale(0.52 0.52)".
See also the attached screenshots.
System:
The text was updated successfully, but these errors were encountered: