1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-21 16:02:08 +02:00

image regeneration

This commit is contained in:
Pomax
2020-09-06 09:18:11 -07:00
parent 1de1fc9ce3
commit 17c50a403b
48 changed files with 97 additions and 15074 deletions

View File

@@ -47,7 +47,7 @@ draw() {
drawLine(p1, p2) {
setStroke(`black`);
line(p1.x, p1.y, p2.x, p2.y);
setStroke( randomColor() );
setStroke(randomColor() );
circle(p1.x, p1.y, 3);
circle(p2.x, p2.y, 3);
}