Skip to content

Commit

Permalink
Merge branch 'svg-net:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushub authored Jan 14, 2024
2 parents 517f96c + 94b8e31 commit 091f3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Rendering/SvgRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ private static Graphics CreateGraphics(Image image)
g.CompositingQuality = CompositingQuality.HighQuality;
g.TextRenderingHint = TextRenderingHint.AntiAlias;
g.TextContrast = 1;
g.InterpolationMode = InterpolationMode.NearestNeighbor;
return g;
}

Expand Down

0 comments on commit 091f3a3

Please sign in to comment.