Module org.w3c.dom.svg


module org.w3c.dom.svg
Scalable Vector Graphics (SVG) Java binding.

This is a Java binding for an old version of the SVG DOM API (SVGOM). It is compatible with modern Typed OM but also with the legacy SVGOM API used by Apache Batik (which uses the SVGOM packages at the xml-apis-ext-1.3.04 package), that seem to be a mixture of the SVG 1.0 and SVG 1.1 bindings.

Some method signatures were modified so they match the implementations in Apache Batik.