From 2dbf9aed304c69431038d3b37e614e5d45dbcc56 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 18 Apr 2026 16:14:51 +0200 Subject: Make the triangle work again --- test/construction.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/construction.c') diff --git a/test/construction.c b/test/construction.c index 3dbbdfc..dca82bb 100644 --- a/test/construction.c +++ b/test/construction.c @@ -485,6 +485,12 @@ int main(int argc, char *argv[]) { { struct drawing drawing = {}; + insert_cmd(&drawing, (struct command){ + .op = CMD_ORIGIN, + .hidden = true, + .result.type = ETYPE_POINT, + }); + struct element *xaxis = insert_cmd(&drawing, (struct command){ .op = CMD_LINE_X, .hidden = true, -- cgit v1.2.3