From: 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-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=dd5bad7dd49cb350bca4a2585a8fceda51feb732 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 b01bd3a..cad9963 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");