mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
Do not smooth graphs for clearer results.
This commit is contained in:
parent
5d7cc2fb40
commit
bd33446c7c
1 changed files with 2 additions and 2 deletions
|
@ -726,11 +726,11 @@ function plotDataRandom(testdata) {
|
|||
++count;
|
||||
vx += hscale;
|
||||
});
|
||||
ppaper.smooth();
|
||||
// ppaper.smooth();
|
||||
ppaper.strokeWidth = 2;
|
||||
ppaper.strokeColor = cpaper;
|
||||
ppaper.opacity = 0.75;
|
||||
pfat.smooth();
|
||||
// pfat.smooth();
|
||||
pfat.strokeWidth = 2;
|
||||
pfat.strokeColor = cfat;
|
||||
pfat.opacity = 0.75;
|
||||
|
|
Loading…
Reference in a new issue