mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
#import <SVG/SVGElement.idl>
|
|
|
|
// https://drafts.fxtf.org/css-masking/#InterfaceSVGClipPathElement
|
|
[Exposed=Window]
|
|
interface SVGClipPathElement : SVGElement {
|
|
|
|
[FIXME] readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
|
[FIXME] readonly attribute SVGAnimatedTransformList transform;
|
|
|
|
};
|