svg-flatten: Fix pattern stroke rendering
We applied a transform backwards
This commit is contained in:
parent
d6ca9cdf71
commit
67e4563a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ void gerbolyze::SVGDocument::export_svg_path(RenderContext &ctx, const pugi::xml
|
|||
} else {
|
||||
Paths clip;
|
||||
PolyTreeToPaths(ptree, clip);
|
||||
ctx.mat().phys2doc_clipper(clip);
|
||||
ctx.mat().doc2phys_clipper(clip);
|
||||
|
||||
RenderContext local_ctx(ctx, xform2d(), clip, true);
|
||||
pattern->tile(local_ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue