mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Account for total curves in the random tests.
This commit is contained in:
parent
0647792a4f
commit
3e8c6300bc
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ function doRandomTests( testdata ){
|
|||
}
|
||||
success = ixspaper.length === found;
|
||||
testdata.push({
|
||||
curves: seg,
|
||||
curves: p1.curves.length + p2.curves.length,
|
||||
ixsfat: ixsfat.length,
|
||||
ixspaper: ixspaper.length,
|
||||
ratio: ixsfat.length / (seg),
|
||||
|
|
Loading…
Reference in a new issue