mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153910 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
42c5a6ef3b
commit
da8c631b5a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<reference id="ref.swf">
|
||||
<title>Shockwave Flash Functions</title>
|
||||
<titleabbrev>SWF</titleabbrev>
|
||||
|
@ -84,7 +84,7 @@ for ($i = 0; $i < 30; $i++) {
|
|||
$p = $i/(30-1);
|
||||
swf_pushmatrix();
|
||||
swf_scale(1-($p*.9), 1, 1);
|
||||
swf_rotate60*$p, 'z');
|
||||
swf_rotate(60*$p, 'z');
|
||||
swf_translate(20+20*$p, $p/1.5, 0);
|
||||
swf_rotate(270*$p, 'z');
|
||||
swf_addcolor($p, 0, $p/1.2, -$p);
|
||||
|
|
Loading…
Reference in a new issue