From b322da930fe35ee3d19896de6ab653e2f321e301 Mon Sep 17 00:00:00 2001 From: Tobias Schmitz Date: Tue, 6 May 2025 10:26:55 +0200 Subject: Respect RTL cell layouting order in grid layout (#6232) Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> --- tests/ref/grid-rtl-counter.png | Bin 0 -> 272 bytes tests/ref/grid-rtl-rowspan-counter-equal.png | Bin 0 -> 272 bytes tests/ref/grid-rtl-rowspan-counter-mixed-1.png | Bin 0 -> 360 bytes tests/ref/grid-rtl-rowspan-counter-mixed-2.png | Bin 0 -> 361 bytes tests/ref/grid-rtl-rowspan-counter-unequal-1.png | Bin 0 -> 361 bytes tests/ref/grid-rtl-rowspan-counter-unequal-2.png | Bin 0 -> 360 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/ref/grid-rtl-counter.png create mode 100644 tests/ref/grid-rtl-rowspan-counter-equal.png create mode 100644 tests/ref/grid-rtl-rowspan-counter-mixed-1.png create mode 100644 tests/ref/grid-rtl-rowspan-counter-mixed-2.png create mode 100644 tests/ref/grid-rtl-rowspan-counter-unequal-1.png create mode 100644 tests/ref/grid-rtl-rowspan-counter-unequal-2.png (limited to 'tests/ref') diff --git a/tests/ref/grid-rtl-counter.png b/tests/ref/grid-rtl-counter.png new file mode 100644 index 00000000..fb0df44a Binary files /dev/null and b/tests/ref/grid-rtl-counter.png differ diff --git a/tests/ref/grid-rtl-rowspan-counter-equal.png b/tests/ref/grid-rtl-rowspan-counter-equal.png new file mode 100644 index 00000000..fb0df44a Binary files /dev/null and b/tests/ref/grid-rtl-rowspan-counter-equal.png differ diff --git a/tests/ref/grid-rtl-rowspan-counter-mixed-1.png b/tests/ref/grid-rtl-rowspan-counter-mixed-1.png new file mode 100644 index 00000000..fffccc56 Binary files /dev/null and b/tests/ref/grid-rtl-rowspan-counter-mixed-1.png differ diff --git a/tests/ref/grid-rtl-rowspan-counter-mixed-2.png b/tests/ref/grid-rtl-rowspan-counter-mixed-2.png new file mode 100644 index 00000000..c091f3a8 Binary files /dev/null and b/tests/ref/grid-rtl-rowspan-counter-mixed-2.png differ diff --git a/tests/ref/grid-rtl-rowspan-counter-unequal-1.png b/tests/ref/grid-rtl-rowspan-counter-unequal-1.png new file mode 100644 index 00000000..c091f3a8 Binary files /dev/null and b/tests/ref/grid-rtl-rowspan-counter-unequal-1.png differ diff --git a/tests/ref/grid-rtl-rowspan-counter-unequal-2.png b/tests/ref/grid-rtl-rowspan-counter-unequal-2.png new file mode 100644 index 00000000..fffccc56 Binary files /dev/null and b/tests/ref/grid-rtl-rowspan-counter-unequal-2.png differ -- cgit v1.2.3