Closed
Bug 1932204
Opened 1 year ago
Closed 1 year ago
Modified paper.js demo (http://paperjs.org/examples/voronoi/ ) spends 3minute+ , mostly around Pre/post/incremental Barrier
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1932203
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Go to http://paperjs.org/examples/voronoi/
Click on 'source' on the top-right of the demo
Once the code appears, change line number2 :
Original: var sites = generateBeeHivePoints(view.size / 200, true);
Change to: var sites = generateBeeHivePoints(view.size / 2, true);
Click "Run"
Profile: https://share.firefox.dev/3ZcLPwh
This library is old, and not very popular, and not much updated. So i dont know how important this testcase is.
| Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•