Update gen_pattern.py

Save method should save, instead trying to run inkview
pull/6603/head
debjan 9 years ago
parent eca752368b
commit 7f52a553d4
  1. 2
      doc/pattern_tools/gen_pattern.py

@ -61,7 +61,7 @@ class PatternMaker:
def save(self):
c = canvas(self.g,width="%d%s"%(self.width,self.units),height="%d%s"%(self.height,self.units),viewBox="0 0 %d %d"%(self.width,self.height))
c.inkview(self.output)
c.save(self.output)
def main():

Loading…
Cancel
Save