aboutsummaryrefslogtreecommitdiff
path: root/ps/gfx/sine.js
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2022-06-02 16:07:07 +0200
committerhellekin <hellekin@cepheide.org>2022-06-02 16:07:07 +0200
commit2825d95d9f7248d8511d59ab750e9dfaeefd7b4e (patch)
tree9353889b38fe8e63f513f354ee519adc1d6eef2d /ps/gfx/sine.js
parent931c5efce9cd62cd7e8ee994093c5aca6e187de8 (diff)
parent0dc2d6d69287565e3d2d21b0af23905ef905a3ca (diff)
downloadlesoiseaux.io-2825d95d9f7248d8511d59ab750e9dfaeefd7b4e.tar.gz
Merge branch 'thx'
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})`);