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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,15 @@
1
1
2
+
## Version 1.4 (2026-03-05)
3
+
4
+
- Updated to MSDFgen 1.13
5
+
- Improved BMP file output - support for BGRA (`mtsdf` mode), optimized size of grayscale files
6
+
- Fixed incorrect output with asymmetrical distance range when inversion occurs due to scanline pass (`-scanline`)
7
+
- Improved precision of cubic curve distance computation
8
+
- Fixed a bug incorrectly adjusting convergent edge segments in shape normalization
9
+
- The library now operates on bitmap section references (instead of contiguous bitmap references), which makes it possible to generate a distance field directly into a subsection of a larger bitmap or a bitmap with the opposite row ordering
0 commit comments