Provide additional tools to simplify SVG graphics usage within components.
Here is a set of planned features:
Since this will certainly involve additional 3rd-party library or libraries - it should be placed into separate module. It will work perfectly along with other v1.3.0 module changes: #336
Provide additional tools to simplify SVG graphics usage within components.
Here is a set of planned features:
Convenient implementation of Swing
Iconfor the SVG graphicsEasy way to retrieve
BufferedImageof specific size from loaded SVG imageSVG support based on SVG Salamander free open-source library
SVG support based on Apache Batik free open-source free library
Separate
svgmodule - would contain base API for providing SVG graphics loading support and won't be useful without a second module containing the actual implementationSeparate
svg-salamandermodule - would contain SVG Salamander implementationSeparate
svg-batikmodule - would contain Apache Batik implementationSince this will certainly involve additional 3rd-party library or libraries - it should be placed into separate module. It will work perfectly along with other v1.3.0 module changes: #336