Hi Xavier,

<[EMAIL PROTECTED]> wrote on 10/19/2005 10:58:51 AM:

> I would like to clear the JSVGCanvas component I display in my 
application 
> before the call of the setSVGDocument method. How can it be done ?

        You can call 'setSVGDocument(null)', however I would suspsect that 
you
will have problems if you then immediately called setSVGDocument again
(it would most likely effectively override the call to 'null').  You could
probably delay the second call to setSVGDocument until the first GVT 
rendering
after the first setSVGDocument.

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

Reply via email to