[html5] r1520 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 5 18:25:48 PDT 2008
Author: ianh
Date: 2008-05-05 18:25:47 -0700 (Mon, 05 May 2008)
New Revision: 1520
Modified:
index
source
Log:
[e] (0) Take responsibility for not being any good.
Modified: index
===================================================================
--- index 2008-05-06 01:09:48 UTC (rev 1519)
+++ index 2008-05-06 01:25:47 UTC (rev 1520)
@@ -19016,10 +19016,12 @@
href="#stroketext">strokeText()</a></code> can spill out of the box given
by the font size (the em square size) and the width returned by <code
title=dom-context-2d-measureText><a
- href="#measuretext">measureText()</a></code> (the text width). If the text
- is to be rendered and removed, care needs to be taken to replace the
- entire area of the canvas that the clipping region covers, not just the
- box given by the em square height and measured text width.</p>
+ href="#measuretext">measureText()</a></code> (the text width). This
+ version of the specification does not provide a way to obtain the bounding
+ box dimensions of the text. If the text is to be rendered and removed,
+ care needs to be taken to replace the entire area of the canvas that the
+ clipping region covers, not just the box given by the em square height and
+ measured text width.</p>
<!-- XXXv4 Drawing text along a given path -->
<!-- XXXv4 Adding text to a path -->
<!-- see also: http://www.w3.org/TR/SVG11/text.html#TextpathLayoutRules -->
Modified: source
===================================================================
--- source 2008-05-06 01:09:48 UTC (rev 1519)
+++ source 2008-05-06 01:25:47 UTC (rev 1520)
@@ -16728,10 +16728,11 @@
of the box given by the font size (the em square size) and the width
returned by <code
title="dom-context-2d-measureText">measureText()</code> (the text
- width). If the text is to be rendered and removed, care needs to be
- taken to replace the entire area of the canvas that the clipping
- region covers, not just the box given by the em square height and
- measured text width.</p>
+ width). This version of the specification does not provide a way to
+ obtain the bounding box dimensions of the text. If the text is to be
+ rendered and removed, care needs to be taken to replace the entire
+ area of the canvas that the clipping region covers, not just the box
+ given by the em square height and measured text width.</p>
<!-- XXXv4 Drawing text along a given path -->
<!-- XXXv4 Adding text to a path -->
More information about the Commit-Watchers
mailing list