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