fixing bug 11297

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70213 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-02-14 02:44:51 +00:00
parent 133c59662b
commit 1162722a7c

View file

@ -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 @@ function swf_savedata ($data)
</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>