removing duplicate closing parenthesis in percentage formula
authorCyril Concolato <cyril.concolato@telecom-paristech.fr>
Tue, 24 Jul 2012 14:43:30 +0200
changeset 194 fa83baeb735f
parent 193 2d98198e05bf
child 195 a8e1dcb075e2
removing duplicate closing parenthesis in percentage formula
master/coords.html
--- a/master/coords.html	Mon Jul 23 15:12:22 2012 -0700
+++ b/master/coords.html	Tue Jul 24 14:43:30 2012 +0200
@@ -935,7 +935,7 @@
   <li id="Units_viewport_percentage">For any other length value expressed as a percentage of
   the viewport, the percentage is calculated as the specified
   percentage of <code>sqrt((<em>actual-width</em>)**2 +
-  (<em>actual-height</em>)**2))/sqrt(2)</code>.</li>
+  (<em>actual-height</em>)**2)/sqrt(2)</code>.</li>
 </ul>
 
 <p id="ExampleUnits"><span class="example-ref">Example Units</span> below
@@ -978,7 +978,7 @@
 user units. In particular, note that the <a>'stroke-width'</a> property in the
 middle rectangle is set to 1% of the
 <code>sqrt((<em>actual-width</em>)**2 +
-(<em>actual-height</em>)**2)) / sqrt(2)</code>, which in this
+(<em>actual-height</em>)**2) / sqrt(2)</code>, which in this
 case is .01*sqrt(4000*4000+2000*2000)/sqrt(2), or 31.62. The
 bottom rectangle of the group illustrates what happens when
 values specified in percentage units are scaled.</p>