Hello,
I am currently working on an SWT application that is embedded with a JSVG canvas. I based my work on some source codes that were posted in this mailing lists. In the application, the canvas is translated every time I move the scroll. The translation is done via the rendering transform of the canvas (just like the same way as JSVG Scrollpane works). The process seems to be logical. But when I run it and move the scroll, there are some times (especially when I move the scroll quickly) when the canvas does not update properly, and instead it just stays to its current position. But, if I move the window of the application in a place where the canvas is hidden and show it up again, then the canvas would be updated. Or, if i place the window of another application over the canvas,and remove it, then the canvas gets updated.
do you know where the problem is?
Philip
