[libchamplain] Better path element connection
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Better path element connection
- Date: Thu, 2 May 2013 19:32:13 +0000 (UTC)
commit 13fc7124b8da15343d4d327b03399c0284d94727
Author: Jiří Techet <techet gmail com>
Date: Thu May 2 17:57:15 2013 +0200
Better path element connection
champlain/champlain-path-layer.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/champlain/champlain-path-layer.c b/champlain/champlain-path-layer.c
index 5684097..48e4555 100644
--- a/champlain/champlain-path-layer.c
+++ b/champlain/champlain-path-layer.c
@@ -610,6 +610,8 @@ redraw_path (ClutterCanvas *canvas,
cairo_paint (cr);
cairo_set_operator (cr, CAIRO_OPERATOR_OVER);
+ cairo_set_line_join (cr, CAIRO_LINE_JOIN_BEVEL);
+
for (elem = priv->nodes; elem != NULL; elem = elem->next)
{
ChamplainLocation *location = CHAMPLAIN_LOCATION (elem->data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]