`Plot.arrow([{}], { x1: 0, x2: 1, y: 0, strokeWidth: 1 }).plot()` : the arrow head disappears `Plot.arrow([{}], { x1: 0, x2: 1, y: 0, strokeWidth: 1.00001 }).plot()` : the arrow head is present (same with 0.99999) [reported](https://observablehq.com/d/f6d027fcf77b6cd8) by @yurivish