diff --git a/pd/nw/pdgui.js b/pd/nw/pdgui.js index 3221290772b0d8c1a629311cb94079ab32c93f02..b25463f899f4cc0b51fef84efafbe9b09b21e133 100644 --- a/pd/nw/pdgui.js +++ b/pd/nw/pdgui.js @@ -2406,6 +2406,7 @@ function gui_iemgui_label_new(cid, tag, x, y, color, text, fontname, fontweight, // for some reason the font looks bold in Pd-Vanilla-- not sure why "font-weight": fontweight, "font-size": fontsize + "px", + fill: color, // Iemgui labels are anchored "w" (left-aligned to non-tclers). // For no good reason, they are also centered vertically, unlike // object box text. Since svg text uses the baseline as a reference