author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年10月14日 16:46:09 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年10月15日 00:17:51 +0200 |
commit | 5d6496885209bfc7b71c04a0da5d87ed3e081d03 (patch) | |
tree | 1bc400408a48c4fe6294516cb68ee8d73d56a0ed /agg-plot/bitmap-plot.cpp | |
parent | fa253d32d9a0c67abad7e1ae852c8d2381c6401d (diff) | |
download | gsl-shell-5d6496885209bfc7b71c04a0da5d87ed3e081d03.tar.gz |
-rw-r--r-- | agg-plot/bitmap-plot.cpp | 2 |
diff --git a/agg-plot/bitmap-plot.cpp b/agg-plot/bitmap-plot.cpp index c3039f15..59ea0ce3 100644 --- a/agg-plot/bitmap-plot.cpp +++ b/agg-plot/bitmap-plot.cpp @@ -36,7 +36,7 @@ bitmap_save_image_cpp (sg_plot *p, const char *fn, unsigned w, unsigned h, agg::rect_base<int> r = rect_of_slot_matrix<int>(mtx); can.clear_box(r); - p->draw(can, mtx); + p->draw(can, mtx, NULL); bool success = platform_support_ext::save_image_file (rbuf_tmp, fn, gslshell::pixel_format); |