Add IDL for <solidColor>.
authorCameron McCormack <cam@mcc.id.au>
Sun, 29 Jul 2012 15:16:19 +1000
changeset 211 ab184e42fec4
parent 210 c14865d9fa53
child 212 8449fc3ab5eb
Add IDL for <solidColor>.
master/svg.idl
--- a/master/svg.idl	Sun Jul 29 12:55:54 2012 +1000
+++ b/master/svg.idl	Sun Jul 29 15:16:19 2012 +1000
@@ -5771,6 +5771,14 @@
   };
 
   /**
+   * The <a>SVGSolidColorElement</a> interface correspond to the
+   * <a>'solidColor'</a> element.
+   */
+  interface SVGSolidColorelement :
+                SVGElement,
+                SVGStylable {};
+
+  /**
    * The <a>SVGGradientElement</a> interface is a base interface used by
    * <a>SVGLinearGradientElement</a> and <a>SVGRadialGradientElement</a>.
    */