-rw-r--r-- | agg-plot/text.cpp | 2 |
diff --git a/agg-plot/text.cpp b/agg-plot/text.cpp index b020409f..04f203dc 100644 --- a/agg-plot/text.cpp +++ b/agg-plot/text.cpp @@ -27,6 +27,8 @@ namespace draw { m.transform(&x, &y); m_stroke.approximation_scale(as); + + m_text.start_point (0.0, 0.0); } void |