Hello Mark,
Thanks for the screenshot. Maybe you can improve the export resolution to get more detailed output?
As some sort of work around you can use screenshot save using Python script:
from PyQt4.QtGui import QPixmap, QApplication
QPixmap.grabWindow(QApplication.desktop().winId(), x1, y1, x2, y2).save('d:/test.png', 'png')