Index: Source/core/svg/SVGStopElement.idl |
diff --git a/Source/core/svg/SVGStopElement.idl b/Source/core/svg/SVGStopElement.idl |
index f8eef5b590ad17d6b12542cac50e2cfd6b5d70bd..ed21e238058c95c5e922a4fd1cb25ba795df8965 100644 |
--- a/Source/core/svg/SVGStopElement.idl |
+++ b/Source/core/svg/SVGStopElement.idl |
@@ -23,6 +23,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGStopElement |
+ |
interface SVGStopElement : SVGElement { |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber offset; |
}; |