support s, S, q, Q, t, T in contour scanner
This commit is contained in:
parent
6d42786d1f
commit
fee93bc969
@ -927,7 +927,7 @@ class ContourScannerAndTrimmer(inkex.EffectExtension):
|
|||||||
isPoly = False
|
isPoly = False
|
||||||
isBezier = False
|
isBezier = False
|
||||||
isPolyBezMixed = False
|
isPolyBezMixed = False
|
||||||
chars = set('aAcC')
|
chars = set('aAcCqQtTsS')
|
||||||
if any((c in chars) for c in str(path)):
|
if any((c in chars) for c in str(path)):
|
||||||
isBezier = True
|
isBezier = True
|
||||||
if ('l' in str(path) or 'L' in str(path)):
|
if ('l' in str(path) or 'L' in str(path)):
|
||||||
|
Reference in New Issue
Block a user