summaryrefslogtreecommitdiffstats
path: root/gfx/canvas_skia_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/canvas_skia_linux.cc')
-rw-r--r--gfx/canvas_skia_linux.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/canvas_skia_linux.cc b/gfx/canvas_skia_linux.cc
index e07929b..903c99f 100644
--- a/gfx/canvas_skia_linux.cc
+++ b/gfx/canvas_skia_linux.cc
@@ -278,6 +278,7 @@ void DrawStringContext::DrawWithHalo(const SkColor& text_color,
SkColorGetB(halo_color) / 255.0,
SkColorGetA(halo_color) / 255.0);
cairo_set_line_width(text_cr, 2.0);
+ cairo_set_line_join(text_cr, CAIRO_LINE_JOIN_ROUND);
cairo_stroke_preserve(text_cr);
cairo_set_operator(text_cr, CAIRO_OPERATOR_SOURCE);