Skip to content

Commit

Permalink
Removed the last mention of 'size'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhall272 committed Jan 24, 2023
1 parent b4d4758 commit 14a1300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom-arrowsegment.R
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ GeomArrowsegment <- ggproto("GeomArrowsegment", GeomSegment,
gp = gpar(
col = alpha(bundle$colour, bundle$alpha),
fill = fill.value,
lwd = bundle$size * .pt,
lwd = bundle$linewidth * .pt,
lty = bundle$linetype,
lineend = lineend,
linejoin = linejoin
Expand Down

0 comments on commit 14a1300

Please sign in to comment.