This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

SVGAngle

Inherits from SVGElementSVGElement

Properties

No properties.

Methods

No methods.

Events

No events.

Inherited from SVGElement

Properties

No properties.

Methods

No methods.

Events

No events.

Notes

Remarks

Note: In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherent core HTML attributes, properties, events, methods, and styles.

Standards information

Members

The SVGAngle object has these methods:

  • convertToSpecifiedUnits: Changes the stored unit identifier to the specified type.
  • newValueSpecifiedUnits: Resets the specified value as a number with the specified unit type, replacing the values for all of the attributes on the object.

The SVGAngle object has these properties:

  • unitType: Gets or sets a value that indicates the type of angle units.
  • value: Gets or sets the value of the given attribute.
  • valueAsString: Gets or sets the string form of the value property, in the units that svgUnitTypes specifies.
  • valueInSpecifiedUnits: Gets or sets the length or angle value, as a floating point number, in the units that svgUnitTypes specifies.

Attributions