Dart API Referencedart:htmlSVGMaskElement

SVGMaskElement Interface

The SVGMaskElement interface provides access to the properties of <mask> elements, as well as methods to manipulate them.

Extends

SVGElement, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGLangSpace

Fields

Code final SVGAnimatedLength height #

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

Code final SVGAnimatedEnumeration maskContentUnits #

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

Code final SVGAnimatedEnumeration maskUnits #

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

Code final SVGAnimatedLength width #

Corresponds to attribute width on the given <mask> 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.