html5/pubnotes Overview.html,1.293,1.294 Overview.src.html,1.278,1.279

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv25989

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.959 Clarify the meaning of 'butt'. (re: Canvas line style comments) (whatwg r1769)


Index: Overview.html
===================================================================
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:22:50 UTC