Improve stroke weighs and balancing, add missing SetPreMultiply()

This commit is contained in:
John Lewin 2018-04-21 14:59:45 -07:00
parent 68b481eb35
commit 8d9db18d69
14 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.Library
{
if (item is LocalZipContainerLink)
{
return Task.FromResult(AggContext.StaticData.LoadIcon(Path.Combine("FileDialog", "folder_zip.png")).AlphaToPrimaryAccent());
return Task.FromResult(AggContext.StaticData.LoadIcon(Path.Combine("FileDialog", "folder_zip.png")).AlphaToPrimaryAccent().SetPreMultiply());
}
return Task.FromResult<ImageBuffer>(null);