-rw-r--r-- | agg-plot/text.cpp | 1 |
diff --git a/agg-plot/text.cpp b/agg-plot/text.cpp index 1a382c37..ac935732 100644 --- a/agg-plot/text.cpp +++ b/agg-plot/text.cpp @@ -33,6 +33,7 @@ namespace draw { m_matrix.sy *= -1.0; } + m_trans.transformer(m_matrix); m_stroke.approximation_scale(as); } |