What @kfrajer meant was to add that line before you draw the other ellipse.
This way you start with a fresh canvas with nothing on it.
So when you draw you circle you don’t have that problem.
1 Like
What @kfrajer meant was to add that line before you draw the other ellipse.
This way you start with a fresh canvas with nothing on it.
So when you draw you circle you don’t have that problem.