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/bratwurst.layout | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/layouts/bratwurst.layout') diff --git a/tests/layouts/bratwurst.layout b/tests/layouts/bratwurst.layout index 18a02eca..14979a1a 100644 --- a/tests/layouts/bratwurst.layout +++ b/tests/layouts/bratwurst.layout @@ -30,8 +30,8 @@ "is-wrapped" : false, "is-ellipsized" : false, "unknown-glyphs" : 0, - "width" : 202752, - "height" : 202752, + "width" : 200704, + "height" : 200704, "log-attrs" : [ { "char-break" : true, @@ -137,7 +137,7 @@ }, { "glyph" : 409, - "width" : 18432, + "width" : 17408, "is-cluster-start" : true, "log-cluster" : 1 }, @@ -197,7 +197,7 @@ }, { "glyph" : 409, - "width" : 18432, + "width" : 17408, "is-cluster-start" : true, "log-cluster" : 2 }, -- cgit v1.2.1