fixed margins

This commit is contained in:
Louis Heredero 2024-05-19 17:29:46 +02:00
parent 8d93e6473e
commit 03361db784
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -463,8 +463,16 @@
ox: ox, ox: ox,
oy: config.margins.at(0) oy: config.margins.at(0)
) )
shapes // Workaround for margins
//draw.circle((300, -3000), fill: red, radius: 2) draw.group(name: "g", padding: config.margins, shapes)
draw.line(
"g.north-west",
"g.north-east",
"g.south-east",
"g.south-west",
stroke: none,
fill: none
)
}) })
} }