Fill shape color : Color : 2D PYTHON examples


PYTHON examples » 2D » Color »

 

Fill shape color


Fill shape color


from Tkinter import *

canvas = Canvas(width=300, height=300, bg='white')  
canvas.pack(expand=YES, fill=BOTH)                  

canvas.create_oval(1010200200, width=2, fill='blue')

mainloop()
           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo 2D
» Color