diff options
author | Carl Worth <cworth@cworth.org> | 2006-05-02 12:36:23 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-05-02 12:36:35 -0700 |
commit | 8488aaee1a8f25d3cc9bf2af986b32710cea91f0 (patch) | |
tree | e6ce492f71c48b79c80d766dd63cdfa2207705e9 /test/.gitignore | |
parent | e59f35291fa5f97acfe408b7bce8652ec20566c8 (diff) |
PS: Add cairo_ps_surface_set_size along with ps-features test
Add a new cairo_ps_surface_set_size which can be used to produce a
PostScript file consisting of pages of various different sizes (or
orientations).
Also add a new test (ps-features.c) for testing this and subsequent
ps-specific function calls.
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 b1704f6c..bc4855c4 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -53,6 +53,8 @@ path-data pattern-get-type pdf2png png-flatten +ps-features +ps-features.ps svg2png svg-clip svg-clip.svg |