You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
<feComponentTransfor> together with <feFunc[ARGB]> 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.