RFR: clarify how to set the affects versions

Magnus Ihse Bursie ihse at openjdk.org
Thu Feb 15 17:06:10 UTC 2024


On Thu, 15 Feb 2024 11:36:03 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> Alternatively, SVG (Scalable Vector Graphics) can be used, yet it probably requires more effort to create than using Mermaid code. 

Just a raw SVG file does not provide any additional value over a PNG in this respect. The idea is that if the file is easily created/edited using a "source code" description, then it should be in the repo in that format. If you need an external tool to edit it, then you might as well have the end result. (I know a SVG is scalable and stored as an XML document, but that's not really the point here.)

-------------

PR Comment: https://git.openjdk.org/guide/pull/119#issuecomment-1946598776


More information about the guide-dev mailing list