Skip to content

Commit

Permalink
Aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 4, 2024
1 parent d0a5b29 commit 390576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layout/qgslayoutexporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ QgsMaskRenderSettings QgsLayoutExporter::createExportMaskSettings()
QgsMaskRenderSettings settings;
// we are quite aggressive here -- we can safely simplify masks without visual degradation, and we'd
// rather have the smaller file sizes this results in
settings.setSimplificationTolerance( 4 );
settings.setSimplificationTolerance( 10 );
return settings;
}

Expand Down

0 comments on commit 390576b

Please sign in to comment.