Hi Jorg,
Jorg Heymans wrote:
I have a small issue with your viewbox fix btw. Again my situation :
1. display a logo in viewbox 0 0 800 600
2a. remove the logo <g> element
2b. get paths from server, set the viewbox on the document to something like 423463.2 -5470604.7 133015 113988, then append the new paths
Result: the new paths are now displayed properly but the logo is being displayed as well still. I checked the DOM tree and it's effectively gone there. With the next redraw (eg canvas resize or something) the logo disappears.
I don't suppose you can reproduce this?
Thoughts?
It sounds to me like a race condition are 2a/b done together in the code or could the be done in different threads (not update thread?) or something?
I'm having a hard time understanding how you could possibly get this result if 2a happened before 2b in the UpdateManger thread.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
