mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-26 17:54:52 +02:00
image regeneration
This commit is contained in:
@@ -95,7 +95,7 @@ drawIteration() {
|
||||
pair.forEach(b => {
|
||||
let curve = new Bezier(this, b.points);
|
||||
curve.drawCurve();
|
||||
curve.drawBoundingBox( randomColor() );
|
||||
curve.drawBoundingBox(randomColor());
|
||||
})
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user