Skip to content

Commit

Permalink
Fix outline rendering in arrow symbol layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Jun 21, 2016
1 parent 543d521 commit 36e7f92
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsarrowsymbollayer.cpp
Expand Up @@ -567,7 +567,7 @@ QPolygonF curvedArrow( QPointF po, QPointF pm, QPointF pd,

spiralArcTo( path, circleCenter, angle_d - headAngle, circleRadius - direction * width / 2, angle_o, circleRadius - direction * startWidth / 2, -direction );

path.lineTo( po );
path.lineTo( circlePoint( circleCenter, circleRadius + direction * startWidth / 2, angle_o ) );
}
else
{
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36e7f92

Please sign in to comment.