diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-03 01:34:40 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-03 01:34:40 +0000 |
commit | fdef4305de8cd7e411a3da61bf1dcbd3a628b035 (patch) | |
tree | 1031695726cfd04b91c0891efa99d49b1fcb6a7e /tests/layouts/valid-5.layout | |
parent | 50d630321da94186fe46590574b79c1d7f631605 (diff) | |
parent | 2e1a0a4b255cb1a40babbd6e72055bf06f85b1a9 (diff) | |
download | pango-fdef4305de8cd7e411a3da61bf1dcbd3a628b035.tar.gz |
Merge branch 'serializer-rewrite' into 'main'
Port the serializer to use our own json parser and printer
See merge request GNOME/pango!531
Diffstat (limited to 'tests/layouts/valid-5.layout')
-rw-r--r-- | tests/layouts/valid-5.layout | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/tests/layouts/valid-5.layout b/tests/layouts/valid-5.layout index 54154347..0810f3f2 100644 --- a/tests/layouts/valid-5.layout +++ b/tests/layouts/valid-5.layout @@ -7,12 +7,12 @@ "base-dir" : "weak-ltr", "round-glyph-positions" : true, "transform" : [ - 1.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0 + 1, + 0, + 0, + 1, + 0, + 0 ] }, "text" : "A test with multiple paragraphs and with no-break attributes, which might trigger a crash.\nIf it doesn't the fix has worked.", @@ -31,7 +31,7 @@ "is-ellipsized" : false, "unknown-glyphs" : 0, "width" : 194560, - "height" : 116736, + "height" : 194560, "log-attrs" : [ { "char-break" : true, @@ -798,12 +798,12 @@ "wght" : 0 }, "matrix" : [ - 1.0, - -0.0, - -0.0, - 1.0, - 0.0, - 0.0 + 1, + -0, + -0, + 1, + 0, + 0 ] }, "flags" : 0, @@ -970,12 +970,12 @@ "wght" : 0 }, "matrix" : [ - 1.0, - -0.0, - -0.0, - 1.0, - 0.0, - 0.0 + 1, + -0, + -0, + 1, + 0, + 0 ] }, "flags" : 0, @@ -1154,12 +1154,12 @@ "wght" : 0 }, "matrix" : [ - 1.0, - -0.0, - -0.0, - 1.0, - 0.0, - 0.0 + 1, + -0, + -0, + 1, + 0, + 0 ] }, "flags" : 0, @@ -1380,12 +1380,12 @@ "wght" : 0 }, "matrix" : [ - 1.0, - -0.0, - -0.0, - 1.0, - 0.0, - 0.0 + 1, + -0, + -0, + 1, + 0, + 0 ] }, "flags" : 0, @@ -1522,12 +1522,12 @@ "wght" : 0 }, "matrix" : [ - 1.0, - -0.0, - -0.0, - 1.0, - 0.0, - 0.0 + 1, + -0, + -0, + 1, + 0, + 0 ] }, "flags" : 0, @@ -1710,12 +1710,12 @@ "wght" : 0 }, "matrix" : [ - 1.0, - -0.0, - -0.0, - 1.0, - 0.0, - 0.0 + 1, + -0, + -0, + 1, + 0, + 0 ] }, "flags" : 0, |