File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ void QgsComposerShape::createDefaultShapeStyleSymbol()
8181 properties.insert ( " style_border" , " solid" );
8282 properties.insert ( " color_border" , " black" );
8383 properties.insert ( " width_border" , " 0.3" );
84+ properties.insert ( " joinstyle" , " miter" );
8485 mShapeStyleSymbol = QgsFillSymbolV2::createSimple ( properties );
8586
8687 mMaxSymbolBleed = QgsSymbolLayerV2Utils::estimateMaxSymbolBleed ( mShapeStyleSymbol );
Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ void QgsComposition::createDefaultPageStyleSymbol()
277277 properties.insert ( " color" , " white" );
278278 properties.insert ( " style" , " solid" );
279279 properties.insert ( " style_border" , " no" );
280+ properties.insert ( " joinstyle" , " miter" );
280281 mPageStyleSymbol = QgsFillSymbolV2::createSimple ( properties );
281282}
282283
You can’t perform that action at this time.
0 commit comments