-
SVG 元素
-
A
-
<a>
-
<altGlyph>
-
<altGlyphDef>
-
<altGlyphItem>
-
<animate>
-
<animateColor>
-
<animateMotion>
-
<animateTransform>
-
B-C
-
<circle>
-
<clipPath>
-
<color-profile>
-
<cursor>
-
D
-
<defs>
-
<desc>
-
E
-
<ellipse>
-
F
-
<feBlend>
-
<feColorMatrix>
-
<feComponentTransfer>
-
<feComposite>
-
<feConvolveMatrix>
-
<feDiffuseLighting>
-
<feDisplacementMap>
-
<feDistantLight>
-
<feFlood>
-
<feFuncA>
-
<feFuncB>
-
<feFuncG>
-
<feFuncR>
-
<feGaussianBlur>
-
<feImage>
-
<feMerge>
-
<feMergeNode>
-
<feMorphology>
-
<feOffset>
-
<fePointLight>
-
<feSpecularLighting>
-
<feSpotLight>
-
<feTile>
-
<feTurbulence>
-
<filter>
-
<font>
-
<font-face>
-
<font-face-format>
-
<font-face-name>
-
<font-face-src>
-
<font-face-uri>
-
<foreignObject>
-
G
-
<g>
-
<glyph>
-
<glyphRef>
-
H
-
<hkern>
-
I
-
<image>
-
J-L
-
<line>
-
<linearGradient>
-
M
-
<marker>
-
<mask>
-
<metadata>
-
<missing-glyph>
-
<mpath>
-
N-P
-
<path>
-
<pattern>
-
<polygon>
-
<polyline>
-
Q-R
-
<radialGradient>
-
<rect>
-
S
-
<script>
-
<set>
-
<stop>
-
<style>
-
<svg>
-
<switch>
-
<symbol>
-
T
-
<text>
-
<textPath>
-
<title>
-
<tref>
-
<tspan>
-
U
-
<use>
-
V-Z
-
<view>
-
<vkern>
refY
attribute defines the y coordinate of an element’s reference point.
You can use this attribute with the following SVG elements:
For
<marker>
,
refY
defines the y coordinate of the marker’s reference point, which is to be placed exactly at the marker’s position on the shape.
-
<length-percentage>
Lengths are interpreted as being in the coordinate system of the marker contents, after application of the
viewBox
and
preserveAspectRatio
属性。
Percentage values are interpreted as being a percentage of the
viewBox
height.
-
<number>
Numbers are interpreted as being in the coordinate system of the marker contents, after application of the
viewBox
and
preserveAspectRatio
属性。
-
top
The reference point of the marker is placed at the top edge of the shape.
-
center
The reference point of the marker is placed at the vertical center of the shape.
-
bottom
The reference point of the marker is placed at the bottom edge of the shape.
For
<symbol>
,
refY
defines the y coordinate of the symbol, which is defined by the cumulative effect of the
y
attribute and any transformations on the
<symbol>
and its host
<use>
元素。
Unlike other positioning attributes,
refY
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 vertical adjustment is made, and the top side of the symbol’s rectangular viewport region (regardless of the
viewBox
coordinate) is positioned at the y coordinate.
注意:
For backwards compatibility, the behavior when
refY
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>
元素。
|
值
|
<length>
|
top
|
center
|
bottom
|
|
默认值
|
None
|
|
Animatable
|
Yes
|
-
<length-percentage>
Lengths are interpreted as being in the coordinate system of the marker contents, after application of the
viewBox
and
preserveAspectRatio
属性。
Percentage values are interpreted as being a percentage of the
viewBox
height.
-
<number>
Numbers are interpreted as being in the coordinate system of the marker contents, after application of the
viewBox
and
preserveAspectRatio
属性。
-
top
The reference point of the marker is placed at the top edge of the shape.
-
center
The reference point of the marker is placed at the vertical center of the shape.
-
bottom
The reference point of the marker is placed at the bottom edge of the shape.
Found a problem with this page?
最后修改:
,
由 MDN 贡献者