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/bratwurst4.layout | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/layouts/bratwurst4.layout') diff --git a/tests/layouts/bratwurst4.layout b/tests/layouts/bratwurst4.layout index 7b63ab46..d3628c6c 100644 --- a/tests/layouts/bratwurst4.layout +++ b/tests/layouts/bratwurst4.layout @@ -23,8 +23,8 @@ "is-wrapped" : true, "is-ellipsized" : false, "unknown-glyphs" : 0, - "width" : 115712, - "height" : 115712, + "width" : 114688, + "height" : 114688, "log-attrs" : [ { "char-break" : true, @@ -136,7 +136,7 @@ }, { "glyph" : 409, - "width" : 18432, + "width" : 17408, "is-cluster-start" : true, "log-cluster" : 1 }, @@ -215,7 +215,7 @@ }, { "glyph" : 409, - "width" : 18432, + "width" : 17408, "is-cluster-start" : true, "log-cluster" : 2 }, -- cgit v1.2.1