Hi,
It would be very helpful if we had a setSVG(String) method in SVGWidget similar to setHTML in HTML widget, so that the SVG to be displayed can be passed over as a string.
With the current implementation, if the server transmits the svg as string I have to parse it and call the different SVGPanel.createXXX methods.
Using HTML.setHTML does not work due to discrepancies in the way IE and firefox handle SVG.
The only solution I currently found was to save the SVG as a file on the server and add an embed tag to HTML or FRAME.
- Ron