From ff16f3fb370a1688e59fbbaf8824302d2b2f1a7b Mon Sep 17 00:00:00 2001 From: Peng Guanwen Date: Thu, 13 Apr 2023 16:44:39 +0800 Subject: Refine linebreak algorithm for better Chinese justification (#701) --- tests/ref/layout/par-justify-cjk.png | Bin 0 -> 43928 bytes tests/ref/layout/par-justify.png | Bin 29600 -> 12441 bytes tests/ref/layout/par-knuth.png | Bin 69406 -> 68723 bytes tests/ref/text/linebreak.png | Bin 19142 -> 18973 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/ref/layout/par-justify-cjk.png (limited to 'tests/ref') diff --git a/tests/ref/layout/par-justify-cjk.png b/tests/ref/layout/par-justify-cjk.png new file mode 100644 index 00000000..ee58318a Binary files /dev/null and b/tests/ref/layout/par-justify-cjk.png differ diff --git a/tests/ref/layout/par-justify.png b/tests/ref/layout/par-justify.png index 8a1578fe..a16c3f7b 100644 Binary files a/tests/ref/layout/par-justify.png and b/tests/ref/layout/par-justify.png differ diff --git a/tests/ref/layout/par-knuth.png b/tests/ref/layout/par-knuth.png index afe590b0..f3da1753 100644 Binary files a/tests/ref/layout/par-knuth.png and b/tests/ref/layout/par-knuth.png differ diff --git a/tests/ref/text/linebreak.png b/tests/ref/text/linebreak.png index 64d0d403..c127182c 100644 Binary files a/tests/ref/text/linebreak.png and b/tests/ref/text/linebreak.png differ -- cgit v1.2.3