SVGAngle

Module:
svg
Declared In:

Overview

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



Functions

convertToSpecifiedUnits
newValueSpecifiedUnits

convertToSpecifiedUnits


void convertToSpecifiedUnits(
    in unsigned short unitType); 


newValueSpecifiedUnits


void newValueSpecifiedUnits(
    in unsigned short unitType, 
    in float valueInSpecifiedUnits); 

Member Data

SVG_ANGLETYPE_DEG
SVG_ANGLETYPE_GRAD
SVG_ANGLETYPE_RAD
SVG_ANGLETYPE_UNKNOWN
SVG_ANGLETYPE_UNSPECIFIED
unitType
value
valueAsString
valueInSpecifiedUnits

SVG_ANGLETYPE_DEG


const unsigned short SVG_ANGLETYPE_DEG = 2; 


SVG_ANGLETYPE_GRAD


const unsigned short SVG_ANGLETYPE_GRAD = 4; 


SVG_ANGLETYPE_RAD


const unsigned short SVG_ANGLETYPE_RAD = 3; 


SVG_ANGLETYPE_UNKNOWN


const unsigned short SVG_ANGLETYPE_UNKNOWN = 0; 


SVG_ANGLETYPE_UNSPECIFIED


const unsigned short SVG_ANGLETYPE_UNSPECIFIED = 1; 


unitType


readonly attribute unsigned short unitType; 


value


attribute float value; 


valueAsString


attribute DOMString valueAsString; 


valueInSpecifiedUnits


attribute float valueInSpecifiedUnits; 

 

Last Updated: 2009-05-29