gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/canvas-window.cpp
diff options
context:
space:
mode:
authorfrancesco-ST <francesco.abbate@st.com>2010年08月03日 16:16:05 +0200
committerfrancesco-ST <francesco.abbate@st.com>2010年08月03日 16:16:05 +0200
commit481e84cfa6cd828a5b3ab1c5af8bd8c598192783 (patch)
tree0276ef327f44c8deb5778391cd5d7be9209b42fb /agg-plot/canvas-window.cpp
parent988797d0f078c58d0dd15cc6c3d2c59640bbcf58 (diff)
downloadgsl-shell-481e84cfa6cd828a5b3ab1c5af8bd8c598192783.tar.gz
fixed problem with approximation_scale
Diffstat (limited to 'agg-plot/canvas-window.cpp')
-rw-r--r--agg-plot/canvas-window.cpp 2
1 files changed, 1 insertions, 1 deletions
diff --git a/agg-plot/canvas-window.cpp b/agg-plot/canvas-window.cpp
index d2e9e066..98d9f7e6 100644
--- a/agg-plot/canvas-window.cpp
+++ b/agg-plot/canvas-window.cpp
@@ -197,7 +197,7 @@ canvas_window_draw_gener (lua_State *L, bool as_line)
agg::rgba8 *color = check_color_rgba8 (L, 3);
const agg::trans_affine& mtx = win->transform();
- obj->apply_transform(mtx);
+ obj->apply_transform(mtx, 1.0);
bool success = win->draw(obj, color, as_line);
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月14日 04:48:14 +0000

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