Hi, Hi, I have an document with about ten Layers (each rather complex about 180 - 270KB).
I am trying to blend one of the Layers out and then blend another in by setting attribute "fill-opacity" in an animation thread from an batik JSVGCanvas. There are always max 2 Layers displayed. Drawing in a small Window (200x100 ) the animation is very fast ( 2100 millis for 5 Frames core2 Duo 1,83 GHz) but with larger sizes (like 1024x768) the repaint takes very long(3998 millis for 5 Frames), so the problem is not the DomRendering. My question is: Whats the bottleneck and is there a workaround? Thank you very much.
