From 6c2d54bbe3df70670afef6d3f61750daeb2adf34 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:03:12 -0300 Subject: Fix crash when block or text have negative sizes (#5610) --- tests/ref/issue-5262-block-negative-height-implicit.png | Bin 0 -> 72 bytes tests/ref/issue-5262-block-negative-height-in-flow.png | Bin 0 -> 236 bytes tests/ref/issue-5262-block-negative-height.png | Bin 0 -> 73 bytes tests/ref/issue-5262-text-negative-size.png | Bin 0 -> 73 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/ref/issue-5262-block-negative-height-implicit.png create mode 100644 tests/ref/issue-5262-block-negative-height-in-flow.png create mode 100644 tests/ref/issue-5262-block-negative-height.png create mode 100644 tests/ref/issue-5262-text-negative-size.png (limited to 'tests/ref') diff --git a/tests/ref/issue-5262-block-negative-height-implicit.png b/tests/ref/issue-5262-block-negative-height-implicit.png new file mode 100644 index 00000000..3b7b289b Binary files /dev/null and b/tests/ref/issue-5262-block-negative-height-implicit.png differ diff --git a/tests/ref/issue-5262-block-negative-height-in-flow.png b/tests/ref/issue-5262-block-negative-height-in-flow.png new file mode 100644 index 00000000..402c5810 Binary files /dev/null and b/tests/ref/issue-5262-block-negative-height-in-flow.png differ diff --git a/tests/ref/issue-5262-block-negative-height.png b/tests/ref/issue-5262-block-negative-height.png new file mode 100644 index 00000000..1a1146d8 Binary files /dev/null and b/tests/ref/issue-5262-block-negative-height.png differ diff --git a/tests/ref/issue-5262-text-negative-size.png b/tests/ref/issue-5262-text-negative-size.png new file mode 100644 index 00000000..61e6dbae Binary files /dev/null and b/tests/ref/issue-5262-text-negative-size.png differ -- cgit v1.2.3