aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2025-08-06 18:44:29 +0200
committerhellekin <hellekin@cepheide.org>2025-08-06 18:44:29 +0200
commitc48b85471632074b939b184bf6ee3ca158d7689f (patch)
tree9085134e199335ad879aac67c30f2d246ec3248e
parentc373c86a39d726984a7ced93a55fb5a6a346efc9 (diff)
downloadlesoiseaux.io-c48b85471632074b939b184bf6ee3ca158d7689f.tar.gz
Fix JS error?HEADv1.4.14main
-rw-r--r--ps/gfx/sine.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/gfx/sine.js b/ps/gfx/sine.js
index 181270b..7d91d70 100644
--- a/ps/gfx/sine.js
+++ b/ps/gfx/sine.js
@@ -46,7 +46,7 @@
.append("rect").attr("width", h).attr("height", w)
const graphContainer = svg.append("g")
- .attr('transform', `translate(${-Math.abs(initialX)}, ${-Math.abs(initialY)})`);
+// .attr('transform', `translate(${-Math.abs(initialX)}, ${-Math.abs(initialY)})`);
const state = {
initialX,