mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Change winding quality handling when on starting point
This commit is contained in:
parent
2ef8175cb8
commit
b51a4bed57
1 changed files with 1 additions and 3 deletions
|
@ -593,9 +593,7 @@ PathItem.inject(new function() {
|
|||
onPath = true;
|
||||
}
|
||||
}
|
||||
// TODO: Determine how to handle quality when curve is crossed
|
||||
// at starting point. Do we always need to set to 0?
|
||||
quality = 0;
|
||||
quality /= 4;
|
||||
}
|
||||
vPrev = v;
|
||||
// If we're on the curve, look at the tangent to decide whether to
|
||||
|
|
Loading…
Reference in a new issue