pubnotes/Overview.html 1.294 1769 1.959 Clarify the meaning of 'butt'.

1.959 Clarify the meaning of 'butt'. (re: Canvas line style comments)
(whatwg r1769) (changed by: Michael Smith)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.294.html#the-2d_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.294.html#terminology_wd2

Current content per affected section: 
  http://dev.w3.org/html5/pubnotes/Overview.html#the-2d_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#terminology_wd2

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-2d_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#terminology_wd2

Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html

http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.293&r2=1.294&f=h

http://html5.org/tools/web-apps-tracker?from=1768&to=1769

===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- Overview.html	2 Jul 2008 21:06:18 -0000	1.293
+++ Overview.html	2 Jul 2008 21:22:13 -0000	1.294
@@ -1416,6 +1416,15 @@
                     set</em>.</li>
                   <li>Text defining the <q>miter length</q> was
                   revised for clarity.</li>
+                  <li>Part of the text defining the <q>butt</q>
+                  value for the
+                  <code class="domattribute">lineCap</code>
+                  attribute was revised to now read (added text
+                  highlighted): <q>The butt value means that the
+                    end of each line has a flat edge
+                    perpendicular to the direction of the line
+                    <em class="highlight">(and that no additional
+                      line cap is added)</em>.</q></li>
                 </ul>
               </div>
             </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- Overview.src.html	2 Jul 2008 21:06:18 -0000	1.278
+++ Overview.src.html	2 Jul 2008 21:22:13 -0000	1.279
@@ -701,6 +701,15 @@
                     set</em>.</li>
                   <li>Text defining the <q>miter length</q> was
                   revised for clarity.</li>
+                  <li>Part of the text defining the <q>butt</q>
+                  value for the
+                  <code class=domattribute>lineCap</code>
+                  attribute was revised to now read (added text
+                  highlighted): <q>The butt value means that the
+                    end of each line has a flat edge
+                    perpendicular to the direction of the line
+                    <em class=highlight>(and that no additional
+                      line cap is added)</em>.</q></li>
                 </ul>
               </section>
             </section>

Received on Wednesday, 2 July 2008 21:24:45 UTC