Note that Gecko now supports objectFill, objectStroke and objectStrokeWidth.
authorCameron McCormack <cam@mcc.id.au>
Fri, 14 Sep 2012 20:03:58 +1000
changeset 368 13274fa208d7
parent 367 1b6855728789
child 369 9f46c2f1cb89
Note that Gecko now supports objectFill, objectStroke and objectStrokeWidth.
master/painting.html
--- a/master/painting.html	Fri Sep 14 20:03:58 2012 +1000
+++ b/master/painting.html	Fri Sep 14 20:03:58 2012 +1000
@@ -84,6 +84,9 @@
   </table>
 </div>
 
+<p class="issue">Gecko supports values with slightly different names – -moz-objectFill, -moz-objectFillOpacity,
+-moz-objectValue (for stroke width), etc. – so we might want to use those names instead.</p>
+
 <p>Properties <a>'fill'</a> and <a>'stroke'</a> take on a value of type
 <span class="prop-value">&lt;paint&gt;</span>, which is specified as follows:</p>