https://issues.apache.org/bugzilla/show_bug.cgi?id=50361
Amir Mandzuka <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from Amir Mandzuka <[email protected]> 2010-11-29 06:28:38 EST --- Thanks for quick reply. Do you have some link to working example on how to clone SVGDocument. I have tried SVGDocument tempDoc; try { tempDoc = (SVGDocument)jSVGCanvas1.getSVGDocument().clone(); } catch (CloneNotSupportedException e) { e.printStackTrace(); } and error is raised Error(5686,65): method clone() not found in interface org.w3c.dom.svg.SVGDocument Also SVGDocument tempDoc=jSVGCanvas1.getSVGDocument(); and calling transcoder on tempDoc still corrupts that canvas's rendering tree. Regards -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
