Hi,
I have a doubt in the garbage collection in JSVGCanvas.
My doubt is if I reuse a JSVGCanvas for rendering a different svg
file, whether the memory used for the previous svg will be 
released?.

What I meant is:
If I have a first case like,    
svgCanvas.setURI(new java.io.File("test1.svg").toURL().toString());
 ..and in a later time I use the same JSVGCanvas object

svgCanvas.setURI(new java.io.File("test2.svg").toURL().toString());
Whether the memory allocated for the previous canvas will be released?.

What I found was that, after setting the URI to a new one, the memory used by 
the particular process is increasing(even if the svg file content is same the 
difference is only in file name).

Please suggest me a solution.

Thanks and Regards,
Shamjith

                
---------------------------------
 To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre.

[Non-text portions of this message have been removed]



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to