From 0c0fbc10e94fc4f5787fb82e491a1901005f2087 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 28 Jun 2018 22:55:05 +0200 Subject: Fix offset issue for xen --- gerbimg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit