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 height:AnimatedLength

Corresponds to attribute height on the given <pattern> element.

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 .

var width:AnimatedLength

Corresponds to attribute width on the given <pattern> element.