haXe API Documentation
Back | Index
extern class js.html.svg.PatternElement
extends Element
Available in js
The SVGPatternElement interface corresponds to the <pattern> element.

Documentation for this class was provided by MDN.
var height(default,null) : AnimatedLength
Corresponds to attribute height on the given <pattern> element.
var patternContentUnits(default,null) : AnimatedEnumeration
Corresponds to attribute patternContentUnits on the given <pattern> element. Takes one of the constants defined in SVGUnitTypes .
var patternTransform(default,null) : AnimatedTransformList
Corresponds to attribute patternTransform on the given <pattern> element.
var patternUnits(default,null) : AnimatedEnumeration
Corresponds to attribute patternUnits on the given <pattern> element. Takes one of the constants defined in SVGUnitTypes .
var width(default,null) : AnimatedLength
Corresponds to attribute width on the given <pattern> element.
var x(default,null) : AnimatedLength
var y(default,null) : AnimatedLength
Back | Index