aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sc_interp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c
index 9ee6e34..0386acc 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -630,6 +630,10 @@ SCInterpreter *sc_interp_new(PangoContext *pc, PangoLanguage *lang,
st->paraspace[3] = 0.0;
st->fontdesc = NULL;
st->have_size = 0;
+ st->col[0] = 0.0;
+ st->col[1] = 0.0;
+ st->col[2] = 0.0;
+ st->col[3] = 1.0;
st->alignment = PANGO_ALIGN_LEFT;
scin->lang = lang;