2023-11-08 11:04:56 -07:00
|
|
|
#import <SVG/SVGElement.idl>
|
|
|
|
|
|
2023-11-07 19:29:22 -07:00
|
|
|
// https://drafts.fxtf.org/css-masking/#InterfaceSVGMaskElement
|
2023-08-10 09:55:15 +02:00
|
|
|
[Exposed=Window]
|
|
|
|
|
interface SVGMaskElement : SVGElement {
|
2024-05-19 22:15:54 +12:00
|
|
|
[FIXME] readonly attribute SVGAnimatedEnumeration maskUnits;
|
|
|
|
|
[FIXME] readonly attribute SVGAnimatedEnumeration maskContentUnits;
|
|
|
|
|
[FIXME] readonly attribute SVGAnimatedLength x;
|
|
|
|
|
[FIXME] readonly attribute SVGAnimatedLength y;
|
|
|
|
|
[FIXME] readonly attribute SVGAnimatedLength width;
|
|
|
|
|
[FIXME] readonly attribute SVGAnimatedLength height;
|
2023-08-10 09:55:15 +02:00
|
|
|
};
|