gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/lua-plot.cpp
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2012年10月14日 16:46:09 +0200
committerFrancesco Abbate <francesco.bbt@gmail.com>2012年10月15日 00:17:51 +0200
commit5d6496885209bfc7b71c04a0da5d87ed3e081d03 (patch)
tree1bc400408a48c4fe6294516cb68ee8d73d56a0ed /agg-plot/lua-plot.cpp
parentfa253d32d9a0c67abad7e1ae852c8d2381c6401d (diff)
downloadgsl-shell-5d6496885209bfc7b71c04a0da5d87ed3e081d03.tar.gz
Fix problem by storing plot active area matrix in the window
Diffstat (limited to 'agg-plot/lua-plot.cpp')
-rw-r--r--agg-plot/lua-plot.cpp 2
1 files changed, 1 insertions, 1 deletions
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);
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月15日 16:22:38 +0000

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