I have an web application where an SVG map is embedded in the web page. The file loads fine the first few times the user navigates to the page (during the same session), but after loading an SVG image several times it appears the SVG images does not load completely.
The SVG map itself is a large SVG file (almost 2 megs uncompressed). >From the looks of it the Adobe SVG Plugin is not reading through all the data after multiple refreshes, as at first the image loses a lot of detail, and then if the user attempts to reload the page again then usually nothing appear (or they get even less detail). Is there something I need to do to unload the SVG file from memory before the page unloads? Is there a way to force the plugin to reload (because currently the user has to close the browser and open a new browser before SVG images will start appearing again). ----- 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/

