Q | |
quadTo |
Adds a quadratic curve to the current path.
mxAbstractCanvas2D.prototype.quadTo = function( x1, y1, x2, y2 )
Replaces quadratic curve with bezier curve in VML.
mxVmlCanvas2D.prototype.quadTo = function( x1, y1, x2, y2 )
Adds a quadratic curve to the current path.
mxXmlCanvas2D.prototype.quadTo = function( x1, y1, x2, y2 )