svg2: Fix error in radial gradient figure caption.

details:   https://svgwg.org/hg/svg2/rev/4b5d07256aee
branches:  
changeset: 501:4b5d07256aee
user:      tbah <tavmjong@free.fr>
date:      Thu May 23 11:30:00 2013 +0200
description:
Fix error in radial gradient figure caption.

diffstat:

 master/pservers.html |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff --git a/master/pservers.html b/master/pservers.html
--- a/master/pservers.html
+++ b/master/pservers.html
@@ -980,18 +980,18 @@ gradient is drawn. The area stays untouc
 
 <div class="figure">
   <img
      alt="Image of a radial gradient with the focal (start circle) outside
 	  the start circle."
      src="images/pservers/radial_gradient_focus_reflect.png"/>
 
   <p class="caption">A radial gradient with the focal (start) circle
-    outside the start circle. The focal circle is the
-    larger circle on the left. The gradient has
+    outside the end circle. The focal circle is the
+    smaller circle on the right. The gradient has
     <span class="attr-value">spreadMethod="reflect"</span>.
   </p>
 </div>
 
 <div class="figure">
   <img
      alt="Image of two radial gradients, one with the focus just inside the circumference
     and one with the focus on the circumference."

Received on Thursday, 23 May 2013 09:33:36 UTC