mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-26 17:54:52 +02:00
moulding
This commit is contained in:
@@ -48,8 +48,7 @@ draw() {
|
||||
|
||||
// panel 2: the current iteration step
|
||||
nextPanel();
|
||||
setStroke(`black`);
|
||||
line(0,0,0,this.height);
|
||||
|
||||
this.drawIteration();
|
||||
setFill(`black`);
|
||||
let information = `Initial curves, threshold = ${this.epsilon}px`
|
||||
@@ -64,8 +63,6 @@ draw() {
|
||||
|
||||
// panel 3: intersections
|
||||
nextPanel();
|
||||
setStroke(`black`);
|
||||
line(0,0,0,this.height);
|
||||
this.drawIntersections();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user