diff options
Diffstat (limited to 'WebCore/svg/SVGPolygonElement.idl')
-rw-r--r-- | WebCore/svg/SVGPolygonElement.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGPolygonElement.idl b/WebCore/svg/SVGPolygonElement.idl index e58ec38..b767aaa 100644 --- a/WebCore/svg/SVGPolygonElement.idl +++ b/WebCore/svg/SVGPolygonElement.idl @@ -30,8 +30,9 @@ module svg { SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, - SVGTransformable, - SVGAnimatedPoints { + SVGTransformable { + readonly attribute SVGPointList points; + readonly attribute SVGPointList animatedPoints; }; } |