small fix in contour scanner
This commit is contained in:
parent
6f6bd52686
commit
5e273ec2c4
@ -695,7 +695,8 @@ class ContourScannerAndTrimmer(inkex.EffectExtension):
|
||||
so.highlight_merges is True:
|
||||
so.draw_subsplit = True
|
||||
|
||||
if so.highlight_merges is True:
|
||||
if so.highlight_duplicates is True or \
|
||||
so.highlight_merges is True:
|
||||
so.filter_subsplit_collinear = True
|
||||
|
||||
if so.filter_subsplit_collinear is True: #this is a must.
|
||||
|
Reference in New Issue
Block a user