Re: Keeping SVG 1.2 code separate from SVG 1.1 code

2005-01-24 Thread Thomas DeWeese
Cameron McCormack wrote: Thomas DeWeese: One option we do have available is to have DOM 3 methods throw exceptions if we are processing a 1.1 document. This still isn't great since you really want to pick these things up at compile time (at least for Java - for JavaScript it doesn't matter

Re: Class PathParser

2005-01-24 Thread Thomas DeWeese
Hi Alice, Alice Mello wrote: It seems like PathParser is ideal for me to use in order to parse a SVG file into a private text file with graph coordinates. But, I have no clue on how to use it. does anyone have an example? Well the code in Batik that uses it is: batik.bridge.SVGPathElementBridg