![]() |
VOOZH | about |
The SVG RectElement.width property returns an SVGAnimatedLength corresponding to the attribute of the given rectangle element.
Syntax:
RectElement.width
Return Values: This property returns SVGAnimatedLength object that can be used get the width of the rect element
Example 1:
Output:
👁 ImageExample 2:
Output:
👁 Image