Edit: I understand this question has been marked as a duplicate, but the question I linked to doesn't have a solution for me (unless I'm missing something obvious, which is likely). The effect is quite visible when printed on paper. Can anyone suggest how I can avoid the problem and still use Latin Modern for non-maths text? I'm using pdfLaTeX.
I've run into an issue using the implies glyph. I'm using a Latin Modern typeface, 12pt document. The horizontal lines that make up the arrow have a "bump" in the middle. I found this similar question when trying to figure it out, but the issue persists even after printing.
Possible bug with \implies and \Longrightarrow -- there's a dot in the middle of it
To illustrate, here's a picture:

The issue basically disappears when I use \scriptstyle, but I'd rather not. Any ideas?
\documentclass[12pt]{article}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{mathtools}
\begin{document}
$\implies$\par
$\scriptstyle \implies$
\end{document}




"note that this only affects on-line viewing, but printing should be OK"
Which wasn't the case for me. Is there a known workaround? I'm a relative newcomer to fiddling with fonts, any suggestions would be appreciated :)
– Callum Webb Oct 12 '13 at 09:06lmr12, the arrow fromlmsy10 at 12pt. – egreg Oct 12 '13 at 09:16