Skip to content

Commit

Permalink
Improve sparkler display
Browse files Browse the repository at this point in the history
  • Loading branch information
Dermah committed Oct 14, 2019
1 parent 74d029b commit 5cef0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/assets/js/audience/audience-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ new p5(p => {
drawing.color.b,
255 * (drawing.alive / 10)
);
p.strokeWeight(25);
p.strokeWeight((widthPc(10) * drawing.alive) / 10);
p.noFill();
for (let c = 0; c < 10; c++) {
p.curve(
Expand Down

0 comments on commit 5cef0ad

Please sign in to comment.