Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b9ec69

Browse files
committed
Update the declaration of get_path_iterator, which was changed in
src/path_cleanup.cpp in revision 6897. svn path=/trunk/matplotlib/; revision=8416
1 parent 527b7d9 commit 7b9ec69

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/path_cleanup.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ enum e_quantize_mode
1313
void*
1414
get_path_iterator(
1515
PyObject* path, PyObject* trans, int remove_nans, int do_clip,
16-
double rect[4], enum e_quantize_mode quantize_mode, int do_simplify);
16+
double rect[4], enum e_quantize_mode quantize_mode, double stroke_width,
17+
int do_simplify);
1718

1819
unsigned
1920
get_vertex(void* pipeline, double* x, double* y);

0 commit comments

Comments
 (0)