I am developing a Java application that has to meet the following requirements:
1) load and display an SVG image on a JSVGCanvas;
2) when mouse is double clicked, a small jpg image should appear on the canvas at
the coordinates where double click occurs;
3) the SVG file should be modified in order to embed that image in the same position.
Actually, I have no idea about how to achieve requirement 3).
I am quite new to Batik, and I don't know its API very well, especially the classes/interfaces that deal with the DOM. Any suggestion would be really appreciated!!
Thank you, mt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
