SVGZoomAndPan

Module:
svg
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

SVG_ZOOMANDPAN_DISABLE
SVG_ZOOMANDPAN_MAGNIFY
SVG_ZOOMANDPAN_UNKNOWN
zoomAndPan

SVG_ZOOMANDPAN_DISABLE


const unsigned short SVG_ZOOMANDPAN_DISABLE = 1; 


SVG_ZOOMANDPAN_MAGNIFY


const unsigned short SVG_ZOOMANDPAN_MAGNIFY = 2; 


SVG_ZOOMANDPAN_UNKNOWN


const unsigned short SVG_ZOOMANDPAN_UNKNOWN = 0; 


zoomAndPan


attribute unsigned short zoomAndPan /*setter raises(DOMException)*/; 

 

Last Updated: 2009-05-29