kopia lustrzana https://github.com/inkstitch/inkstitch
fix fill == none detection
rodzic
9f4f6d85a0
commit
32458c619a
|
@ -462,7 +462,7 @@ class Params(InkstitchExtension):
|
|||
classes = []
|
||||
|
||||
if not is_command(node):
|
||||
if element.get_style("fill", "black") != "none":
|
||||
if element.get_style("fill", "black") is not None:
|
||||
classes.append(AutoFill)
|
||||
classes.append(Fill)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue