[html5] r3052 - [e] (0) Clarify meter length definition.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 30 20:38:46 PDT 2009
Author: ianh
Date: 2009-04-30 20:38:45 -0700 (Thu, 30 Apr 2009)
New Revision: 3052
Modified:
index
source
Log:
[e] (0) Clarify meter length definition.
Modified: index
===================================================================
--- index 2009-04-30 23:56:53 UTC (rev 3051)
+++ index 2009-05-01 03:38:45 UTC (rev 3052)
@@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 30 April 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 1 May 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -23529,12 +23529,12 @@
the outside edges of the two joining lines, as long as required to
intersect without going over the miter length.</p>
- <p>The miter length is the distance from the point where the lines
- touch on the inside of the join to the intersection of the line
- edges on the outside of the join. The miter limit ratio is the
- maximum allowed ratio of the miter length to half the line width. If
- the miter length would cause the miter limit ratio to be exceeded,
- this second triangle must not be rendered.</p>
+ <p>The miter length is the distance from the point where the join
+ occurs to the intersection of the line edges on the outside of the
+ join. The miter limit ratio is the maximum allowed ratio of the
+ miter length to half the line width. If the miter length would cause
+ the miter limit ratio to be exceeded, this second triangle must not
+ be rendered.</p>
<p>The miter limit ratio can be explicitly set using the <dfn id=dom-context-2d-miterlimit title=dom-context-2d-miterLimit><code>miterLimit</code></dfn>
Modified: source
===================================================================
--- source 2009-04-30 23:56:53 UTC (rev 3051)
+++ source 2009-05-01 03:38:45 UTC (rev 3052)
@@ -25749,12 +25749,12 @@
the outside edges of the two joining lines, as long as required to
intersect without going over the miter length.</p>
- <p>The miter length is the distance from the point where the lines
- touch on the inside of the join to the intersection of the line
- edges on the outside of the join. The miter limit ratio is the
- maximum allowed ratio of the miter length to half the line width. If
- the miter length would cause the miter limit ratio to be exceeded,
- this second triangle must not be rendered.</p>
+ <p>The miter length is the distance from the point where the join
+ occurs to the intersection of the line edges on the outside of the
+ join. The miter limit ratio is the maximum allowed ratio of the
+ miter length to half the line width. If the miter length would cause
+ the miter limit ratio to be exceeded, this second triangle must not
+ be rendered.</p>
<p>The miter limit ratio can be explicitly set using the <dfn
More information about the Commit-Watchers
mailing list