diff options
author | hellekin <hellekin@cepheide.org> | 2025-08-06 18:44:29 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2025-08-06 18:44:29 +0200 |
commit | c48b85471632074b939b184bf6ee3ca158d7689f (patch) | |
tree | 9085134e199335ad879aac67c30f2d246ec3248e | |
parent | c373c86a39d726984a7ced93a55fb5a6a346efc9 (diff) | |
download | lesoiseaux.io-c48b85471632074b939b184bf6ee3ca158d7689f.tar.gz |
-rw-r--r-- | ps/gfx/sine.js | 2 |
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, |