SVGClipPathElement.idl 304 B

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