pull/2/merge
Lex Neva 2016-12-19 02:58:21 +00:00
rodzic 80a482af80
commit 3afd6e500f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -941,7 +941,7 @@ class SatinColumn(EmbroideryElement):
node_id = self.node.get("id")
if len(self.csp) != 2:
self.fatal("satin column: object %s invalid: expected exactly two sub-paths, but there are %s" % (node_id, len(csp)))
self.fatal("satin column: object %s invalid: expected exactly two sub-paths, but there are %s" % (node_id, len(self.csp)))
if self.get_style("fill") is not None:
self.fatal("satin column: object %s has a fill (but should not)" % node_id)