> Thomas, there is another issue with my example > (http://www.carto.net/papers/svg/us_population/) - if you load it in Batik and > watch the memory: with each mouse-over and the corresponding event handlers, the > used memory increases, and after a while it will reach "out of memory" - > do you think I did something wrong in my scripts or is this an issue, > the Batik team can resolve? Or is it probably an issue of Rhino, > the JS engine used?
Hi Andreas, This was a bug in dealing with changes in content that was 'use'd. this was tickled by your changing the opacity of states - which caused an update of the 'overview' map - the end result was a leak of the entire map. This is now fixed. This however points out something you should be aware of, the major reason for the delay in highlighting states is because when you change the opacity the entire US map is rebuilt for the use element! BTW while it wasn't the main issue, I think there is a bug in the setup/removal of the pie charts (the id's look bogus to me). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]