refY attribute | refY property
Gets the refY attribute on the marker element.
![]() ![]() |
Syntax
| HTML |
|---|
<element refY="p" ... > |
| JavaScript |
|---|
p = object.refY |
Property values
Type: Object
The y-coordinate of the reference point that should be aligned exactly at the marker position.
Standards information
Remarks
The y-coordinate is defined in the coordinate system after application of the viewBox and preserveAspectRatio attributes. If you do not specify the refY property, the effect is the same as if you specify a value of "0".
The refY property is animatable.
See also
- Reference
- SVGMarkerElement
- SVGMarkerElement
- refX
Show:

