author | francesco-ST <francesco.abbate@st.com> | 2010年08月12日 15:50:30 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年08月12日 15:50:30 +0200 |
commit | 941ce93b6ae4e2f68a68f91049ef195e13cf8ebc (patch) | |
tree | 897b976ab9f967dc241e45c5983077aa6cf273cf /agg-plot/window.cpp | |
parent | 11e74b41cb7712913d55942fdfe32770a5738475 (diff) | |
download | gsl-shell-941ce93b6ae4e2f68a68f91049ef195e13cf8ebc.tar.gz |
-rw-r--r-- | agg-plot/window.cpp | 2 |
diff --git a/agg-plot/window.cpp b/agg-plot/window.cpp index 95b230da..aa490d7c 100644 --- a/agg-plot/window.cpp +++ b/agg-plot/window.cpp @@ -52,7 +52,7 @@ window::draw_rec(split::node<ref> *n) if (ref->plot) { agg::trans_affine mtx(*m); - m_canvas->premultiply(mtx); + this->scale(mtx); ref->plot->draw(*m_canvas, mtx); } } |