1
0
mirror of https://github.com/bk138/gromit-mpx.git synced 2021-05-25 12:43:10 +03:00

README: document maxsize config parameter

re #129, #115
This commit is contained in:
Christian Beier
2021-05-14 13:10:08 +02:00
parent dc5900395f
commit 2c7589da3f

View File

@@ -154,6 +154,15 @@ like this:
"red Marker" = "red Pen" (minsize=14);
You can set a maximum size as well:
"red Marker" = "red Pen" (maxsize=20);
Both `minsize` and `maxsize` can be combined to define a tool that's
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.