aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-11-29 11:19:26 +0900
committerjaseg <git@jaseg.net>2018-11-29 11:20:02 +0900
commitaf267f30b8479fe8ec4e8858013f43ca18a2b86d (patch)
tree171b38d23b3672323cca920e06ca4f48ac4bde6d
parent36dfb8573126b3a3f4ee8d61ef4890e0ed3fd6dd (diff)
downloadgerbolyze-af267f30b8479fe8ec4e8858013f43ca18a2b86d.tar.gz
gerbolyze-af267f30b8479fe8ec4e8858013f43ca18a2b86d.tar.bz2
gerbolyze-af267f30b8479fe8ec4e8858013f43ca18a2b86d.zip
Vectorize: Render relative to outline layer instead of target layer
-rwxr-xr-xgerbolyze.py2
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))