summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e895730)
raw | patch | inline | side by side (parent: e895730)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 27 Aug 2008 21:48:50 +0000 (21:48 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 27 Aug 2008 21:48:50 +0000 (21:48 +0000) |
program/src/rrd_graph.c | patch | blob | history |
index 8019d7fc221402f6e67960ac639a42b3d13f699b..6f1a1ac15ea5295d895a83871431119c43ab81e4 100644 (file)
--- a/program/src/rrd_graph.c
+++ b/program/src/rrd_graph.c
(im->surface, CAIRO_SVG_VERSION_1_1);
break;
};
+ cairo_destroy(im->cr);
im->cr = cairo_create(im->surface);
cairo_set_antialias(im->cr, im->graph_antialias);
cairo_scale(im->cr, im->zoom, im->zoom);