aboutsummaryrefslogtreecommitdiff
path: root/gerbimg.py
diff options
context:
space:
mode:
Diffstat (limited to 'gerbimg.py')
-rwxr-xr-xgerbimg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerbimg.py b/gerbimg.py
index 50e33e4..870a906 100755
--- a/gerbimg.py
+++ b/gerbimg.py
@@ -98,7 +98,7 @@ def paste_image(
status_print('Calculating contour lines')
plot_contours(out_img,
target,
- offx=(0, 0),
+ offx=(tminx, tminy),
scale=scale,
status_print=lambda *args: status_print(' ', *args))