Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527b7d9 commit 7b9ec69Copy full SHA for 7b9ec69
1 file changed
src/path_cleanup.h
@@ -13,7 +13,8 @@ enum e_quantize_mode
13
void*
14
get_path_iterator(
15
PyObject* path, PyObject* trans, int remove_nans, int do_clip,
16
- double rect[4], enum e_quantize_mode quantize_mode, int do_simplify);
+ double rect[4], enum e_quantize_mode quantize_mode, double stroke_width,
17
+ int do_simplify);
18
19
unsigned
20
get_vertex(void* pipeline, double* x, double* y);
0 commit comments