We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2cf2df9 commit 3822c67Copy full SHA for 3822c67
src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
@@ -266,10 +266,8 @@ bool QgsSimpleMarkerSymbolLayerV2::prepareShape()
266
}
267
else if ( mName == "arrow" )
268
{
269
- double eight = 1.0 / 4;
270
- double quarter = 1.0 / 2;
271
-
272
- mPolygon << QPointF( 0, -1 )
+ mPolygon
+ << QPointF( 0, -1 )
273
<< QPointF( 0.5, -0.5 )
274
<< QPointF( 0.25, -0.25 )
275
<< QPointF( 0.25, 1 )
0 commit comments