VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-rectelement-ry-property/

⇱ SVG RectElement.ry Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG RectElement.ry Property

Last Updated : 30 Mar, 2022

The SVG RectElement.ry property is used to return an SVGAnimatedLength object corresponding to the attribute of the given rectangle element.

Syntax:

RectElement.ry

Return Value: This property returns an SVGAnimatedLength object that can be used to get the "ry" value and other properties of the rectangle element.

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image
Comment