Commit 7f52a553 authored by debjan's avatar debjan

Update gen_pattern.py

Save method should save, instead trying to run inkview
parent eca75236
......@@ -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():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment