projects
/
experiments
/
RadialSymmetry.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c9af9be
)
Diagram.py: don't draw the dot at 0,0 when drawing rectangles
author
Antonio Ospite <ao2@ao2.it>
Thu, 18 Jun 2015 10:02:15 +0000
(12:02 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 18 Jun 2015 10:02:15 +0000
(12:02 +0200)
Diagram.py
patch
|
blob
|
history
diff --git
a/Diagram.py
b/Diagram.py
index
28cb064
..
1e9b172
100755
(executable)
--- a/
Diagram.py
+++ b/
Diagram.py
@@
-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()