-
Enhancement
-
Resolution: Fixed
-
P4
-
21
-
b12
The javadoc for BoxLayout uses a GIF image to show an example. The image looks jagged, especially on High DPI screens which are common now.
All the modern browsers support SVG which is a vector format and therefore it adapts to any resolution and always looks sharp and clear.
Replacing the GIF image with an SVG one will make Java documentation look sharper.
All the modern browsers support SVG which is a vector format and therefore it adapts to any resolution and always looks sharp and clear.
Replacing the GIF image with an SVG one will make Java documentation look sharper.
- relates to
-
JDK-8316159 Update BoxLayout sample image for crisper edges
-
- Resolved
-