diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-06 11:10:26 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-06 11:12:23 +0100 |
commit | 61c0f67ee0376e3a2f0d1fbe431d901d9b8cb2c0 (patch) | |
tree | c2674ff2d250bc5400086d4ab88aa8be0de734cc /test/Makefile.refs | |
parent | 93c9d4cefb0bfa7846f33e57f395e6944ae878e3 (diff) |
test: Add joins-retrace
The complexity in this shape is that the stroke is reversed upon
itself and retraces the same path in the opposite direction.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/Makefile.refs')
-rw-r--r-- | test/Makefile.refs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.refs b/test/Makefile.refs index 62d56e3a..6eaf1cc0 100644 --- a/test/Makefile.refs +++ b/test/Makefile.refs @@ -654,6 +654,7 @@ REFERENCE_IMAGES = \ inverse-text.quartz.ref.png \ inverse-text.ref.png \ joins-loop.ref.png \ + joins-retrace.ref.png \ joins-star.ref.png \ joins.image16.ref.png \ joins.ps.ref.png \ |