r1 attribute | r1 property
Gets or sets the x-axis radius for an ellipse that is associated with a path element.
![]() ![]() |
Syntax
| HTML |
|---|
<element r1="p" ... > |
| JavaScript |
|---|
p = object.r1 |
Property values
Type: Floating-point
The x-axis radius for the path's ellipse component.
Exceptions
| Exception | Condition |
|---|---|
|
An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned. |
Standards information
- Scalable Vector Graphics (SVG) 1.1, Appendix C
See also
Show:

