These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
8 lines
270 B
Text
8 lines
270 B
Text
// https://drafts.fxtf.org/css-masking/#InterfaceSVGClipPathElement
|
|
[Exposed=Window]
|
|
interface SVGClipPathElement : SVGElement {
|
|
|
|
[FIXME] readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
|
[FIXME] readonly attribute SVGAnimatedTransformList transform;
|
|
|
|
};
|