From af267f30b8479fe8ec4e8858013f43ca18a2b86d Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 29 Nov 2018 11:19:26 +0900 Subject: Vectorize: Render relative to outline layer instead of target layer --- gerbolyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gerbolyze.py') 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)) -- cgit