![]() |
VOOZH | about |
The d3.path.quadraticCurveTo() function is used to draw the quadratic bezier segment to a certain point from the current points via certain control points.
Syntax:
path.quadraticCurveTo(cpx, cpy, x, y)
Parameters: It takes four parameters as given above and described below.
Example 1:
Output:
👁 ImageExample 2: