The code
g = Graphics[{AbsoluteThickness[20], Arrowheads[0.5], Arrow[{{0, 0}, {1, 1}}]}, PlotRange -> {{0, 1.1}, {0, 1.1}}]
Export["Arrow.eps", g];
produces an image with a corrupted arrow tip. I'm using version 12.1 on MacOS 11.1.
How can I work around this problem?
Edit: Tried in Windows 10: Same problem.
