Skip to content

Commit 65544a1

Browse files
committed
Fix oops in _path.cpp
1 parent e1e0848 commit 65544a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_path.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ _cleanup_path(PathIterator& path, const agg::trans_affine& trans,
14991499

15001500
transformed_path_t tpath(path, trans);
15011501
nan_removal_t nan_removed(tpath, remove_nans, path.has_curves());
1502-
clipped_t clipped(nan_removed, false, rect);
1502+
clipped_t clipped(nan_removed, do_clip, rect);
15031503
snapped_t snapped(clipped, snap_mode, path.total_vertices(), stroke_width);
15041504
simplify_t simplified(snapped, do_simplify, path.simplify_threshold());
15051505

0 commit comments

Comments
 (0)