aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2025-08-06 18:36:14 +0200
committerhellekin <hellekin@cepheide.org>2025-08-06 18:36:14 +0200
commitfeb11f47abf7fe6796b559b5377a3139a9a7ad5e (patch)
treedd3179a4baae510b3cb436c71ead22087305e48d
parent3216aea074e122c18894265217ea8d6cbe683cb5 (diff)
downloadlesoiseaux.io-1.4.10.tar.gz
Fix JS error?v1.4.10
-rw-r--r--ps/gfx/sine.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/gfx/sine.js b/ps/gfx/sine.js
index 5fd1026..df658f4 100644
--- a/ps/gfx/sine.js
+++ b/ps/gfx/sine.js
@@ -38,7 +38,7 @@
var x1 = bbox.x + bbox.width / 2
var y1 = bbox.y + bbox.height / 2
//console.log(`rotate(90, ${x1}, ${y1}) translate(${margin.left}, ${margin.top})`)
- return `translate(${margin.left - x1}, ${margin.top -y1}) rotate(90, ${x1}, ${y1})`
+ return `translate(${margin.left - x1}, ${margin.top - y1}) rotate(90, ${x1}, ${y1})`
})
svg.append("defs").append("clipPath").attr("id", "clip")