PatternElement
package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGPatternElement interface corresponds to the pattern element.
Documentation SVGPatternElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
read onlyheight:AnimatedLength
An SVGAnimatedEnumeration corresponding to the height attribute of the given pattern element.
read onlyhref:AnimatedString
read onlypatternContentUnits:AnimatedEnumeration
An SVGAnimatedEnumeration corresponding to the patternContentUnits attribute of the given pattern element. Takes one of the constants defined in SVGUnitTypes.
read onlypatternTransform:AnimatedTransformList
An SVGAnimatedTransformList corresponding to the patternTransform attribute of the given pattern element.
read onlypatternUnits:AnimatedEnumeration
An SVGAnimatedEnumeration corresponding to the patternUnits attribute of the given pattern element. Takes one of the constants defined in SVGUnitTypes.
read onlypreserveAspectRatio:AnimatedPreserveAspectRatio
read onlyviewBox:AnimatedRect
read onlywidth:AnimatedLength
An SVGAnimatedEnumeration corresponding to the width attribute of the given pattern element.
read onlyx:AnimatedLength
An SVGAnimatedEnumeration corresponding to the x attribute of the given pattern element.
read onlyy:AnimatedLength
An SVGAnimatedEnumeration corresponding to the y attribute of the given pattern element.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/PatternElement.html