Add advanced guide illustrations

This commit is contained in:
Vinayak Mehta
2018-09-13 21:12:25 +05:30
parent 075f11c0df
commit a4fcdc7781
24 changed files with 275 additions and 38 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class Mutex(click.Option):
multiple=True, cls=Mutex, help="(with --mesh) Specify direction"
" in which text will be copied over in a spanning cell.")
@click.option("-shift", "--shift_text", default=["l", "t"],
type=click.Choice(["l", "r", "t", "b"]), multiple=True, cls=Mutex,
type=click.Choice(["", "l", "r", "t", "b"]), multiple=True, cls=Mutex,
help="(with --mesh) Specify direction in which text in a spanning"
" cell should flow.")
@click.option("-l", "--line_close_tol", default=2, cls=Mutex,