Jorg Heymans wrote:
Not sure if i understood what you meant here.
I printed out the class reference of the svgdoc generated by me *before* and *after* (using canvas.getSVGDocument ) the setSVGDocument call, both are the same ([EMAIL PROTECTED])
This is a good test. If you get the same object back from getSVGDocument as you pass into setSVGDocument then it didn't clone it. Are you running both of these in the same Applet one after the other? If so you may just be seeing the effects of class loading. Try swapping the order (do setURI test first then the setDocument).
Observations:
- Why are there no document loading events being emitted in the first case?
Because the load events come from the Canvas not the SAXSVGDocumentFactory. Because the document is already loaded by you this does nothing.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]