summaryrefslogtreecommitdiff
path: root/test/clip-fill-no-op.c
Commit message (Collapse)AuthorAgeFilesLines
* Update my copyright notices to preferred versionBenjamin Otte2010-06-081-17/+18
| | | | No more copyright headers containing my name.
* test: Add cases to exercise clipping after no-opsBenjamin Otte2009-11-251-0/+66
Whilst investigating: Bug 31788: SVG <line> with y1 == y2 and both with fractional part don't render https://bugs.webkit.org/show_bug.cgi?id=31788 I found that it can be reduced to a no-op clip following a no-op stroke or fill. These conditions are exercised here and are shown to be a bug introduced in the 1.9.x development series.