Hi Marc, Marc Doerflinger <[EMAIL PROTECTED]> wrote on 05/30/2007 09:47:21 AM:
> im using a JSVGCanvas embedded inside a SWT Container. the jsvgcanvas > state is set to ALWAYS_DYNAMIC since i update some svg components via > dom to move them around in the picture. when i move them fast (input via > mouselisteners), im getting bad flickering in the svgcanvs around the > moved object, also sometimes the update just stops and the picture > update seems to hang. im using jdk 1.6.01 and 1.5.11. > enabling double buffering does not help at all, the result is unchanged. > what else could i do to improve the performance? Stop using SWT? Since this never happens with Swing/AWT I suspect it's an issue with how SWT supports Swing. Unfortunately I don't know anything about SWT so I can't help much. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
