css4j / echosvg

SVG implementation in the Java™ Language, fork of Apache Batik, supporting level 4 selectors and colors.
Apache License 2.0
39 stars 2 forks source link

transcoder: allow SVG embedded into XHTML in `XMLAbstractTranscoder` #70

Closed carlosame closed 1 year ago

carlosame commented 1 year ago

Also, try to use a SVG 1.2 implementation when a 1.2 document is found in a DOM document coming from a version 1.1 implementation.

Fixes #69 Fixes #68