Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-batik Wiki" for change notification.
The "ZoomOutLimit" page has been changed by drool: http://wiki.apache.org/xmlgraphics-batik/ZoomOutLimit?action=diff&rev1=2&rev2=3 Comment: display java code with syntax highlighting This feature prevents zooming to carry-out the size of view box. Via an Interactor overriding it verifies that the x and y values applied on the scaling matrix of the rendering transform do not become smaller than 1. - {{{#!highlight python + {{{#!java canvas.getInteractors().add(new AbstractImageZoomInteractor() {
