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 2012/06/22 16:16:39 UTC

[Xmlgraphics-batik Wiki] Update of "ZoomInLimit" by drool

Dear Wiki user,

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

The "ZoomInLimit" page has been changed by drool:
http://wiki.apache.org/xmlgraphics-batik/ZoomInLimit?action=diff&rev1=1&rev2=2

Comment:
display java code with syntax highlighting

  This function prevents a canvas to zoom beyond a scalar constant value and, in case that a user keeps zooming inside it, the canvas returns the same rendering transform as before the zoom operation. 
  
- {{{#!highlight python
+ {{{#!java
  
      JSVGCanvas canvas = new JSVGCanvas() {
          @Override