Haiku Vector Icon Format Viewer using WPF in VB.NET
This is a WPF based renderer for the Haiku Vector Icon Format (HVIF).
- most gradients (except linear and radial)
- multiple "Contour" or "Stroke" transformers (does that even make sense?)
- hinting?
This can be built using any modern Visual Studio with VB.NET enabled. Requires .NET 4.0 or higher and System.ValueTuple
.
For testing, the HVIF files from this repository can be used, or HVIF files exported from Haiku Icon-O-Matic.
MIT (inspired by source code from the Haiku project)
The parser code is based on Haiku's libicon, libagg headers and this article by Leah Hanson for the initial format description.