refX - SVG: Scalable Vector Graphics 编辑

The refX attribute defines the x coordinate of an element’s reference point.

Two elements are using this attribute: <marker> and <symbol>

marker

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 value0
AnimatableYes
<length-percentage>
Lengths are interpreted as being in the coordinate system of the marker contents, after application of the viewBox and preserveAspectRatio attributes.

Percentage values are interpreted as being a percentage of the viewBox width.
<number>
Numbers are interpreted as being in the coordinate system of the marker contents, after application of the viewBox and preserveAspectRatio attributes.
left
The reference point of the marker is placed at the left edge of the shape.
center
The reference point of the marker is placed at the horizontal center of the shape.
right

The reference point of the marker is placed at the right edge of the shape.

symbol

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 valueNone
AnimatableYes
<length-percentage>
Lengths are interpreted as being in the coordinate system of the marker contents, after application of the viewBox and preserveAspectRatio attributes.

Percentage values are interpreted as being a percentage of the viewBox width.
<number>
Numbers are interpreted as being in the coordinate system of the marker contents, after application of the viewBox and preserveAspectRatio attributes.
left
The reference point of the marker is placed at the left edge of the shape.
center
The reference point of the marker is placed at the horizontal center of the shape.
right
The reference point of the marker is placed at the right edge of the shape.

Specifications

SpecificationStatusComment
Scalable Vector Graphics (SVG) 2
The definition of 'refX' in that specification.
Candidate RecommendationAdded keywords left, center, and right.
Scalable Vector Graphics (SVG) 2
The definition of 'refX' in that specification.
Candidate RecommendationInitial definition for <symbol>
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
The definition of 'refX' in that specification.
RecommendationInitial definition for <marker>

See also

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:70 次

字数:7094

最后编辑:6年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文