Diagram.py: don't draw the dot at 0,0 when drawing rectangles
authorAntonio Ospite <ao2@ao2.it>
Thu, 18 Jun 2015 10:02:15 +0000 (12:02 +0200)
committerAntonio Ospite <ao2@ao2.it>
Thu, 18 Jun 2015 10:02:15 +0000 (12:02 +0200)
Diagram.py

index 28cb064..1e9b172 100755 (executable)
@@ -189,7 +189,6 @@ class Diagram(object):
             r, g, b, a = self.color_to_rgba(stroke_color)
             cr.set_source_rgba(r, g, b, a)
             cr.stroke()
-            self.draw_dot(0, 0, 3.0, stroke_color)
 
         cr.restore()