WebIDLpedia

SVGFilterPrimitiveStandardAttributes interface mixin

Definition

Filter Effects Module Level 1 defines SVGFilterPrimitiveStandardAttributes



interface mixin SVGFilterPrimitiveStandardAttributes {
  readonly attribute SVGAnimatedLength x;
  readonly attribute SVGAnimatedLength y;
  readonly attribute SVGAnimatedLength width;
  readonly attribute SVGAnimatedLength height;
  readonly attribute SVGAnimatedString result;
};

Referring IDL interfaces/dictionaries