Skip to content

Commit 94b8e31

Browse files

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Rendering/SvgRenderer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ private static Graphics CreateGraphics(Image image)
135135
g.CompositingQuality = CompositingQuality.HighQuality;
136136
g.TextRenderingHint = TextRenderingHint.AntiAlias;
137137
g.TextContrast = 1;
138+
g.InterpolationMode = InterpolationMode.NearestNeighbor;
138139
return g;
139140
}
140141

0 commit comments

Comments
 (0)