[html5] r1204 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 9 17:06:02 PST 2008
Author: ianh
Date: 2008-02-09 17:05:59 -0800 (Sat, 09 Feb 2008)
New Revision: 1204
Modified:
index
source
Log:
[e] (0) Simplify the rendering of the Join Triangle.
Modified: index
===================================================================
--- index 2008-02-10 01:01:11 UTC (rev 1203)
+++ index 2008-02-10 01:05:59 UTC (rev 1204)
@@ -16918,9 +16918,8 @@
each on the side furthest from the other line.
<p>A filled triangle connecting these two opposite corners with a straight
- line, with the third point of the triangle being the point of the join
- itself (where the lines touch on the inside of the join), must be rendered
- at all joins. The <code title=dom-context-2d-lineJoin><a
+ line, with the third point of the triangle being the join point, must be
+ rendered at all joins. The <code title=dom-context-2d-lineJoin><a
href="#linejoin">lineJoin</a></code> attribute controls whether anything
else is rendered. The three aforementioned values have the following
meanings:
Modified: source
===================================================================
--- source 2008-02-10 01:01:11 UTC (rev 1203)
+++ source 2008-02-10 01:05:59 UTC (rev 1204)
@@ -14476,9 +14476,8 @@
line.</p>
<p>A filled triangle connecting these two opposite corners with a
- straight line, with the third point of the triangle being the point
- of the join itself (where the lines touch on the inside of the
- join), must be rendered at all joins. The <code
+ straight line, with the third point of the triangle being the join
+ point, must be rendered at all joins. The <code
title="dom-context-2d-lineJoin">lineJoin</code> attribute controls
whether anything else is rendered. The three aforementioned values
have the following meanings:</p>
More information about the Commit-Watchers
mailing list