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: add methods to transcode from a TranscoderInput and a Document using the Helper #82

Closed carlosame closed 1 year ago

carlosame commented 1 year ago

This should help in integrating the Helper into legacy applications that are based around TranscoderInput. To avoid ambiguities, the Document method is called transcodeDocument.

My intention is to merge this tomorrow and release 0.3.1 later that day or Sunday. If you need more time to review it, please comment.