mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Merge branch 'master' of https://github.com/scriptographer/paper.js
This commit is contained in:
commit
80245301e7
1 changed files with 1 additions and 1 deletions
|
@ -1833,7 +1833,7 @@ var Path = this.Path = PathItem.extend({
|
|||
normal1 = curve1.getNormal(1).normalize(radius),
|
||||
normal2 = curve2.getNormal(0).normalize(radius),
|
||||
// Intersect the two lines
|
||||
line1 = new Line(point.add(normal1),
|
||||
line1 = new Line(point.subtract(normal1),
|
||||
new Point(-normal1.y, normal1.x)),
|
||||
line2 = new Line(point.subtract(normal2),
|
||||
new Point(-normal2.y, normal2.x)),
|
||||
|
|
Loading…
Reference in a new issue