SVGClipPathElement.idl 206 B

1234567
  1. [Exposed=Window]
  2. interface SVGClipPathElement : SVGElement {
  3. // FIXME: readonly attribute SVGAnimatedEnumeration clipPathUnits;
  4. // FIXME: readonly attribute SVGAnimatedTransformList transform;
  5. };