- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Jun 2008 08:50:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31288
Modified Files:
Overview.html
Log Message:
Define 'miter limit' better. (Re: Canvas line style comments) (whatwg r1770)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.959
retrieving revision 1.960
diff -u -d -r1.959 -r1.960
--- Overview.html 13 Jun 2008 08:42:05 -0000 1.959
+++ Overview.html 13 Jun 2008 08:50:00 -0000 1.960
@@ -19220,8 +19220,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.
Received on Friday, 13 June 2008 08:50:38 UTC