We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f045492 commit 7290e8cCopy full SHA for 7290e8c
src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
@@ -2274,6 +2274,7 @@ QgsStringMap QgsFontMarkerSymbolLayerV2::properties() const
2274
props["outline_width"] = QString::number( mOutlineWidth );
2275
props["outline_width_unit"] = QgsSymbolLayerV2Utils::encodeOutputUnit( mOutlineWidthUnit );
2276
props["outline_width_map_unit_scale"] = QgsSymbolLayerV2Utils::encodeMapUnitScale( mOutlineWidthMapUnitScale );
2277
+ props["joinstyle"] = QgsSymbolLayerV2Utils::encodePenJoinStyle( mPenJoinStyle );
2278
props["angle"] = QString::number( mAngle );
2279
props["offset"] = QgsSymbolLayerV2Utils::encodePoint( mOffset );
2280
props["offset_unit"] = QgsSymbolLayerV2Utils::encodeOutputUnit( mOffsetUnit );
0 commit comments