When using xrightarrow, I sometimes gets weird artifacts on the arrow: it looks like the arrow is somewhat "doubled" in the middle. But this only happens when zoomed out; when I zoom in very close, the artifact disappears. This happens with all the PS and PDF viewers that I've tried.
\documentclass{minimal}
\usepackage{amsmath}
\begin{document}
$\xrightarrow{\quad}$
\end{document}
Result (for SumatraPDF when compiled as a PDF, the results are similar if not identical for other viewers, PDF and PS alike):

Here I just put space to make the arrow longer, but it happens no matter what I put on the arrow. Is there a way around this issue, or an alternative to xrightarrow?
\xrightarrowgenerates a set of minus signs (by\cleaders) followed by arrow. It is possible, that the arrow has different hinting data than the minus. These "hinting" are used for rasterizing at low screen resolution. Or the hinting algorithm does artifact itself when there are overlapping characters. – wipet Oct 16 '14 at 07:38