We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e5059 commit 94b8e31Copy full SHA for 94b8e31
Source/Rendering/SvgRenderer.cs
@@ -135,6 +135,7 @@ private static Graphics CreateGraphics(Image image)
135
g.CompositingQuality = CompositingQuality.HighQuality;
136
g.TextRenderingHint = TextRenderingHint.AntiAlias;
137
g.TextContrast = 1;
138
+ g.InterpolationMode = InterpolationMode.NearestNeighbor;
139
return g;
140
}
141
0 commit comments