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