From 1852b0040c793f894bed9c59448131e28d15b433 Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 12 Jun 2026 15:05:17 +0200 Subject: [PATCH] added some commands --- scripttypo.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripttypo.js b/scripttypo.js index cdcfc05..f235fbb 100644 --- a/scripttypo.js +++ b/scripttypo.js @@ -1,6 +1,6 @@ paper.install(window); -const debug = false; +const debug = true; // canvas const canvas = document.getElementById("canvas-typo"); @@ -351,7 +351,7 @@ function drawLetters(draw) { let path_index = 0; let previousLastPoint; - let n = 0; + // let n = 0; let addLetters = true; // while(path_drew_len < path.length){ @@ -405,6 +405,7 @@ function drawLetters(draw) { addLetters = i < path.length -1; break; }else{ + // ça c'est bizard, ça ne devrait pas fonctionner addLetters = false; } }