Skip to content

Commit

Permalink
README: document arrowtype config
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Mar 11, 2024
1 parent aa1c807 commit 502c1a5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,12 @@ not allowed to change size:

"red fixed Marker" = "red Pen" (minsize=10 maxsize=10);

You can also draw lines that end in an arrow head. For this you
have to specify `arrowsize`. This is a factor relative to the width
of the line. For reasonable arrowheads start with 1.
You can also draw lines that start and/or end in an arrow head. For
this you have to specify `arrowsize` and optionally `arrowtype`.
`arrowsize` is a factor relative to the width of the line. For
reasonable arrowheads start with 1.
`arrowtype` can take `start`, `end` or `double` and defaults to `end`
when `arrowsize` is specified and no `arrowtype` given.

"blue Pen" = "blue Arrow" (arrowsize=2);

Expand Down

0 comments on commit 502c1a5

Please sign in to comment.