Skip to content

Commit 40b4884

Browse files
committed
Fix #9088 (Text Annotation Symbols size is wrong in map composer)
1 parent db62a6f commit 40b4884

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/qgsmapcanvasitem.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ bool QgsMapCanvasItem::setRenderContextVariables( QPainter* p, QgsRenderContext&
131131
{
132132
rasterScaleFactor = painterDpi / 25.4;
133133
scaleFactor = dpi / 25.4;
134+
135+
context.setForceVectorOutput( true );
134136
}
135137
else
136138
{

0 commit comments

Comments
 (0)