Hi Chris,
Chris Lilley wrote:
What is required to make a custom build of Batik such that some elements and attributes, which were previously in the Batik extension namespace but are now part of the SVG 1.2 spec, can be tested in the SVG namespace?
The simplest thing would be to change org.apache.batik.extension.svg.BatikExtConstants.BATIK_EXT_NAMESPACE_URI to be the SVG namespace and do a clean rebuild (this would put a few non-svg 1.2 elements into the SVG namespace but that shouldn't matter).
This is needed to run a modified Batik against the unmodified SVG 1.2 test suite.
If it is preferable I could deliver such a build to you (I could also include the color-rendering-space property support patch in the build as well - which otherwise might be difficult for you to integrate).
Now that SVG 1.2 is getting close and it appears that Batik will have a number of useful 1.2 features I will probably modify Batik to support working with 1.1 or 1.2 SVG automatically.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]