WebIDLpedia

SVGClipPathElement interface

Definition

CSS Masking Module Level 1 defines SVGClipPathElement

[Exposed=Window]
interface SVGClipPathElement : SVGElement {
  readonly attribute SVGAnimatedEnumeration clipPathUnits;
  readonly attribute SVGAnimatedTransformList transform;
};