Index: core/svg/SVGPathSegMovetoAbs.idl |
diff --git a/core/svg/SVGPathSegMovetoAbs.idl b/core/svg/SVGPathSegMovetoAbs.idl |
index 391b6b7ac03efb40c934f2122b69e232325330d2..5b904457c5871cfe5f4faa0298c5a3c33db4078a 100644 |
--- a/core/svg/SVGPathSegMovetoAbs.idl |
+++ b/core/svg/SVGPathSegMovetoAbs.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#InterfaceSVGPathSegMovetoAbs |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegMovetoAbs : SVGPathSeg { |
attribute float x; |
attribute float y; |