You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('-m', '--minstrokewidth', action="store", type=float, default=1, help="The minimum stroke width (useful for fine-tuning the triangulation for certain glyphs, not required most of the time)")
673
692
parser.add_argument('-M', '--maxstrokewidth', action="store", type=float, default=1e100, help="The maximum stroke width (useful for fine-tuning the triangulation for certain glyphs, not required most of the time)")
@@ -678,8 +697,6 @@ def parse_args():
678
697
parser.add_argument('-r', '--radius', action="store", type=float, default=5, help="Radius of dots, in em units (default 5)")
679
698
parser.add_argument('-s', '--spacing', action="store", type=float, default=3.0, help="Spacing of dots, as a multiple of dot radius (default 3.0 for 300%%)")
0 commit comments