summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/library/pad.typ3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/typ/library/pad.typ b/tests/typ/library/pad.typ
new file mode 100644
index 00000000..3ee538c2
--- /dev/null
+++ b/tests/typ/library/pad.typ
@@ -0,0 +1,3 @@
+#box(color: #9feb52)[
+ #pad(10pt, box(color: #eb5278, width: 20pt, height: 20pt))
+]