-rw-r--r-- | agg-plot/text.h | 2 |
diff --git a/agg-plot/text.h b/agg-plot/text.h index 20f56121..63d78fe9 100644 --- a/agg-plot/text.h +++ b/agg-plot/text.h @@ -42,6 +42,8 @@ namespace draw { m_hjustif(0.0), m_vjustif(0.0) { m_stroke.width(width); + m_stroke.line_cap(agg::round_cap); + m_stroke.line_join(agg::round_join); m_text.size(size); } |