mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-12 03:01:04 +00:00
8 lines
206 B
Text
8 lines
206 B
Text
|
|
[Exposed=Window]
|
||
|
|
interface SVGClipPathElement : SVGElement {
|
||
|
|
|
||
|
|
// FIXME: readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
||
|
|
// FIXME: readonly attribute SVGAnimatedTransformList transform;
|
||
|
|
|
||
|
|
};
|