diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-17 19:55:48 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-17 19:55:48 +0000 |
commit | 6390bd6230b030218d3ea70ef39ea8f2938840fa (patch) | |
tree | 7112e37d600ce33fa5613f46d12b33879c457b4b /tests/layouts/valid-8.layout | |
parent | af09d9d3bcb89ebf2900879946c2e425c675f35f (diff) | |
parent | 22f8df579d82f342909b629c0e94b8ff7c5452fd (diff) | |
download | pango-6390bd6230b030218d3ea70ef39ea8f2938840fa.tar.gz |
Merge branch 'fix-vertical-regression' into 'main'
Revert "Fix advance widths with transforms"
See merge request GNOME/pango!556
Diffstat (limited to 'tests/layouts/valid-8.layout')
-rw-r--r-- | tests/layouts/valid-8.layout | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/layouts/valid-8.layout b/tests/layouts/valid-8.layout index fdaeee93..3b2a88ae 100644 --- a/tests/layouts/valid-8.layout +++ b/tests/layouts/valid-8.layout @@ -25,8 +25,8 @@ "is-wrapped" : false, "is-ellipsized" : false, "unknown-glyphs" : 0, - "width" : 134144, - "height" : 134144, + "width" : 132096, + "height" : 132096, "log-attrs" : [ { "char-break" : true, @@ -270,13 +270,13 @@ }, { "glyph" : 1331, - "width" : 9216, + "width" : 8192, "is-cluster-start" : true, "log-cluster" : 2 }, { "glyph" : 1344, - "width" : 11264, + "width" : 10240, "is-cluster-start" : true, "log-cluster" : 0 } |