From c3111b6b55894ffc636f4f765ea7eb4d91f6503b Mon Sep 17 00:00:00 2001 From: Derived Cat Date: Wed, 26 Feb 2025 03:09:06 -0500 Subject: [PATCH] Add background to canvas context Add background to canvas context --- src/canvas.typ | 1 + 1 file changed, 1 insertion(+) diff --git a/src/canvas.typ b/src/canvas.typ index 116e08140..1c82bb9ac 100644 --- a/src/canvas.typ +++ b/src/canvas.typ @@ -37,6 +37,7 @@ version: version.version, length: length, debug: debug, + background: background, // Previous element position & bbox prev: (pt: (0, 0, 0)), style: styles.default,