summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Antonio Ospite [Fri, 12 Jun 2015 16:20:03 +0000 (18:20 +0200)]
RadialSymmetryDiagram.py: remove a redundant statement
The color calculation is exactly the same as done some lines above.
Antonio Ospite [Fri, 12 Jun 2015 16:16:25 +0000 (18:16 +0200)]
Diagram.py: make aligning to the baseline optional in draw_centered_text()
Antonio Ospite [Fri, 12 Jun 2015 16:05:49 +0000 (18:05 +0200)]
Diagram.py: use color_to_rgba() more consistently
Antonio Ospite [Fri, 12 Jun 2015 15:11:09 +0000 (17:11 +0200)]
RadialSymmetryDiagram.py: remove trivial __init__ method
When the __init__ method just calls the parent __init__ method without
doing anything else, it is not strictly needed.
Antonio Ospite [Fri, 8 May 2015 14:45:15 +0000 (16:45 +0200)]
Initial import