Hi,

I've encountered a problem with exporting an SVG document to JPG after
it has been modified by the client.

In the client browser the user is able to drag and drop elements within
the SVG document, which is generated via Batik. The JS interaction is
provided in a JS file, and the events registered using something like:

g.setAttribute("onmouseover", "doonmouseover(evt)");

If the document is exported using the Transcoder API after client side
modifications, the export does not include these modifications, and
shows the components in their original locations.

Is there any way to inform the server side of the client side
modifications to the DOM.

Thanks very much in advance for any tips,

Dylan
                

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to