The SVGPatternElement interface corresponds to the <pattern> element.
This interface also inherits properties from its parent, SVGElement.
SVGPatternElement.href Read onlyAn SVGAnimatedString corresponding to the href or xlink:href attribute of the given <pattern> element.
SVGPatternElement.patternUnits Read onlyAn SVGAnimatedEnumeration corresponding to the patternUnits attribute of the given <pattern> element. Takes one of the constants defined in SVGUnitTypes.
SVGPatternElement.patternContentUnits Read onlyAn SVGAnimatedEnumeration corresponding to the patternContentUnits attribute of the given <pattern> element. Takes one of the constants defined in SVGUnitTypes.
SVGPatternElement.patternTransform Read onlyAn SVGAnimatedTransformList corresponding to the patternTransform attribute of the given <pattern> element.
SVGPatternElement.viewBox Read onlyAn SVGAnimatedRect corresponding to the viewBox attribute of the given <pattern> element.
SVGPatternElement.preserveAspectRatio Read onlyAn SVGAnimatedPreserveAspectRatio corresponding to the preserveAspectRatio attribute of the given <pattern> element.
SVGPatternElement.x Read onlyAn SVGAnimatedEnumeration corresponding to the x attribute of the given <pattern> element.
SVGPatternElement.y Read onlyAn SVGAnimatedEnumeration corresponding to the y attribute of the given <pattern> element.
SVGPatternElement.width Read onlyAn SVGAnimatedEnumeration corresponding to the width attribute of the given <pattern> element.
SVGPatternElement.height Read onlyAn SVGAnimatedEnumeration corresponding to the height attribute of the given <pattern> element.
This interface doesn't implement any specific methods, but inherits methods from its parent interface, SVGElement.