Skip to content

Commit

Permalink
* Improve picture clarity (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLiuLiuLiuLiu committed Jan 14, 2024
1 parent d5e5059 commit 94b8e31
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 94b8e31

Please sign in to comment.