mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-18 22:41:49 +02:00
image regeneration
This commit is contained in:
@@ -17,7 +17,7 @@ draw() {
|
||||
// See "arc.js" for the code required to find arcs on the curve.
|
||||
let arcs = curve.arcs(this.error);
|
||||
arcs.forEach(a => {
|
||||
setColor( randomColor(0.3) );
|
||||
setColor(randomColor(0.3));
|
||||
arc(
|
||||
a.x, a.y, a.r, a.s, a.e,
|
||||
a.x, a.y
|
||||
|
Reference in New Issue
Block a user