Seems that the print/PDF styling didn't consider linked inline images, and draws a nice underline across the image
For example: https://en.wikipedia.org/wiki/Wing_configuration
Developer notes
Problematic rule is:
@media print
a {
border-bottom: 1px solid #aaa;
}An a.image rule should override it.
