blob: 15b1022160924349136bd1d5c2f1c210e320da39 (
plain)
1
2
3
4
5
6
7
|
[Exposed=Window]
interface SVGClipPathElement : SVGElement {
// FIXME: readonly attribute SVGAnimatedEnumeration clipPathUnits;
// FIXME: readonly attribute SVGAnimatedTransformList transform;
};
|