ID: 11297 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Not relevant PHP Version: 4.0.5 New Comment:
I don't really know much about quadratic bezier curves. Can anybody verify that this is correct? Previous Comments: ------------------------------------------------------------------------ [2001-06-05 17:06:39] [EMAIL PROTECTED] bezier curves need three points. I think the following sentence: "The swf_shapecurveto() function draws a quadratic bezier curve from the x coordinate given by x1 and the y coordinate given by y1 to the x coordinate given by x2 and the y coordinate given by y2." should say: "The swf_shapecurveto() function draws a quadratic bezier curve from the current location, through the x coordinate given by x1 and the y coordinate given by y1, to the x coordinate given by x2 and the y coordinate given by y2." ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=11297&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php