Q | |
quadTo |
Draws a quadratic Bézier curve from the current point to (x, y) using (x1, y1) as the control point.
mxPath.prototype.quadTo = function( x1, y1, x, y )
Adds a quadratic curve to the current path.
quadTo: function( x1, y1, x2, y2 )
Adds a quadratic curve to the current path.
quadTo: function( x1, y1, x2, y2 )