Exclude hatches from SVG export.

QtSvg does not support clipping which is required for hatches.
This commit is contained in:
WandererFan
2016-07-16 13:16:59 -04:00
parent 6e6904898c
commit 9b81ea1cc9
7 changed files with 63 additions and 40 deletions

View File

@@ -79,8 +79,8 @@ QGIView::QGIView()
m_colCurrent = getNormalColor();
m_pen.setColor(m_colCurrent);
//Border/Label styling
m_font.setPointSize(5.0); //scene units (mm), not points
m_decorPen.setStyle(Qt::DashLine);
m_decorPen.setWidth(0); // 0 => 1px "cosmetic pen"