From f4e5109441700e47a816fb133b6f2cd69c2ca72d Mon Sep 17 00:00:00 2001 From: John Ellson Date: Sat, 7 Sep 2013 18:29:18 -0400 Subject: [PATCH] apply penwidth to all arrows - fixes #2631 --- lib/common/arrows.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common/arrows.c b/lib/common/arrows.c index 4d5a25162..fa374048b 100644 --- a/lib/common/arrows.c +++ b/lib/common/arrows.c @@ -734,6 +734,8 @@ void arrow_gen(GVJ_t * job, emit_state_t emit_state, pointf p, pointf u, double /* linewidth needs to be reset */ gvrender_set_style(job, job->gvc->defaultlinestyle); + gvrender_set_penwidth(job, penwidth); + /* generate arrowhead vector */ u.x -= p.x; u.y -= p.y; -- 2.40.0