SVGMaskElement.idl 522 B

1234567891011121314
  1. #import <SVG/SVGElement.idl>
  2. // https://drafts.fxtf.org/css-masking/#InterfaceSVGMaskElement
  3. [Exposed=Window]
  4. interface SVGMaskElement : SVGElement {
  5. // FIXME: readonly attribute SVGAnimatedEnumeration maskUnits;
  6. // FIXME: readonly attribute SVGAnimatedEnumeration maskContentUnits;
  7. // FIXME: readonly attribute SVGAnimatedLength x;
  8. // FIXME: readonly attribute SVGAnimatedLength y;
  9. // FIXME: readonly attribute SVGAnimatedLength width;
  10. // FIXME: readonly attribute SVGAnimatedLength height;
  11. };