From 5d6496885209bfc7b71c04a0da5d87ed3e081d03 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: 2012年10月14日 16:46:09 +0200 Subject: Fix problem by storing plot active area matrix in the window --- agg-plot/lua-plot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agg-plot/lua-plot.cpp') diff --git a/agg-plot/lua-plot.cpp b/agg-plot/lua-plot.cpp index 674d2738..630a8978 100644 --- a/agg-plot/lua-plot.cpp +++ b/agg-plot/lua-plot.cpp @@ -605,7 +605,7 @@ plot_save_svg (lua_State *L) canvas_svg canvas(f, h); agg::trans_affine_scaling m(w, h); canvas.write_header(w, h); - p->draw(canvas, m); + p->draw(canvas, m, NULL); canvas.write_end(); fclose(f); -- cgit v1.2.3

AltStyle によって変換されたページ (->オリジナル) /