Typos.
authorCameron McCormack <cam@mcc.id.au>
Tue, 22 May 2012 11:42:08 +1000
changeset 125 2b0ae1977f93
parent 124 cd17c62ae0c6
child 126 cd10bb6d8ab0
Typos.
master/painting.html
--- a/master/painting.html	Tue May 22 11:38:26 2012 +1000
+++ b/master/painting.html	Tue May 22 11:42:08 2012 +1000
@@ -1084,9 +1084,9 @@
       </li>
       <li>Otherwise, this is an ending cap.  Return a rectangle with side lengths <a>'stroke-width'</a> and <a>'stroke-width'</a> / 2 positioned such that:
         <ul>
-          <li>Its longer edges, <var>A</var> and <var>B</var>, are parallel to the line perpendicular to the subpath at distance <var>endposition</var> along it.</li>
+          <li>Its longer edges, <var>A</var> and <var>B</var>, are parallel to the line perpendicular to the subpath at distance <var>position</var> along it.</li>
           <li>The midpoint of <var>A</var> is at <var>end</var>.</li>
-          <li>The direction from the midpoint of <var>A</var> to the midpoint of <var>B</var> is the same as the direction of the subpath at distance <var>endposition</var> along it.</li>
+          <li>The direction from the midpoint of <var>A</var> to the midpoint of <var>B</var> is the same as the direction of the subpath at distance <var>position</var> along it.</li>
         </ul>
       </li>
     </ol>