ladybird/Libraries/LibWeb/SVG/SVGClipPathElement.idl

11 lines
300 B
Text
Raw Normal View History

2023-11-08 11:04:56 -07:00
#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;
};