Draws a quadratic bezier curve.
Namespace: MindFusion.Drawing
Package: Path.js
JavaScript Copy Code |
---|
function quadraticCurveTo (x1, y1, x, y) |
The x-coordinate of the bezier control point.
The y-coordinate of the bezier control point.
The x-coordinate of the ending point.
The y-coordinate of the ending point.