diff options
author | jaseg <git@jaseg.net> | 2018-11-29 11:19:26 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2018-11-29 11:20:02 +0900 |
commit | af267f30b8479fe8ec4e8858013f43ca18a2b86d (patch) | |
tree | 171b38d23b3672323cca920e06ca4f48ac4bde6d /gerbolyze.py | |
parent | 36dfb8573126b3a3f4ee8d61ef4890e0ed3fd6dd (diff) | |
download | gerbolyze-af267f30b8479fe8ec4e8858013f43ca18a2b86d.tar.gz gerbolyze-af267f30b8479fe8ec4e8858013f43ca18a2b86d.tar.bz2 gerbolyze-af267f30b8479fe8ec4e8858013f43ca18a2b86d.zip |
Vectorize: Render relative to outline layer instead of target layer
Diffstat (limited to 'gerbolyze.py')
-rwxr-xr-x | gerbolyze.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gerbolyze.py b/gerbolyze.py index c92061c..6ad81aa 100755 --- a/gerbolyze.py +++ b/gerbolyze.py @@ -203,7 +203,7 @@ def paste_image( status_print('Calculating contour lines') plot_contours(out_img, target, - offx=(tminx, tminy), + offx=(minx, miny), scale=scale, status_print=lambda *args: status_print(' ', *args)) |