Menu

#89 [manual] "line cap" samples order

Next Release
closed-fixed
nobody
manual (1)
5
2018-05-27
2014-11-30
Kevin Ryde
No

In the manual under "Graphic Parameters: Line Width, Line Cap, and Line Join" on /tikz/line cap, the sample output goes round, butt, rect down the page but the source code goes the opposite way rect, butt, round.

It could help clarity if the source code was the same order as the output, for ease of cutting and pasting when you see the style you like in the image.

round isn't likely to be confused, but I had to check twice which is which between butt and rect.

Discussion

  • Stefan Pinnow

    Stefan Pinnow - 2018-05-27
    • labels: --> manual
    • summary: Manual "line cap" samples order --> [manual] "line cap" samples order
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,5 +1,5 @@
    -In the manual under "Graphic Parameters: Line Width, Line Cap, and Line Join" on "/tikz/line cap", the sample output goes round, butt, rect down the page but the source code goes the opposite way rect, butt, round.
    +In the manual under "Graphic Parameters: Line Width, Line Cap, and Line Join" on `/tikz/line cap`, the sample output goes `round`, `butt`, `rect` down the page but the source code goes the opposite way `rect`, `butt`, `round`.
    
     It could help clarity if the source code was the same order as the output, for ease of cutting and pasting when you see the style you like in the image.
    
    -"round" isn't likely to be confused, but I had to check twice which is which between "butt" and "rect".
    +`round` isn't likely to be confused, but I had to check twice which is which between `butt` and `rect`.
    
    • status: open --> closed-fixed
     
  • Stefan Pinnow

    Stefan Pinnow - 2018-05-27

    Done. Thank you for reporting.