提交 4aa9b230 编写于 作者: M Maksim Shabunin

Merge pull request #6603 from debjan:patch-1

...@@ -61,7 +61,7 @@ class PatternMaker: ...@@ -61,7 +61,7 @@ class PatternMaker:
def save(self): 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 = 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(): def main():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册