Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix points returned for rectangle shape
The ordering in detectShape() put the rectangle first. But for rectangles isCircleShape() could be true as well. So it could happen that a rectangle should be imported with circle coordinates which failed.
- Loading branch information