diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-17 14:24:17 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-17 14:47:59 -0500 |
commit | 22f8df579d82f342909b629c0e94b8ff7c5452fd (patch) | |
tree | 7112e37d600ce33fa5613f46d12b33879c457b4b /tests/layouts/bratwurst2.layout | |
parent | e54d4fd26f6e73a32b89fd8d72ec09103ecd386e (diff) | |
download | pango-22f8df579d82f342909b629c0e94b8ff7c5452fd.tar.gz |
Revert "Fix advance widths with transforms"fix-vertical-regression
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.
Diffstat (limited to 'tests/layouts/bratwurst2.layout')
-rw-r--r-- | tests/layouts/bratwurst2.layout | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/layouts/bratwurst2.layout b/tests/layouts/bratwurst2.layout index 34d83ec8..311a2994 100644 --- a/tests/layouts/bratwurst2.layout +++ b/tests/layouts/bratwurst2.layout @@ -23,8 +23,8 @@ "is-wrapped" : false, "is-ellipsized" : false, "unknown-glyphs" : 0, - "width" : 202752, - "height" : 202752, + "width" : 200704, + "height" : 200704, "log-attrs" : [ { "char-break" : true, @@ -130,7 +130,7 @@ }, { "glyph" : 409, - "width" : 18432, + "width" : 17408, "is-cluster-start" : true, "log-cluster" : 1 }, @@ -160,7 +160,7 @@ }, { "glyph" : 409, - "width" : 18432, + "width" : 17408, "is-cluster-start" : true, "log-cluster" : 6 }, |