[fixed] draw_circle Fill=True Not Work

hi

img.draw_circle(50,50,25,(255,0,0),Fill=True)

but the circle is not filled by red color.


thanks any help


stupid typo
Fill => fill

Hi, please use lowercase fill. Also, what firmware are you using? If you check our draw examples you’ll see this works.

thank you

thank you