The image loader pipeline should be extended to support SVG images, which can help solve the image density problem that is inherent to applications running on high-density screens.
Rasterizing SVG images is not an easy task, and probably should not be implemented from scratch. There are a number of actively maintained open-source third-party libraries that can do the job.
Rasterizing SVG images is not an easy task, and probably should not be implemented from scratch. There are a number of actively maintained open-source third-party libraries that can do the job.
- relates to
-
JDK-8267874 Support pluggable image readers
-
- Open
-