I’m trying to show a plus sign centered in a circle and can’t seem to do it… am I missing something obvious?
#import "@preview/fletcher:0.5.8" as fletcher: diagram, node, edge, shapes
#diagram(
node((0,0), align(horizon)[$+$], shape:shapes.circle, stroke: 1pt+black, width: 4mm, height:4mm),
)



