Browse Source

color thicker lines red

master
Fr3deric 4 years ago
parent
commit
e83b292d09
  1. 2
      chaostest/braid.js

2
chaostest/braid.js

@ -25,7 +25,7 @@ function braid(params) { @@ -25,7 +25,7 @@ function braid(params) {
var lines = [];
for(let i=0; i<params.num_points; i++) {
var l = new Path.Line(points[i][0], points[i][1]);
l.strokeColor = 'black';
l.strokeColor = 'red';
l.strokeWidth = 5;
lines.push(l);
}

Loading…
Cancel
Save