RFR: JDK-8232639: Change module graph images to use SVG instead of PNG format.
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Mon Oct 21 06:53:07 UTC 2019
On 2019-10-19 00:12, Jonathan Gibbons wrote:
> Please review a small change in the build, to use .svg files instead
> of .png files,
> for the generated module graph images.
>
> The underlying generator, GraphViz, already supports .svg output.
>
> In the proposed patch, the filename is changed in the generator tool,
> and all references to "png" in make/Docs.gmk are converted to "svg".
>
> -- Jon
>
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8232639
> Webrev: http://cr.openjdk.java.net/~jjg/8232639/webrev.00/index.html
Looks good to me.
Nice fix. SVG FTW!
/Magnus
> Sample API docs:
> http://cr.openjdk.java.net/~jjg/8232639/api.00/api/index.html
>
>
>
More information about the build-dev
mailing list