#import "@preview/cetz:0.5.2"
#cetz.canvas({
import cetz.draw: *
let s = (symbol: "stealth", stroke: red, fill: blue)
line((0, .3), (1, .3), mark: s)
line((0, 0), (1, 0), mark: (harpoon: true, ..s))
})
It looks like the marker stroke line becomes.. unclosed at the tip?
It looks like the marker stroke line becomes.. unclosed at the tip?