diff options
| author | +merlan #flirora <uruwi@protonmail.com> | 2024-12-09 04:33:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-09 09:33:30 +0000 |
| commit | 73dd5a085e1d877da6768b3fe67a4238863ba00b (patch) | |
| tree | 8ee71727f7878cf786748c93cdb44002f842234a /tests/ref | |
| parent | 4729d3d3bdf52268d143b9fe0ba6b097eae32bf8 (diff) | |
Fix sizing of quadratic shapes (square/circle) (#5451)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
Diffstat (limited to 'tests/ref')
| -rw-r--r-- | tests/ref/circle-beyond-page-width-overflows.png | bin | 0 -> 620 bytes |
| -rw-r--r-- | tests/ref/circle-size-beyond-default.png | bin | 0 -> 1158 bytes |
| -rw-r--r-- | tests/ref/rect-size-beyond-default.png | bin | 0 -> 185 bytes |
| -rw-r--r-- | tests/ref/square-no-overflow.png (renamed from tests/ref/square-overflow.png) | bin | 290 -> 290 bytes |
| -rw-r--r-- | tests/ref/square-overflow-forced-height.png | bin | 0 -> 468 bytes |
| -rw-r--r-- | tests/ref/square-overflow-forced-width.png | bin | 0 -> 457 bytes |
| -rw-r--r-- | tests/ref/square-size-beyond-default.png | bin | 0 -> 198 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/tests/ref/circle-beyond-page-width-overflows.png b/tests/ref/circle-beyond-page-width-overflows.png Binary files differnew file mode 100644 index 00000000..941cb009 --- /dev/null +++ b/tests/ref/circle-beyond-page-width-overflows.png diff --git a/tests/ref/circle-size-beyond-default.png b/tests/ref/circle-size-beyond-default.png Binary files differnew file mode 100644 index 00000000..f25aad07 --- /dev/null +++ b/tests/ref/circle-size-beyond-default.png diff --git a/tests/ref/rect-size-beyond-default.png b/tests/ref/rect-size-beyond-default.png Binary files differnew file mode 100644 index 00000000..1f4d80fe --- /dev/null +++ b/tests/ref/rect-size-beyond-default.png diff --git a/tests/ref/square-overflow.png b/tests/ref/square-no-overflow.png Binary files differindex 81024ee6..81024ee6 100644 --- a/tests/ref/square-overflow.png +++ b/tests/ref/square-no-overflow.png diff --git a/tests/ref/square-overflow-forced-height.png b/tests/ref/square-overflow-forced-height.png Binary files differnew file mode 100644 index 00000000..f7cb0ee3 --- /dev/null +++ b/tests/ref/square-overflow-forced-height.png diff --git a/tests/ref/square-overflow-forced-width.png b/tests/ref/square-overflow-forced-width.png Binary files differnew file mode 100644 index 00000000..46671816 --- /dev/null +++ b/tests/ref/square-overflow-forced-width.png diff --git a/tests/ref/square-size-beyond-default.png b/tests/ref/square-size-beyond-default.png Binary files differnew file mode 100644 index 00000000..a513a7db --- /dev/null +++ b/tests/ref/square-size-beyond-default.png |
