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
When Graphviz is given a page size (which Sphinx does by default), it
will layout the whole graph, and then scale the _entire_ thing down to
fit. This means that text and lines on large diagrams are inconsistent
with ones that fit.
Additionally, the default size is larger than the content width which
means the browser will also scale the image down a bit. But the URL map
is _not_ scaled down, so the links will appear in the wrong spot.
To fix this, set the page size in Graphviz very large, and make the
diagram scrollable with CSS.
Plus a few minor tweaks to font and line sizes now that images are a
consistent scale.
0 commit comments