File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1586,11 +1586,11 @@ QgsSymbolLayerV2* QgsSVGFillSymbolLayer::create( const QgsStringMap& properties
1586
1586
if ( properties.contains ( " angle_expression" ) )
1587
1587
symbolLayer->setDataDefinedProperty ( " angle" , properties[" angle_expression" ] );
1588
1588
if ( properties.contains ( " svgFillColor_expression" ) )
1589
- symbolLayer->setDataDefinedProperty ( " svgFillColor" , " svgFillColor_expression" );
1589
+ symbolLayer->setDataDefinedProperty ( " svgFillColor" , properties[ " svgFillColor_expression" ] );
1590
1590
if ( properties.contains ( " svgOutlineColor_expression" ) )
1591
- symbolLayer->setDataDefinedProperty ( " svgOutlineColor" , " svgOutlineColor_expression" );
1592
- if ( properties.contains ( " svgOutlineWidth " ) )
1593
- symbolLayer->setDataDefinedProperty ( " svgOutlineWidth" , " svgOutlineWidth_expression" );
1591
+ symbolLayer->setDataDefinedProperty ( " svgOutlineColor" , properties[ " svgOutlineColor_expression" ] );
1592
+ if ( properties.contains ( " svgOutlineWidth_expression " ) )
1593
+ symbolLayer->setDataDefinedProperty ( " svgOutlineWidth" , properties[ " svgOutlineWidth_expression" ] );
1594
1594
1595
1595
return symbolLayer;
1596
1596
}
You can’t perform that action at this time.
0 commit comments