SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for jsvg-1.6.1-1.2.noarch.rpm :

* Tue Sep 03 2024 Anton Shvetz - Update to v1.6.1
* Changes: + NullPlatformSupport is now a singleton. Its constructor has been deprecated. Use NullPlatformSupport.INSTANCE instead.
* Fixed issues: + Parsing loop if paint-order is invalid (some cases) or normal [#88]
* Thu Aug 01 2024 Anton Shvetz - Update to v1.6.0
* Changes: + Support for feDropShadow + Added experimental support for resolving elements in href from external documents through LoaderContext.builder().elementLoader( ElementLoader.create(ExternalDocumentPolicy.ALLOW_RELATIVE) ) passed to SVGLoader. By default this is disabled.
* Fixed issues: + Filter effects outside the geometry box get clipped by mask [#84] + paint-order doesn\'t get inherited #83
* Sun Jun 16 2024 Anton Shvetz - JPMS: package module descriptor
* Thu Jun 13 2024 Anton Shvetz - Update to v1.5.0
* Changes: + Support for filters on root nodes #61 + stroke-dasharray is now inherited + SVGDocument now exposes its ViewBox through SVGDocument.viewbox() #69 + Support for the color-interpolation-filters property. In particular filters are now computed in the correct colorspace. + together with is now supported. + Introduce SVGRenderingHints.KEY_MASK_CLIP_RENDERING and SVGRenderingHints.VALUE_MASK_CLIP_RENDERING_ACCURACY to ensure proper mask/clipPath isolation to fix #74 if desired. + Support rendering to AWT components #77. + Added SVGDocument.renderWithPlatform(PlatformSupport, Graphics2D, ViewBox)
* Fixed issues: + Improper sub pixel alignment when using masks or filters #62 + Filters are now clipped to filter primitive regions #70 + General correctness improvements for filters in particular and alpha compositing. + Invalid paths now render up to the point where they are valid [#68] + Unitless values for mask bounds are now correctly interpreted as percentages #75 + Fix scenarios where masks are applied incorrectly #74
* Deprecations + SVGDocument.render(JComponent, Graphics2D, ViewBox bounds). Replaced by SVGDocument.render(Component, Graphics2D, ViewBox bounds) + JComponentPlatformSupport replaced by AwtComponentPlatformSupport
* Thu May 23 2024 Anton Shvetz - Update to v1.4.0
* Changes: + The shape of a svg file can now be computed using SVGDocument.computeShape(). + Implemented (experimental) soft clipping for . It can be enabled by setting the SVGRenderingsHints.KEY_SOFT_CLIPPING to SVGRenderingHints.VALUE_SOFT_CLIPPING_ON on the Graphics2D instance.
* Fri Dec 01 2023 Anton Shvetz - Update to v1.3.0
* Changes: + Support for svg resources in tags. #53 + Comments in css declarations (inside