mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Fix typo.
This commit is contained in:
parent
0f140e391d
commit
82cefa9846
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ var PathItem = this.PathItem = Item.extend(/** @lends PathItem# */{
|
|||
for (var j = 0; j < coords.length; j += 2) {
|
||||
// Calculate reflection of previous control points
|
||||
control = current.multiply(2).subtract(control);
|
||||
path.quadraticCurveTo(control, getPoint(j, true));
|
||||
this.quadraticCurveTo(control, getPoint(j, true));
|
||||
}
|
||||
break;
|
||||
case 'a':
|
||||
|
|
Loading…
Reference in a new issue