RFR: Replace affects_versions.png with SVG

Magnus Ihse Bursie ihse at openjdk.org
Fri Mar 14 18:35:25 UTC 2025


On Fri, 14 Mar 2025 16:04:56 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> Replace `affects_versions.png` with Scalable Vector Graphics (SVG) image.
> 
> <details>
> <summary>PNG vs SVG</summary>
> 
> **PNG:**\
> ![affects_versions.png](https://github.com/openjdk/guide/blob/be88a6debcb0dfb7f8fb0e8f3e95ff35950ca9c4/src/images/affects_versions.png?raw=true)
> 
> **SVG:**\
> ![affects_versions.svg](https://raw.githubusercontent.com/aivanov-jdk/dev-guide/bc65ea67251cc68360fc746a77200d8c93fd78b5/src/images/affects_versions.svg)
> </details>
> 
> SVG is crisper, especially on High DPI monitors, its size is much smaller (1.04 KB vs 26.24 KB), it's easier to edit and the edit history is preserved.

Nice!

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

Marked as reviewed by ihse (Committer).

PR Review: https://git.openjdk.org/guide/pull/147#pullrequestreview-2686399698


More information about the guide-dev mailing list