Commit 4aa9b230 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #6603 from debjan:patch-1

parents e98c1bfb 7f52a553
......@@ -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