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
EchoSVG depends on the Apache xmlgraphics-commons project to implement color conversion support for the deprecated SVG 1.1 colors. The color conversions in that module were written with deprecated specifications in mind and therefore lack modern features.
The text was updated successfully, but these errors were encountered:
To achieve that, move the necessary xmlgraphics-commons packages into a new module inside EchoSVG. Eventually replace the deprecated SVG features with modern CSS Colors.
It is worth mentioning that this affects only the deprecated SVG 1.1 color extensions, because for the color conversions of non-deprecated colors, EchoSVG has been using the css4j color infrastructure which is far more modern and offers advanced features like an accurate gamut clamping.
EchoSVG depends on the Apache xmlgraphics-commons project to implement color conversion support for the deprecated SVG 1.1 colors. The color conversions in that module were written with deprecated specifications in mind and therefore lack modern features.
The text was updated successfully, but these errors were encountered: