зеркало из https://github.com/wieslawsoltes/SVG.git
* Improve picture clarity (#987)
https://docs.microsoft.com/en-us/dotnet/api/system.drawing.drawing2d.interpolationmode?view=dotnet-plat-ext-6.0
This commit is contained in:
Родитель
d5e50590c0
Коммит
94b8e3101a
|
@ -135,6 +135,7 @@ namespace Svg
|
|||
g.CompositingQuality = CompositingQuality.HighQuality;
|
||||
g.TextRenderingHint = TextRenderingHint.AntiAlias;
|
||||
g.TextContrast = 1;
|
||||
g.InterpolationMode = InterpolationMode.NearestNeighbor;
|
||||
return g;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче