From c48b85471632074b939b184bf6ee3ca158d7689f Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 6 Aug 2025 18:44:29 +0200 Subject: Fix JS error? --- ps/gfx/sine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3