Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Desenho.py
diff options
context:
space:
mode:
Diffstat (limited to 'Desenho.py')
-rw-r--r--Desenho.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Desenho.py b/Desenho.py
index cac2749..5175175 100644
--- a/Desenho.py
+++ b/Desenho.py
@@ -348,7 +348,7 @@ class Desenho:
ctx.set_line_join(cairo.LINE_JOIN_ROUND)
else:
ctx.set_line_cap(cairo.LINE_CAP_SQUARE)
- ctx.set_line_join(cairo.LINE_JOIN_MITER)
+ ctx.set_line_join(cairo.LINE_JOIN_BEVEL)
ctx.set_line_width(widget.tool['line size'])
if fill:
ctx.save()