| Index: core/svg/SVGCircleElement.idl
|
| diff --git a/core/svg/SVGCircleElement.idl b/core/svg/SVGCircleElement.idl
|
| index 97a6e26353b8951fead5f6dc28e451cfa8bbb1d8..b60422dd2d29754eabc65dd03e61bd592b5c789c 100644
|
| --- a/core/svg/SVGCircleElement.idl
|
| +++ b/core/svg/SVGCircleElement.idl
|
| @@ -25,12 +25,13 @@
|
| */
|
|
|
| interface SVGCircleElement : SVGStyledElement,
|
| - SVGTests,
|
| SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| SVGTransformable {
|
| readonly attribute SVGAnimatedLength cx;
|
| readonly attribute SVGAnimatedLength cy;
|
| readonly attribute SVGAnimatedLength r;
|
| };
|
|
|
| +SVGCircleElement implements SVGExternalResourcesRequired;
|
| +SVGCircleElement implements SVGTests;
|
| +
|
|
|