Dave Pacer

Results 1 issues of Dave Pacer

Example: ``` self.crop_box = [0, 0, 100, 100] self.crop_id = self.image_view.create_rectangle(self.crop_box, outline="#fff75e", tags="cropbox") a, b, c, d = self.image_view.coords("cropbox") ``` Returns an error of NoneType, when coords is used to...