Re: Mouse over canvas fires up CPU

2003-10-24 Thread Thomas DeWeese
Hi Jorge, This is to let you know that this effect should be gone. The hit was to calculate the 'sensitive' regions for every shape, which for complex shapes (many segments) can get extremely time consuming. If you check out current CVS it should behave better. Thomas DeWeese wrote: Jorge Car

Re: Mouse over canvas fires up CPU

2003-08-21 Thread Thomas DeWeese
Jorge Cardoso wrote: Hi, I'm noticing a strange effect (at least to me it's strange) when displaying an SVG: I use a JSVGCanvas to display an SVG document. The document shows up ok but when I pass the mouse over the canvas the cpu usage goes to 100% and it stays there for a couple of seconds (

RE: Mouse over canvas fires up CPU

2003-08-21 Thread zze-DAROUX Olivier FTRD/DIH/GRE
> Hi, > > I'm noticing a strange effect (at least to me it's strange) > when displaying > an SVG: > > I use a JSVGCanvas to display an SVG document. The document > shows up ok but > when I pass the mouse over the canvas the cpu usage goes to > 100% and it > stays there for a couple of secon