diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/place-base.png | bin | 0 -> 1369 bytes | |||
| -rw-r--r-- | tests/typ/bugs/place-base.typ | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/bugs/place-base.png b/tests/ref/bugs/place-base.png Binary files differnew file mode 100644 index 00000000..5245d256 --- /dev/null +++ b/tests/ref/bugs/place-base.png diff --git a/tests/typ/bugs/place-base.typ b/tests/typ/bugs/place-base.typ new file mode 100644 index 00000000..4a0bd029 --- /dev/null +++ b/tests/typ/bugs/place-base.typ @@ -0,0 +1,7 @@ +// Test that placement is relative to container and not itself. + +--- +#set page(height: 80pt, margin: 0pt) +#place(right, dx: -70%, dy: 20%, [First]) +#place(left, dx: 20%, dy: 60%, [Second]) +#place(center + horizon, dx: 25%, dy: 25%, [Third]) |
