alindeman               Wed Feb 13 21:44:52 2002 EDT

  Modified files:              
    /phpdoc/en/functions        swf.xml 
  Log:
  fixing bug 11297
  
  
Index: phpdoc/en/functions/swf.xml
diff -u phpdoc/en/functions/swf.xml:1.27 phpdoc/en/functions/swf.xml:1.28
--- phpdoc/en/functions/swf.xml:1.27    Sat Feb  2 10:36:10 2002
+++ phpdoc/en/functions/swf.xml Wed Feb 13 21:44:51 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
  <reference id="ref.swf">
   <title>Shockwave Flash functions</title>
   <titleabbrev>SWF</titleabbrev>
@@ -966,12 +966,12 @@
      </methodsynopsis>
     <para>
      The <function>swf_shapecurveto</function> function draws a
-     quadratic bezier curve from the x coordinate given by
-     <parameter>x1</parameter> and the y coordinate given by
-     <parameter>y1</parameter> to the x coordinate given by
-     <parameter>x2</parameter> and the y coordinate given by
-     <parameter>y2</parameter>.  The current position is then set to
-     the x,y coordinates given by the <parameter>x2</parameter> and
+     quadratic bezier curve from the current location, though the x
+     coordinate given by <parameter>x1</parameter> and the y 
+     coordinate given by <parameter>y1</parameter> to the x
+     coordinate given by <parameter>x2</parameter> and the y coordinate
+     given by <parameter>y2</parameter>.  The current position is then
+     set to the x,y coordinates given by the <parameter>x2</parameter> and
      <parameter>y2</parameter> parameters
     </para>
    </refsect1>


Reply via email to