1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

regenerated all images

This commit is contained in:
Pomax
2020-09-06 17:23:52 -07:00
parent 17c50a403b
commit 42b9818441
66 changed files with 407 additions and 328 deletions

View File

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