diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-09-22 08:03:41 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-09-22 09:55:15 +0100 |
commit | 223e7b9ed0053f9569df4bafc7688439aeb12572 (patch) | |
tree | 714265e79d07881cc1b988394c98fa5160afa39e /test/.gitignore | |
parent | 3a45ff0e2fd624e52ddbf2b36fa70231405d79fe (diff) |
[test] Add an exercise for masking an image using the ctm.
Quote Kai-Uwe Behrmann:
"The expected behaviour for masking in Cairo is to set the mask according
to the current active matrix and apply unchanged to a to be masked
surface.
In SVG the mask element is bound to the masked object and thus the local
matrix from that image object applies to the nested mask as well."
This is a test case to exercise applying a mask to an image under
separate transformations.
Original patch by Kai-Uwe Behrmann, altered to run the test against all
backends (where it causes poppler to crash on my machine <evil grin>).
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 0ad92da8..3068cac2 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -119,6 +119,8 @@ long-lines mask mask-alpha mask-ctm +mask-ctm-image +mask-ctm-similar mask-surface-ctm meta-surface-pattern miter-precision |