From: Tobias Oetiker Date: Sat, 7 May 2005 15:45:27 +0000 (+0000) Subject: add rrdtool attribution string back using a transparent version of the font color X-Git-Tag: 1.2.2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04bf39b4fc5c246b576ed545498ceff6d0687612;p=thirdparty%2Frrdtool-1.x.git add rrdtool attribution string back using a transparent version of the font color git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@500 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_graph.c b/src/rrd_graph.c index b01bd3a3..cad9963e 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -1961,9 +1961,9 @@ grid_paint(image_desc_t *im) /* rrdtool 'logo' */ gfx_new_text( im->canvas, im->ximg-7, 7, - 0xbfbfbfff, + ( im->graph_col[GRC_FONT] & 0xffffff00 ) | 0x00000066, im->text_prop[TEXT_PROP_AXIS].font, - 5, im->tabwidth, 270, + 5.5, im->tabwidth, 270, GFX_H_RIGHT, GFX_V_TOP, "RRDTOOL / TOBI OETIKER");