Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify meter length definition.
git-svn-id: http://svn.whatwg.org/webapps@3052 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 1, 2009
1 parent 3267a59 commit bbaa079
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions index
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 30 April 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 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>
Expand Down Expand Up @@ -23529,12 +23529,12 @@ idea from Mihai:
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>
Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -25749,12 +25749,12 @@ idea from Mihai:
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
Expand Down

0 comments on commit bbaa079

Please sign in to comment.