Index: core/svg/SVGPathSegArcRel.idl |
diff --git a/core/svg/SVGPathSegArcRel.idl b/core/svg/SVGPathSegArcRel.idl |
index febd2bfea8c8501616c1c1b42e04564bcebd83ac..aa75b5df315abe2708cb0db2c2fa7644bf55564d 100644 |
--- a/core/svg/SVGPathSegArcRel.idl |
+++ b/core/svg/SVGPathSegArcRel.idl |
@@ -24,8 +24,12 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/paths.html#InterfaceSVGPathSegArcRel |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegArcRel : SVGPathSeg { |
attribute float x; |
attribute float y; |