diff --git a/src/draw.py b/src/draw.py index 49aaa02..1e9a909 100644 --- a/src/draw.py +++ b/src/draw.py @@ -31,7 +31,7 @@ cv2.destroyAllWindows() # global coordinates of where to start drawing (change if needed!) -x_start = 100 +x_start = 250 y_start = 150 # wait before user clicks on window to within @@ -64,5 +64,3 @@ # animation speed time.sleep(0.008) - - diff --git a/src/image.png b/src/image.png index 5dd8028..d5ac33e 100644 Binary files a/src/image.png and b/src/image.png differ