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

@ -42,7 +42,7 @@ namespace MatterHackers.MatterControl.Library
static LocalZipContainerLink()
{
thumbnail = AggContext.StaticData.LoadIcon(System.IO.Path.Combine("FileDialog", "folder_zip.png"));
thumbnail = AggContext.StaticData.LoadIcon(System.IO.Path.Combine("FileDialog", "folder_zip.png")).SetPreMultiply();
}
public bool IsReadOnly { get; } = true;