summaryrefslogtreecommitdiff
path: root/test/clip-stroke-no-op.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-08Update my copyright notices to preferred versionBenjamin Otte1-17/+18
No more copyright headers containing my name.
2009-11-25test: Add cases to exercise clipping after no-opsBenjamin Otte1-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.