Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix stroke Width sld import
  • Loading branch information
tudorbarascu committed Sep 19, 2018
1 parent bbfccdc commit 79561aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology/qgsmarkersymbollayer.cpp
Expand Up @@ -1202,6 +1202,7 @@ QgsSymbolLayer *QgsSimpleMarkerSymbolLayer::createFromSld( QDomElement &element
m->setAngle( angle );
m->setOffset( offset );
m->setStrokeStyle( strokeStyle );
m->setStrokeWidth( strokeWidth );
return m;
}

Expand Down

0 comments on commit 79561aa

Please sign in to comment.