mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-07 09:36:09 -08:00
fix docs typo (#25)
This commit is contained in:
@@ -63,7 +63,7 @@ OPTIONS:
|
|||||||
-i, --input <input> Path to input raster image
|
-i, --input <input> Path to input raster image
|
||||||
-m, --mode <mode> Curver fitting mode `pixel`, `polygon`, `spline`
|
-m, --mode <mode> Curver fitting mode `pixel`, `polygon`, `spline`
|
||||||
-o, --output <output> Path to output vector graphics
|
-o, --output <output> Path to output vector graphics
|
||||||
--path_precision <path_precision> Number of deciaml places to use in path string
|
--path_precision <path_precision> Number of decimal places to use in path string
|
||||||
--preset <preset> Use one of the preset configs `bw`, `poster`, `photo`
|
--preset <preset> Use one of the preset configs `bw`, `poster`, `photo`
|
||||||
-l, --segment_length <segment_length>
|
-l, --segment_length <segment_length>
|
||||||
Perform iterative subdivide smooth until all segments are shorter than this length
|
Perform iterative subdivide smooth until all segments are shorter than this length
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ impl Config {
|
|||||||
let app = app.arg(Arg::with_name("path_precision")
|
let app = app.arg(Arg::with_name("path_precision")
|
||||||
.long("path_precision")
|
.long("path_precision")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.help("Number of deciaml places to use in path string"));
|
.help("Number of decimal places to use in path string"));
|
||||||
|
|
||||||
// Extract matches
|
// Extract matches
|
||||||
let matches = app.get_matches();
|
let matches = app.get_matches();
|
||||||
|
|||||||
Reference in New Issue
Block a user