Dart API Referencedart:htmlSVGFilterElement

SVGFilterElement Interface

The filter element serves as container for atomic filter operations. It is never rendered directly. A filter is referenced by using the filter attribute on the target SVG element.

Extends

SVGStylable, SVGExternalResourcesRequired, SVGElement, SVGLangSpace, SVGURIReference

Methods

Code void setFilterRes(int filterResX, int filterResY) #

void setFilterRes(int filterResX, int filterResY);

Fields

Code final SVGAnimatedInteger filterResX #

final SVGAnimatedInteger filterResX;

Code final SVGAnimatedInteger filterResY #

final SVGAnimatedInteger filterResY;

Code final SVGAnimatedEnumeration filterUnits #

final SVGAnimatedEnumeration filterUnits;

Code final SVGAnimatedLength height #

final SVGAnimatedLength height;

Code final SVGAnimatedEnumeration primitiveUnits #

final SVGAnimatedEnumeration primitiveUnits;

Code final SVGAnimatedLength width #

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.