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