small fix in contour scanner

This commit is contained in:
Mario Voigt 2021-07-03 14:38:10 +02:00
parent 6f6bd52686
commit 5e273ec2c4
1 changed files with 2 additions and 1 deletions

View File

@ -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.