diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-12 16:32:09 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-12 17:07:28 +0000 |
commit | a5dd5a6069c0d7435260a954d8d98483f5fbcc1c (patch) | |
tree | 21440d5ce6fc61bde60f3191bf6c9feb38a2adf5 /test/Makefile.sources | |
parent | 4204605813d93e7e2f0d8761e90a6dd6b8089dcb (diff) |
test: Add path-stroke-twice
Exercises a bug found by alois@astro.ch, whereby we inadvertently remove
a line segment when the path doubles back upon itself.
Bug 26010 - cairo_line_to optimizes away path segments
http://bugs.freedesktop.org/show_bug.cgi?id=26010
Diffstat (limited to 'test/Makefile.sources')
-rw-r--r-- | test/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.sources b/test/Makefile.sources index 3b880563..0b4ba42b 100644 --- a/test/Makefile.sources +++ b/test/Makefile.sources @@ -155,6 +155,7 @@ test_sources = \ paint-source-alpha.c \ paint-with-alpha.c \ path-append.c \ + path-stroke-twice.c \ path-precision.c \ pattern-get-type.c \ pattern-getters.c \ |