SVGPoint

Module:
svg
Declared In:

Overview

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



Functions

matrixTransform

matrixTransform


SVGPoint matrixTransform(
    in SVGMatrix matrix); 

Member Data

x
y

x


attribute float x setter raises(DOMException); 


y


attribute float y setter raises(DOMException); 

 

Last Updated: 2009-05-29