Hello I’ve searched batik mailing list, and batik web
side, and I couldn’t find any example how to customize interactors. What
I want to do is: I would like to have an pan option in my applet when user
clicked some button (applet is switching to pan mode and when user point mouse
cursor on the canvas object and press LeftMouseButton and hold then moving mouse
cursor SVG document is panning, not when "shift + LeftMouseButton" is
pressed) Hope that you understand, what I want to do. Do I have to change
something in JSVGCanvas class (or extend it), or is there an other way to do
this? Please give me some advise, example. Another question is: Is there any way to find out if user
pan SVG document outside it’s bounds? Best Regards Bartosz Celmer |
- Re: Pan interactor Bartosz Celmer
- Re: Pan interactor Tonny Kohar