I would suggest to add a start_degree to the drawCircle function.
def drawCircle(self, x, y, radius, color, border=1, start_degree=0, degrees=360):
By adding a start_degree then it would be possible to draw "section of circle".
This would allow drawing of rounded rectangle (for nice buttons drawing ;-) ).
I would suggest to add a start_degree to the drawCircle function.
By adding a start_degree then it would be possible to draw "section of circle". This would allow drawing of rounded rectangle (for nice buttons drawing ;-) ).
Kind regards, Dominique