Skip to content

Commit

Permalink
Assume show path and cut apth are the same when there is no dedicated…
Browse files Browse the repository at this point in the history
… cut layer
  • Loading branch information
Francois CARON committed Jul 10, 2024
1 parent 7994c8a commit 337f2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SvgRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ SResult<SvgRender> svgToPaths(const QString& filename, bool searchForTspans)
else {
// //No specific cut layer - Draw all layers - But can ont use regmarks.
renderer.render(&p);
render.cutpaths = pg.paths();
// These are the paths in user units.
}
render.showpaths = pg.paths();
Expand Down

0 comments on commit 337f2d9

Please sign in to comment.