You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/24 18:55:24 UTC

[Xmlgraphics-batik Wiki] Update of "CanvasInteractors" by HelderMagalhaes

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-batik Wiki" for change notification.

The following page has been changed by HelderMagalhaes:
http://wiki.apache.org/xmlgraphics-batik/CanvasInteractors

The comment on the change is:
Reset transform added (already implemented missing for a while but missing)

------------------------------------------------------------------------------
  The following default mouse interactions can be performed on a JSVGCanvas:
-   *  Shift+Left``Button - Pan
    *  Ctrl+Left``Button - Zoom Box
    *  Shift+Right``Button - Zoom (with instant feedback)
+   *  Shift+Left``Button - Pan
    *  Ctrl+Right``Button - Rotate
+   *  Ctrl+Shift+Right``Button - Reset transform (also known as "Original View")
  
  You can enable or disable these interactors by using the [http://xml.apache.org/batik/javadoc/org/apache/batik/swing/JSVGCanvas.html setEnable*Interactor()] methods of JSVGCanvas.