graphics - How to check if I am drawing over existing element in python - PILLOW? -
i'm creating figure random elements built using pillow. of elements ellipses, , it's easy avoid collision between them. lines, , want make sure no overlap occurs between line , ellipse. apart keeping track of each line, , measuring distance it, there way make sure write on clear spot?
Comments
Post a Comment