Q | |
quadOp, mxAbstractCanvas2D | |
quadTo |
Contains the string used for quadratic paths.
mxAbstractCanvas2D.prototype.quadOp
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 )