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/valid-20.layout | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/layouts/valid-20.layout') diff --git a/tests/layouts/valid-20.layout b/tests/layouts/valid-20.layout index 8217b28b..950be74b 100644 --- a/tests/layouts/valid-20.layout +++ b/tests/layouts/valid-20.layout @@ -40,8 +40,8 @@ "is-wrapped" : false, "is-ellipsized" : false, "unknown-glyphs" : 0, - "width" : 79872, - "height" : 79872, + "width" : 67584, + "height" : 67584, "log-attrs" : [ { "char-break" : true, @@ -138,7 +138,7 @@ "glyphs" : [ { "glyph" : 244, - "width" : 19456, + "width" : 15360, "x-offset" : 14764, "y-offset" : 3844, "is-cluster-start" : true, @@ -146,7 +146,7 @@ }, { "glyph" : 272, - "width" : 19456, + "width" : 15360, "x-offset" : 14764, "y-offset" : 4280, "is-cluster-start" : true, @@ -154,7 +154,7 @@ }, { "glyph" : 273, - "width" : 19456, + "width" : 15360, "x-offset" : 14764, "y-offset" : 3506, "is-cluster-start" : true, -- cgit v1.2.1