(context)
| 125740 | that._context.bezierCurveTo((2 * that._x0 + that._x1) / 3, (2 * that._y0 + that._y1) / 3, (that._x0 + 2 * that._x1) / 3, (that._y0 + 2 * that._y1) / 3, (that._x0 + 4 * that._x1 + x) / 6, (that._y0 + 4 * that._y1 + y) / 6); |
| 125741 | } |
| 125742 | function Basis(context) { |
| 125743 | this._context = context; |
| 125744 | } |
| 125745 | Basis.prototype = { |
| 125746 | areaStart: function() { |
| 125747 | this._line = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected