Skip to content

Commit

Permalink
[] (0) Define 'miter limit' better. (Re: Canvas line style comments)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1770 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 13, 2008
1 parent 9f47799 commit fa6c52c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -19116,8 +19116,9 @@ idea from Mihai:
<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 length of the two continuation lines to the line width. If the miter
length would be exceeded, this second triangle must not be rendered.
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>The miter limit ratio can be explicitly set using the <dfn id=miterlimit
title=dom-context-2d-miterLimit><code>miterLimit</code></dfn> attribute.
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -16727,9 +16727,9 @@ idea from Mihai:
<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 length of the two continuation lines to
the line width. If the miter length would be exceeded, this second
triangle must not be rendered.</p>
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 fa6c52c

Please sign in to comment.