Arrow heads added to arches with small radius look ugly, they do not look symmetrical. Here is an example :
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows.meta}
\begin{document}
\begin{tikzpicture}[>=stealth]
\draw[->] (0,0) arc (00:290:.15cm);
\end{tikzpicture}
\end{document}
This gives an arrow like (screenshot of 24x magnification):

What I would like to have is something like:

Is it possible, how?



flexingandbendinglibraries (untested). – Claudio Fiandrino May 12 '14 at 17:40bending. Could you turn your comment into an answer? – Gonzalo Medina May 12 '14 at 17:54