Skip to content

Commit

Permalink
Fix #9923 (broken arrow symbol)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 31, 2014
1 parent 7e209b9 commit b60794e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
Expand Up @@ -402,7 +402,7 @@ bool QgsSimpleMarkerSymbolLayerV2::prepareShape( QString name )
mPolygon
<< QPointF( 0, -1 )
<< QPointF( 0.5, -0.5 )
<< QPointF( 0.25, -0.25 )
<< QPointF( 0.25, -0.5 )
<< QPointF( 0.25, 1 )
<< QPointF( -0.25, 1 )
<< QPointF( -0.25, -0.5 )
Expand Down

0 comments on commit b60794e

Please sign in to comment.