Index: core/svg/SVGPathSegMovetoRel.idl |
diff --git a/core/svg/SVGPathSegMovetoRel.idl b/core/svg/SVGPathSegMovetoRel.idl |
index 49cfa6778cfa5796e89398e8f1f4913936152f7d..a45f98728c9c190807e2fe684530a357959c35ce 100644 |
--- a/core/svg/SVGPathSegMovetoRel.idl |
+++ b/core/svg/SVGPathSegMovetoRel.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#InterfaceSVGPathSegMovetoRel |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegMovetoRel : SVGPathSeg { |
attribute float x; |
attribute float y; |