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; } }