Vectorize: Render relative to outline layer instead of target layer
This commit is contained in:
parent
36dfb85731
commit
af267f30b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue