mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-29 02:59:58 +02:00
image regeneration
This commit is contained in:
@@ -39,7 +39,7 @@ draw() {
|
||||
noLineDash();
|
||||
|
||||
points.forEach(p => {
|
||||
setColor( randomColor() );
|
||||
setColor(randomColor());
|
||||
circle(p.x, p.y, 3);
|
||||
});
|
||||
}
|
||||
@@ -56,7 +56,7 @@ dragSegment(p0, p1, p2, p3) {
|
||||
};
|
||||
|
||||
noFill();
|
||||
setStroke( randomColor() );
|
||||
setStroke(randomColor() );
|
||||
|
||||
start();
|
||||
this.addCoordinate(0, p1, p2, m1, m2);
|
||||
|
Reference in New Issue
Block a user