gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/drawable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'agg-plot/drawable.cpp')
-rw-r--r--agg-plot/drawable.cpp 4
1 files changed, 2 insertions, 2 deletions
diff --git a/agg-plot/drawable.cpp b/agg-plot/drawable.cpp
index d2d18354..4258d7a8 100644
--- a/agg-plot/drawable.cpp
+++ b/agg-plot/drawable.cpp
@@ -7,10 +7,10 @@
agg::trans_affine window_scalable::dummy_matrix;
void
-window_scalable::apply_transform(const agg::trans_affine& m)
+window_scalable::apply_transform(const agg::trans_affine& m, double as)
{
m_trans.transformer(m);
- m_source->approximation_scale (m.scale());
+ m_source->apply_transform (m, as * m.scale());
}
void
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月20日 04:59:55 +0000

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