diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-10-17 10:36:10 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-10-17 10:37:38 +0100 |
commit | 96117c1212be2bf39a300a212dec85466f49f31e (patch) | |
tree | ae045149e3b0e3d69fa370eddba56c7d879c309e /test/Makefile.sources | |
parent | 54df07a3da2bfbbdbe2dde92ca298ac0d7b8d255 (diff) |
[test] Add radial-gradient-source
ranma42 found a bug in compositing with a radial gradient using the
SOURCE operator with EXTEND_NONE, as exercised here.
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 c313852c..840c1e42 100644 --- a/test/Makefile.sources +++ b/test/Makefile.sources @@ -159,6 +159,7 @@ test_sources = \ push-group.c \ push-group-color.c \ radial-gradient.c \ + radial-gradient-source.c \ random-intersections-eo.c \ random-intersections-nonzero.c \ random-intersections-curves-eo.c \ |