Dart API Referencedart:htmlSVGClipPathElement

SVGClipPathElement Interface

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

Extends

SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGElement

Fields

Code final SVGAnimatedEnumeration clipPathUnits #

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

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.