mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-27 21:42:53 +00:00
8 lines
274 B
Text
8 lines
274 B
Text
// https://drafts.fxtf.org/css-masking/#InterfaceSVGClipPathElement
|
|
[Exposed=Window]
|
|
interface SVGClipPathElement : SVGElement {
|
|
|
|
// FIXME: readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
|
// FIXME: readonly attribute SVGAnimatedTransformList transform;
|
|
|
|
};
|