We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc1a53 commit e6380a3Copy full SHA for e6380a3
NEWS.md
@@ -1,6 +1,14 @@
1
2
# vdiffr (development version)
3
4
+- The SVG generation engine of vdiffr has been updated (@thomasp85).
5
+ Font sizes are now precomputed for the first 50000 unicode points.
6
+ This allows deterministic computation of text box extents without
7
+ the freetype and harfbuzz dependencies.
8
+
9
+ Note: The main visible change of this update is that points now look
10
+ smaller. Points generated with the previous SVG engine were too large.
11
12
- vdiffr is now licensed as MIT (#95).
13
14
0 commit comments