From 03405f1bd1138caaa09a0e2feee9553b0aea2097 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:19:31 -0700 Subject: [PATCH] added background color --- source/mgraph.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/mgraph.h b/source/mgraph.h index 0fc3f07..3fac270 100644 --- a/source/mgraph.h +++ b/source/mgraph.h @@ -51,6 +51,8 @@ typedef struct _morphograph { t_jbox l_box; //t_critical lock; t_jsvg *l_svg; + t_jrgba l_background; + t_symbol *l_shape; t_symbol *l_style; t_symbol *l_filepath; //path for svg file and sample dir -- 2.34.1