Number
js.html.svg.Number (extern class)
The SVGNumber interface corresponds to the number basic data type.
Documentation SVGNumber by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
value: FloatA float representing the number.
Note: If the SVGNumber is read-only, a DOMException with the code NO_MODIFICATION_ALLOWED_ERR is raised on an attempt to change the value.