1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 19:20:39 +02:00
This commit is contained in:
Pomax
2020-09-11 17:34:33 -07:00
parent a2c5c5ab9d
commit 61bb4d00d9
45 changed files with 69 additions and 71 deletions

View File

@@ -21,8 +21,6 @@ transformTension(v) {
draw() {
clear();
setStroke(`lightgrey`);
drawGrid(20);
const p = points, n = points.length;
for (let i=1, e=n-2; i<e; i++) {