diff --git a/src/_includes/filters/header.js b/src/_includes/filters/header.js index 0edff31..322f9e3 100644 --- a/src/_includes/filters/header.js +++ b/src/_includes/filters/header.js @@ -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