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
digraph dpi_bug {
graph [dpi = 300]; #comment this line or set dpi = 72 and the rendering is ok
A -> B;
}
While creating it, I realised that is the zoom level wrong with non-default values of dpi that crops the graph. In my complex, original case the zoom was so wrong that I obtained a blank canvas.
epagone
changed the title
graph [dpi = 300] does not render
Partial rendering with graph [dpi /= 72]Oct 22, 2019
With
graph [dpi = 300]
the preview is blank.The text was updated successfully, but these errors were encountered: