VG.net 8.5 Released

VG.net Designer in Visual Studio 2013

We have released version 8.5 of the VG.net vector graphics system. This release supports Visual Studio 2013. Companies who purchased a VG.net license after October 1, 2013, are eligible for a free upgrade. We will be sending you an email.

There is one cosmetic problem which wasted our time, as we could not find a work around. It occurs when your display is set to a high DPI. You can see the problem in the image of the toolbox below, which uses a DPI of 125%, on Windows 7:

Visual Studio 2013 High DPI Toolbox Bug

The ToolboxItem class accepts only Bitmaps with a size of 16x16. We tried many sizes and many bitmap formats. As you can see, this tiny Bitmap is then scaled by the toolbox, and the scaling algorithm adds artifacts. This is an "improvement" Microsoft recently added to Visual Studio 2013. Update: A Microsoft employee was kind enough to send me an email explaining how to avoid the bitmap scaling artifacts. The Visual Studio icon design guidelines are very important. The scaling will be better in the next release of VG.net; it is also improved in the next update to Visual Studio 2013.

No Comments