SVGClipPathElement.idl 274 B

12345678
  1. // https://drafts.fxtf.org/css-masking/#InterfaceSVGClipPathElement
  2. [Exposed=Window]
  3. interface SVGClipPathElement : SVGElement {
  4. // FIXME: readonly attribute SVGAnimatedEnumeration clipPathUnits;
  5. // FIXME: readonly attribute SVGAnimatedTransformList transform;
  6. };