[html5] r1532 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue May 6 00:41:38 PDT 2008


Author: ianh
Date: 2008-05-06 00:41:38 -0700 (Tue, 06 May 2008)
New Revision: 1532

Modified:
   index
   source
Log:
[e] (0) making it consistent. dunno whether it's the best value though...

Modified: index
===================================================================
--- index	2008-05-06 06:52:48 UTC (rev 1531)
+++ index	2008-05-06 07:41:38 UTC (rev 1532)
@@ -17451,7 +17451,7 @@
   boolean <a href="#ispointinpath" title=dom-context-2d-isPointInPath>isPointInPath</a>(in float x, in float y);
 
   // text
-           attribute DOMString <a href="#font" title=dom-context-2d-font>font</a>; // (default 8px sans-serif)
+           attribute DOMString <a href="#font" title=dom-context-2d-font>font</a>; // (default 10px sans-serif)
            attribute DOMString <a href="#textalign" title=dom-context-2d-textAlign>textAlign</a>; // "start", "end", "left", "right", "center" (default: "start")
            attribute DOMString <a href="#textbaseline" title=dom-context-2d-textBaseline>textBaseline</a>; // "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" (default: "alphabetic")
   void <a href="#filltext" title=dom-context-2d-fillText>fillText</a>(in DOMString text, in float x, in float y);

Modified: source
===================================================================
--- source	2008-05-06 06:52:48 UTC (rev 1531)
+++ source	2008-05-06 07:41:38 UTC (rev 1532)
@@ -15147,7 +15147,7 @@
   boolean <span title="dom-context-2d-isPointInPath">isPointInPath</span>(in float x, in float y);
 
   // text
-           attribute DOMString <span title="dom-context-2d-font">font</span>; // (default 8px sans-serif)
+           attribute DOMString <span title="dom-context-2d-font">font</span>; // (default 10px sans-serif)
            attribute DOMString <span title="dom-context-2d-textAlign">textAlign</span>; // "start", "end", "left", "right", "center" (default: "start")
            attribute DOMString <span title="dom-context-2d-textBaseline">textBaseline</span>; // "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" (default: "alphabetic")
   void <span title="dom-context-2d-fillText">fillText</span>(in DOMString text, in float x, in float y);




More information about the Commit-Watchers mailing list