Dart API Referencedart:htmlSVGPatternElement

SVGPatternElement Interface

The SVGPatternElement interface corresponds to the <pattern> element.

Extends

SVGElement, SVGLangSpace, SVGFitToViewBox, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGURIReference

Fields

Code final SVGAnimatedLength height #

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

Code final SVGAnimatedEnumeration patternContentUnits #

Corresponds to attribute patternContentUnits on the given <pattern> element. Takes one of the constants defined in SVGUnitTypes .
final SVGAnimatedEnumeration patternContentUnits;

Code final SVGAnimatedTransformList patternTransform #

Corresponds to attribute patternTransform on the given <pattern> element.
final SVGAnimatedTransformList patternTransform;

Code final SVGAnimatedEnumeration patternUnits #

Corresponds to attribute patternUnits on the given <pattern> element. Takes one of the constants defined in SVGUnitTypes .
final SVGAnimatedEnumeration patternUnits;

Code final SVGAnimatedLength width #

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

Code final SVGAnimatedLength x #

final SVGAnimatedLength x;

Code final SVGAnimatedLength y #

final SVGAnimatedLength y;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.