aboutsummaryrefslogtreecommitdiff
path: root/ps/gfx/sine.js
diff options
context:
space:
mode:
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})`);