You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
521 B

<MDSpinner>
canvas.before:
PushMatrix
Rotate:
angle: self._rotation_angle
origin: self.center
canvas:
Color:
rgba: self.color if self.color else self.theme_cls.primary_color
a: self._alpha
SmoothLine:
cap: 'square'
width: root.line_width
circle:
self.center_x, self.center_y, self.width / 2, \
self._angle_start, self._angle_end
canvas.after:
PopMatrix