Dart API Referencedart:htmlSVGFEGaussianBlurElement

SVGFEGaussianBlurElement Interface

The filter blurs the input image by the amount specified in stdDeviation, which defines the bell-curve.

Extends

SVGFilterPrimitiveStandardAttributes, SVGElement

Methods

Code void setStdDeviation(num stdDeviationX, num stdDeviationY) #

void setStdDeviation(num stdDeviationX, num stdDeviationY);

Fields

Code final SVGAnimatedString in1 #

final SVGAnimatedString in1;

Code final SVGAnimatedNumber stdDeviationX #

final SVGAnimatedNumber stdDeviationX;

Code final SVGAnimatedNumber stdDeviationY #

final SVGAnimatedNumber stdDeviationY;

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.