summaryrefslogtreecommitdiff
path: root/tests/typ/library
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-03-10 17:42:47 +0100
committerLaurenz <laurmaedje@gmail.com>2021-03-10 17:42:47 +0100
commit4e5f85aa4ac0d6b51323bb2a6e1fbd3f4f46babb (patch)
tree87f157c2058800e510e5538b0815c947c14fe22d /tests/typ/library
parentb0446cbdd189a8cc3b6a7321579f4aa89415a8e0 (diff)
Pad function 🔲
Diffstat (limited to 'tests/typ/library')
-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))
+]