From 0dc2d6d69287565e3d2d21b0af23905ef905a3ca Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 1 Jun 2022 11:47:13 +0200 Subject: Fix for 2022 - Add THX page - Add covers for books in TXT - Slightly debug sine.js --- ps/gfx/sine.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ps/gfx/sine.js') diff --git a/ps/gfx/sine.js b/ps/gfx/sine.js index 10bf7b6..7ed0e03 100644 --- a/ps/gfx/sine.js +++ b/ps/gfx/sine.js @@ -40,8 +40,8 @@ }) svg.append("defs").append("clipPath").attr("id", "clip") - .append("rect").attr("width", width).attr("height", height) - .append("rect").attr("width", h).attr("height", w) + .append("rect").attr("width", width).attr("height", height) + .append("rect").attr("width", h).attr("height", w) const graphContainer = svg.append("g") .attr('transform', `translate(-${initialX}, -${initialY})`); -- cgit v1.2.3