mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-14 00:33:09 +00:00
Merge pull request #346 from Kienz/freedrawingFix
Freedraw bugfix for Firefox 3.6.x
This commit is contained in:
commit
b8c573530a
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@
|
|||
var p1 = this._points[0];
|
||||
var p2 = this._points[1];
|
||||
|
||||
ctx.moveTo(p1.x, p1.y);
|
||||
|
||||
for (var i = 1, len = this._points.length; i < len; i++) {
|
||||
// we pick the point between pi+1 & pi+2 as the
|
||||
// end point and p1 as our control point.
|
||||
|
|
|
|||
Loading…
Reference in a new issue