Dart API Referencedart:htmlSVGFEOffsetElement

SVGFEOffsetElement Interface

The input image as a whole is offset by the values specified in the dx and dy attributes. It's used in creating drop-shadows.

Extends

SVGFilterPrimitiveStandardAttributes, SVGElement

Fields

Code final SVGAnimatedNumber dx #

final SVGAnimatedNumber dx;

Code final SVGAnimatedNumber dy #

final SVGAnimatedNumber dy;

Code final SVGAnimatedString in1 #

final SVGAnimatedString in1;

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.