default render no bounds

This commit is contained in:
Michael Fogleman 2018-03-11 14:28:34 -04:00
parent bf422c3ed8
commit 4a81a50ac4
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ def main():
d = axi.Drawing.load(args[0])
d = d.rotate_and_scale_to_fit(12, 8.5, step=90)
path = args[1] if len(args) > 1 else 'out.png'
im = d.render(
scale=109 * 1, line_width=0.25/25.4)
# show_axi_bounds=False, use_axi_bounds=False)
im = d.render()
im.write_to_png(path)
return
device = axi.Device()