Integration of SVG Rasterization #1651
Michael5601
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now the proposed feature for SVG rasterization utilizes a new public API type
SVGRasterizer
(formerISVGRasterizer
). The functionality is provided by the classJSVGRasterizer
which implements the interface.We had a discussion here about wether this public API should be replaced by an internal class as SVG support will be integrated in SWT in the long run.
On the other hand the public API allows for low coupling and flexibility if we want to exchange the functionality of the rasterizer without rebuilding SWT. @HeikoKlare also mentioned here that the interface could be internal for now as a compromise which would allow integration of a different rasterizer while avoiding the public visibility.
Beta Was this translation helpful? Give feedback.
All reactions