summaryrefslogtreecommitdiff
path: root/src/image/geom_test.go
Commit message (Expand)AuthorAgeFilesLines
* image: fix the overlap check in Rectangle.Intersect.Nigel Tao2017-02-101-3/+4
* Revert "image: fix the overlap check in Rectangle.Intersect."Russ Cox2017-02-071-4/+3
* image: fix the overlap check in Rectangle.Intersect.Nigel Tao2017-02-071-3/+4
* image: change Rectangle.Eq to return true for all empty rectangles, evenNigel Tao2015-02-181-0/+12
* image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles.Nigel Tao2015-02-171-0/+103