SVGElement Class
Item Index
Properties
Properties
innerHeight
Number
Gets or set the innerHeight of the element in pixels. Excluded the borders. Included are padding.
The getter is calculating through offsetHeight
, the setter will set inline css-style for the height.
Values are numbers without unity.
innerWidth
Number
Gets or set the innerHeight of the element in pixels. Excluded the borders. Included are padding.
The getter is calculating through offsetHeight
, the setter will set inline css-style for the height.
Values are numbers without unity.
svgHeight
Number
Gets or set the height of the element in pixels. Included are padding and border, not any margins.
The getter is calculating through offsetHeight
, the setter will set inline css-style for the height.
Values are numbers without unity.
svgWidth
Number
Gets or set the width of the element in pixels. Included are padding and border, not any margins.
The getter is calculating through offsetHeight
, the setter will set inline css-style for the width.
Values are numbers without unity.