swf_shapecurveto()
swf_shapecurveto - Draw a quadratic bezier curve between two pointsSyntax
swf_shapecurveto (float $x1, float $y1, float $x2, float $y2)Arguments
- x1 - x-coordinate of the first point.
- y1 - y-coordinate of the first point.
- x2 - x-coordinate of the second point.
- y2 - y-coordinate of the second point.
