-rw-r--r-- | agg-plot/text.cpp | 2 |
diff --git a/agg-plot/text.cpp b/agg-plot/text.cpp index d3e50e85..2fe93702 100644 --- a/agg-plot/text.cpp +++ b/agg-plot/text.cpp @@ -34,7 +34,7 @@ namespace draw { text::bounding_box(double *x1, double *y1, double *x2, double *y2) { *x1 = *x2 = m_x; - *y1 = *y1 = m_y; + *y1 = *y2 = m_y; } bool |