From 22f8df579d82f342909b629c0e94b8ff7c5452fd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Dec 2021 14:24:17 -0500 Subject: Revert "Fix advance widths with transforms" This reverts commit ccb651dd2a876a4f4a4cb9351f05332173e709ba. This broke vertical text rendering, see https://gitlab.com/inkscape/inkscape/-/issues/2950. Update affected tests and add a vertical test. --- tests/layouts/bratwurst3.layout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/layouts/bratwurst3.layout') diff --git a/tests/layouts/bratwurst3.layout b/tests/layouts/bratwurst3.layout index 04914992..6ce03c16 100644 --- a/tests/layouts/bratwurst3.layout +++ b/tests/layouts/bratwurst3.layout @@ -131,7 +131,7 @@ }, { "glyph" : 409, - "width" : 18432, + "width" : 17408, "is-cluster-start" : true, "log-cluster" : 1 }, @@ -290,7 +290,7 @@ "glyphs" : [ { "glyph" : 409, - "width" : 18432, + "width" : 17408, "is-cluster-start" : true, "log-cluster" : 0 }, -- cgit v1.2.1