From 4e5f85aa4ac0d6b51323bb2a6e1fbd3f4f46babb Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 10 Mar 2021 17:42:47 +0100 Subject: =?UTF-8?q?Pad=20function=20=F0=9F=94=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/typ/library/pad.typ | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/typ/library/pad.typ (limited to 'tests/typ') 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)) +] -- cgit v1.2.3