Drawing in a JSVGCanvas

2004-10-15 Thread Alice Cavallo
Hello all, I created one class that extends JSVGCanvas in order to trace an SVG image displayed on the canvas. I have created my own PaintComponent and other paint methods. It is not working. The LoadSVGCanvas that I wrote is doing nothing at the movement of the mouse. Basically I replicated

Java SAX and SVG files

2004-11-28 Thread Alice Cavallo
Hello all, I am trying to read and process SVG files from a Java application. I am trying to use SAX, but there is some characters that are not understood by SAX. For example, the only way SaxParser could read properly the SVG file (without any error and outputing the right information) was after

Re: Java SAX and SVG files

2004-11-29 Thread Alice Cavallo
) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at javax.xml.parsers.SAXParser.parse(SAXParser.java:281) at drawtool.ParseSVG.main(ParseSVG.java:154) Quoting Thomas DeWeese [EMAIL PROTECTED]: Hi Alice, Alice Cavallo wrote: I am trying to read and process