Posts: 19
Threads: 6
Joined: Oct 2011
Reputation:
0
I have a scenario where I am wrapping a zoompanel around a svgviewbox that I need to load/reload many times. Currently I am simply setting the Source property to a new svg file, but after a couple times, I start getting out of memory errors. Is this the correct way to change the source, or is it not designed to do this?
Posts: 19
Threads: 6
Joined: Oct 2011
Reputation:
0
I am still trying to isolate this issue, but I still cant find a cause. I have commented all my code out that touches the read svg file in anyway, so the only code left is what sets the source. I have found through testing that on first load, the memory is around 300K which I would expect since my svg file is rather large. When setting the source to a different svg file, the memory immediately doubles to 600K+ and does not go back down. This occurs only on the line that sets the source. I don't subscribe to any events other than the SvgFileLoaded event on the svgviewbox. I am putting together a sample project for you to test with and will get it to you shortly.
Posts: 19
Threads: 6
Joined: Oct 2011
Reputation:
0
I put together a sample project to repro this issue and emailed it to you. If you do not get it, it may be because the file attachment was too large. Let me know whether you got it or not.