mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -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;
|
++count;
|
||||||
vx += hscale;
|
vx += hscale;
|
||||||
});
|
});
|
||||||
ppaper.smooth();
|
// ppaper.smooth();
|
||||||
ppaper.strokeWidth = 2;
|
ppaper.strokeWidth = 2;
|
||||||
ppaper.strokeColor = cpaper;
|
ppaper.strokeColor = cpaper;
|
||||||
ppaper.opacity = 0.75;
|
ppaper.opacity = 0.75;
|
||||||
pfat.smooth();
|
// pfat.smooth();
|
||||||
pfat.strokeWidth = 2;
|
pfat.strokeWidth = 2;
|
||||||
pfat.strokeColor = cfat;
|
pfat.strokeColor = cfat;
|
||||||
pfat.opacity = 0.75;
|
pfat.opacity = 0.75;
|
||||||
|
|
Loading…
Reference in a new issue