Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
402 stars 131 forks source link

Absurdly tall graphs #650

Closed kc9jud closed 3 months ago

kc9jud commented 3 months ago

I am getting generated graphs like:

<svg id="fooCalledByGraph" width="521pt" height="72000pt"
 viewBox="0.00 0.00 520.62 72000.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

I'm not sure how one should ever have a graph that's 72,000 pt tall...

kc9jud commented 3 months ago

Hmm, this seems to be a problem with running graphviz inside an Alpine Docker container.