How can I draw a large arrow along a curve? – mathematica.stackexchange.com
herbertfederer
When we draw a large arrow on the curve, the arrow not always along the curve.
pts = {{0, 0}, {1, 5}, {2, -1}, {3, 0}};
Graphics[{Arrowheads[{{.1, .43}}], Arrow@BezierCurve[pts]}]
I want the filled ...
