Fix broken translate in header

This commit is contained in:
arne 2022-10-05 13:03:21 +02:00
commit dd5450f6f0

View file

@ -61,7 +61,7 @@ const tenPrint = content => {
"xmlns": "http://www.w3.org/2000/svg",
"style": "overflow: visible"},
["style", "path { fill: none; stroke: none; }"], // avoid flash of unstyled content
["g", {"transform": "translate(0.5, 0.5"},
["g", {"transform": "translate(0.5 0.5)"},
ys.map(y =>
xs.map(x => {
const startAngle = random() < 0.5 ? halfPi : 0