Dart API Referencedart:htmlSVGFEDropShadowElement

SVGFEDropShadowElement Interface

Extends

SVGFilterPrimitiveStandardAttributes, SVGElement

Methods

Code void setStdDeviation(num stdDeviationX, num stdDeviationY) #

void setStdDeviation(num stdDeviationX, num stdDeviationY);

Fields

Code final SVGAnimatedNumber dx #

final SVGAnimatedNumber dx;

Code final SVGAnimatedNumber dy #

final SVGAnimatedNumber dy;

Code final SVGAnimatedString in1 #

final SVGAnimatedString in1;

Code final SVGAnimatedNumber stdDeviationX #

final SVGAnimatedNumber stdDeviationX;

Code final SVGAnimatedNumber stdDeviationY #

final SVGAnimatedNumber stdDeviationY;