Newer
Older
minerva / Userland / Libraries / LibWeb / SVG / SVGClipPathElement.idl
@minerva minerva on 13 Jul 300 bytes Initial commit
#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;

};