I succeed in loading a  SVG file in a JSVGCanvas with the loadSVGDocument method.
 
But, how can I load a SVGDocument in a JSVGCanvas without a file but a variable of this type?
 
Do I have to define a new class which inherits from JSVGCanvas and redefine the paint method?
 
Thanks.

Reply via email to