You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core algorithm rewritten to split up advanced edge selection logic into modular template arguments.
Pseudo-distance evaluation reworked to eliminate discontinuities at the midpoint between edges.
MSDF error correction reworked to also fix distances away from edges and consider diagonal pairs. Code simplified.
Added scanline rasterization support for Shape.
Added a scanline pass in the standalone version, which corrects the signs in the distance field according to the selected fill rule (-fillrule). Can be disabled using -noscanline.
Fixed autoframe scaling, which previously caused the output to have unnecessary empty border.
-guessorder switch no longer enabled by default, as the functionality is now provided by the scanline pass.
Updated FreeType and other libraries, changed to static linkage
Added 64-bit and static library builds to the Visual Studio solution