The refX
attribute defines the x coordinate of an element’s reference point.
Two elements are using this attribute: <marker>
and <symbol>
For <marker>
, refX
defines the x coordinate of the marker’s reference point, which is to be placed exactly at the marker’s position on the shape.
Value |
<length-percentage> | <number> | left | center | right
|
---|---|
Default value | 0 |
Animatable | Yes |
<length-percentage>
viewBox
and preserveAspectRatio
attributes.viewBox
width.<number>
viewBox
and preserveAspectRatio
attributes.left
center
right
The reference point of the marker is placed at the right edge of the shape.
For <symbol>
, refX
defines the x coordinate of the symbol, which is defined by the cumulative effect of the x
attribute and any transformations on the <symbol>
and its host <use>
element.
Unlike other positioning attributes, refX
is interpreted as being in the coordinate system of the symbol contents, after application of the viewBox
and preserveAspectRatio
attributes. If the attribute is not specified, no horizontal adjustment is made, and the left side of the symbol’s rectangular viewport region (regardless of the viewBox
coordinate) is positioned at the x coordinate.
For backwards compatibility, the behavior when refX
is not specified on a <symbol>
element is different from when it is specified with a value of 0
, and therefore different from the behavior when an equivalent attribute is not specified on a <marker>
element.
Value |
<length> | left | center | right
|
---|---|
Default value | None |
Animatable | Yes |
<length-percentage>
viewBox
and preserveAspectRatio
attributes.viewBox
width.<number>
viewBox
and preserveAspectRatio
attributes.left
center
right
Specification | Status | Comment |
---|---|---|
Scalable Vector Graphics (SVG) 2 The definition of 'refX' in that specification. | Candidate Recommendation | Added keywords left , center , and right . |
Scalable Vector Graphics (SVG) 2 The definition of 'refX' in that specification. | Candidate Recommendation | Initial definition for <symbol>
|
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'refX' in that specification. | Recommendation | Initial definition for <marker>
|
© 2005–2020 Mozilla and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/refX