diff options
author | Carl Worth <cworth@cworth.org> | 2008-02-20 17:35:48 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-02-20 17:35:48 -0800 |
commit | dcab5019d5d9cb70aed0f473642ee840b785c4af (patch) | |
tree | 369b94a77d34fa4245dee58472393a4382a738df /test/README | |
parent | 70b683363f6e37d8952c8f857dd687022a02ada5 (diff) |
Add poppler-specific reference image for radial-gradient
This is justified by the previously mentioned bug on poppler
gradients. Note that this test only passes with a patch
to fix a bug in poppler (not yet upstream). Here it is:
PATCH: Keep 'cairo_shape' and 'cairo' consistent
https://bugs.freedesktop.org/show_bug.cgi?id=14593
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/README b/test/README index 341a7956..e21ba724 100644 --- a/test/README +++ b/test/README @@ -214,6 +214,7 @@ linear-gradient trap-clip linear-gradient linear-gradient-reflect +radial-gradient Poppler renders patterned text as black https://bugs.freedesktop.org/show_bug.cgi?id=14577 |