markerHeight
SVG Elements
- A
- B-C
- D
- E
- 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
- H
- I
- J-L
- M
- N-P
- Q-R
- S
- T
- U
- V-Z
The markerHeight
attribute represents the height of the viewport into which the <marker>
is to be fitted when it is rendered according to the viewBox
and preserveAspectRatio
attributes.
You can use this attribute with the following SVG elements:
Usage notes
Value |
<length-percentage> |
<number>
|
---|---|
Default value | 3 |
Animatable | Yes |
<length-percentage>
-
This value defines either an absolute or a relative height of the marker. Relative values refer to the height specified via the
viewBox
andpreserveAspectRatio
attributes. <number>
-
This value defines the height of the marker in the units defined by the
markerUnits
attribute.
A value of zero disables rendering of the element and negative values are an error.
Specifications
Specification | Status | Comment |
---|---|---|
Scalable Vector Graphics (SVG) 2 The definition of 'markerHeight' in that specification. |
Candidate Recommendation | Allowed percentage and number values. |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'markerHeight' in that specification. |
Recommendation | Initial definition |
Browser compatibility
BCD tables only load in the browser