SVGLocatable

Module:
svg
Declared In:

Overview

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



Functions

getBBox
getCTM
getScreenCTM
getTransformToElement

getBBox


SVGRect getBBox(); 


getCTM


SVGMatrix getCTM(); 


getScreenCTM


SVGMatrix getScreenCTM(); 


getTransformToElement


SVGMatrix getTransformToElement(
    in SVGElement element) raises(SVGException); 

Member Data

farthestViewportElement
nearestViewportElement

farthestViewportElement


readonly attribute SVGElement farthestViewportElement; 


nearestViewportElement


readonly attribute SVGElement nearestViewportElement; 

 

Last Updated: 2009-05-29