summaryrefslogtreecommitdiff
path: root/tests/gdimagerectangle/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix #299: Regression regarding gdImageRectangle() with gdImageSetThickness()Christoph M. Becker2016-09-121-0/+1
| | | | | | | We remove the special casing for "point" rectangles with thick!=1 altogether, and restrict the special casing for "line" rectangles to thick==1. We move this necessary special casing (it fixes issue #172) towards the bottom of the function like it is in PHP's bundled libgd.
* Test and document gdImageRectangleChristoph M. Becker2016-09-121-0/+1
| | | | | We're especially having a look at the point ordering issue, see <https://github.com/libgd/libgd/issues/177>.
* gitignore: add missing entries #172 #218Mike Frysinger2016-06-101-0/+1
|
* gitignore: split up test entriesMike Frysinger2016-04-301-0/+2
This makes it easier to keep track of things. The single toplevel list can make it hard to notice when something is stale.