class js.html.svg.PatternElement extends Element
Available on js
The SVGPatternElement
interface corresponds to the <pattern>
element.
Documentation for this class was provided by MDN.
Instance Fields
var patternContentUnits:AnimatedEnumeration
Corresponds to attribute
patternContentUnits
on the given <pattern>
element. Takes one of the constants defined in SVGUnitTypes
.
var patternTransform:AnimatedTransformList
Corresponds to attribute
patternTransform
on the given <pattern>
element.
var patternUnits:AnimatedEnumeration
Corresponds to attribute
patternUnits
on the given <pattern>
element. Takes one of the constants defined in SVGUnitTypes
.