SVGRectElement: width property - Web APIs | MDN

Value

An SVGAnimatedLength.

Example

js

const rectangle = document.querySelector("rect");
const rectWidth = rectangle.width;
console.log(rectWidth.baseVal.value); // the `width` value

Specifications

Specification
Scalable Vector Graphics (SVG) 2
# __svg__SVGRectElement__width

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.