[html5] r1203 - /

whatwg at whatwg.org whatwg at whatwg.org
Sat Feb 9 17:01:16 PST 2008


Author: ianh
Date: 2008-02-09 17:01:11 -0800 (Sat, 09 Feb 2008)
New Revision: 1203

Modified:
   index
   source
Log:
[e] (1) Clarify exactly what is meant by some of the line join requirements

Modified: index
===================================================================
--- index	2008-02-10 00:48:05 UTC (rev 1202)
+++ index	2008-02-10 01:01:11 UTC (rev 1203)
@@ -16895,8 +16895,8 @@
 
   <p>The <dfn id=linejoin
    title=dom-context-2d-lineJoin><code>lineJoin</code></dfn> attribute
-   defines the type of corners that that UAs will place where two lines meet.
-   The three valid values are <code>bevel</code>, <code>round</code>, and
+   defines the type of corners that UAs will place where two lines meet. The
+   three valid values are <code>bevel</code>, <code>round</code>, and
    <code>miter</code>.
 
   <p>On setting, any other value than the literal strings <code>bevel</code>,
@@ -16907,14 +16907,16 @@
    href="#linejoin">lineJoin</a></code> attribute must initially have the
    value <code>miter</code>.
 
-  <p>A join exists at any point in a subpath shared by two consecutive pairs
-   of lines. When a subpath is closed, then a join also exists at its first
-   point (equivalent to its last point) connecting the first and last lines
-   in the subpath. In addition to the point where the join occurs, two
-   additional points are relevant to each join: the corners found half the
-   line width away from the join point, perpendicular to the two lines
-   joining at the join point.
+  <p>A join exists at any point in a subpath shared by two consecutive lines.
+   When a subpath is closed, then a join also exists at its first point
+   (equivalent to its last point) connecting the first and last lines in the
+   subpath.
 
+  <p>In addition to the point where the join occurs, two additional points
+   are relevant to each join, one for each line: the two corners found half
+   the line width away from the join point, one perpendicular to each line,
+   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

Modified: source
===================================================================
--- source	2008-02-10 00:48:05 UTC (rev 1202)
+++ source	2008-02-10 01:01:11 UTC (rev 1203)
@@ -14452,8 +14452,8 @@
 
   <p>The <dfn
   title="dom-context-2d-lineJoin"><code>lineJoin</code></dfn>
-  attribute defines the type of corners that that UAs will place where
-  two lines meet. The three valid values are <code>bevel</code>,
+  attribute defines the type of corners that UAs will place where two
+  lines meet. The three valid values are <code>bevel</code>,
   <code>round</code>, and <code>miter</code>.</p>
 
   <p>On setting, any other value than the literal strings
@@ -14465,13 +14465,16 @@
   initially have the value <code>miter</code>.</p>
 
   <p>A join exists at any point in a subpath shared by two consecutive
-  pairs of lines. When a subpath is closed, then a join also exists at
-  its first point (equivalent to its last point) connecting the first
-  and last lines in the subpath. In addition to the point where the
-  join occurs, two additional points are relevant to each join: the
-  corners found half the line width away from the join point,
-  perpendicular to the two lines joining at the join point.</p>
+  lines. When a subpath is closed, then a join also exists at its
+  first point (equivalent to its last point) connecting the first and
+  last lines in the subpath.</p>
 
+  <p>In addition to the point where the join occurs, two additional
+  points are relevant to each join, one for each line: the two corners
+  found half the line width away from the join point, one
+  perpendicular to each line, each on the side furthest from the other
+  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




More information about the Commit-Watchers mailing list