Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrix authored and nyalldawson committed Jun 7, 2020
1 parent 133f1ca commit 171a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaprendererjob.cpp
Expand Up @@ -819,7 +819,7 @@ void QgsMapRendererJob::composeSecondPass( LayerRenderJobs &secondPassJobs, Labe
painter->setCompositionMode( QPainter::CompositionMode_DestinationIn );

//Create an "alpha binarized" image of the maskImage to :
//* Elimite aliasing artefact
//* Eliminate antialiasing artefact
//* Avoid applying mask opacity to elements under the mask but not masked
QImage maskBinAlpha = maskImage->createMaskFromColor( 0 );
maskBinAlpha.setColorCount( 0 );
Expand Down

0 comments on commit 171a44a

Please sign in to comment.