mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
133c59662b
commit
1162722a7c
1 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue