Skip to content

Commit

Permalink
Transform the arrow shaft style
Browse files Browse the repository at this point in the history
Fixes #274
  • Loading branch information
cchalmers committed Jun 6, 2016
1 parent 98a047e commit fecd3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/TwoD/Arrow.hs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ arrow' opts len = mkQD' (DelayedLeaf delayedArrow)
opts' = opts
& headStyle %~ maybe id fillTexture globalLC
& tailStyle %~ maybe id fillTexture globalLC
& shaftStyle %~ applyStyle sty
& shaftStyle %~ applyStyle sty . transform tr

-- The head size, tail size, head gap, and tail gap are obtained
-- from the style and converted to output units.
Expand Down

0 comments on commit fecd3d4

Please sign in to comment.