From d04ee413e6647b7c056021b8e88cf3c7ab217448 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 14 Nov 2023 17:11:38 +0000 Subject: [PATCH] Update NEWS.rst --- NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 9958d80e3..c35947031 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +- [glyf] Have ``Glyph.recalcBounds`` skip empty components (base glyph with no contours) + when computing the bounding box of composite glyphs. This simply restores the existing + behavior before some changes were introduced in fonttools 4.44.0 (#3333). + 4.44.1 (released 2023-11-14) ----------------------------