Dear All,
I'm trying to get an arrow with the non-arrow side to be rounded. According to the help CapForm should work on Arrow. However this does not work in 10.4:
Graphics[{CapForm["Round"], Thickness[0.2], Line[{{-1, -1}, {1, 1}}]}]
Graphics[{CapForm["Round"], Thickness[0.2], Arrow[{{-1, -1}, {1, 1}}]}]
How to resolve this?