aboutsummaryrefslogtreecommitdiff
path: root/ps/gfx/sine.js
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2022-06-01 11:47:13 +0200
committerhellekin <hellekin@cepheide.org>2022-06-01 11:53:13 +0200
commit0dc2d6d69287565e3d2d21b0af23905ef905a3ca (patch)
tree2d425f77f8e185d08ce1041b68df720d242c5de5 /ps/gfx/sine.js
parente7aa4089863d608f54c36b63749425f787c7d132 (diff)
downloadlesoiseaux.io-0dc2d6d69287565e3d2d21b0af23905ef905a3ca.tar.gz
Fix for 2022
- Add THX page - Add covers for books in TXT - Slightly debug sine.js
Diffstat (limited to 'ps/gfx/sine.js')
-rw-r--r--ps/gfx/sine.js4
1 files changed, 2 insertions, 2 deletions
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})`);