summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e1eacb7)
raw | patch | inline | side by side (parent: e1eacb7)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 7 May 2005 15:45:27 +0000 (15:45 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 7 May 2005 15:45:27 +0000 (15:45 +0000) |
program/src/rrd_graph.c | patch | blob | history |
index b01bd3a365c2d35547cd0fb731fa174371696634..cad9963ec8695b14de73f7b88dfc184aa32d5449 100644 (file)
--- a/program/src/rrd_graph.c
+++ b/program/src/rrd_graph.c
/* 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");