Giới thiệu sản phẩm
DEFAULT_PEN_SIZE = 5.0
DEFAULT_COLOR = 'black'
old_x = None
old_y = None
line_width = DEFAULT_PEN_SIZE
color = DEFAULT_COLOR
eraser_on = False
active_button = False
def setup(canvas, size_button):
global old_x, old_y, line_width, color, eraser_on, active_button
old_x = None
old_y = None
line_width = size_button.get()
color = DEFAULT_COLOR
eraser_on = False
active_button = False
active_button = pen_button
canvas.bind('<B1-Motion>', paint)
canvas.bind('<ButtonRelease-1>', reset)
Hình ảnh sản phẩm

Sản phẩm cùng tác giả
Sản phẩm liên quan
Không có sản phẩm nào
Đăng nhập để tham gia bình luận