mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 22:25:07 +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;
|
|
|
|
};
|