Fix broken translate in header
This commit is contained in:
parent
68a78a333b
commit
dd5450f6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ const tenPrint = content => {
|
||||||
"xmlns": "http://www.w3.org/2000/svg",
|
"xmlns": "http://www.w3.org/2000/svg",
|
||||||
"style": "overflow: visible"},
|
"style": "overflow: visible"},
|
||||||
["style", "path { fill: none; stroke: none; }"], // avoid flash of unstyled content
|
["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 =>
|
ys.map(y =>
|
||||||
xs.map(x => {
|
xs.map(x => {
|
||||||
const startAngle = random() < 0.5 ? halfPi : 0
|
const startAngle = random() < 0.5 ? halfPi : 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue