[html5] r1770 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 13 01:49:25 PDT 2008


Author: ianh
Date: 2008-06-13 01:49:25 -0700 (Fri, 13 Jun 2008)
New Revision: 1770

Modified:
   index
   source
Log:
[] (0) Define 'miter limit' better. (Re: Canvas line style comments)

Modified: index
===================================================================
--- index	2008-06-13 08:42:02 UTC (rev 1769)
+++ index	2008-06-13 08:49:25 UTC (rev 1770)
@@ -19116,8 +19116,9 @@
   <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.

Modified: source
===================================================================
--- source	2008-06-13 08:42:02 UTC (rev 1769)
+++ source	2008-06-13 08:49:25 UTC (rev 1770)
@@ -16727,9 +16727,9 @@
   <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




More information about the Commit-Watchers mailing list