mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-20 15:32:09 +02:00
image regeneration
This commit is contained in:
@@ -21,7 +21,7 @@ draw() {
|
||||
};
|
||||
|
||||
drawCurve(c) {
|
||||
setStroke( randomColor() );
|
||||
setStroke(randomColor() );
|
||||
start()
|
||||
c.getLUT(16).forEach(p => vertex(p.x, p.y));
|
||||
end();
|
||||
|
Reference in New Issue
Block a user