summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-11-08 17:43:13 +0000
committerCarl Worth <cworth@cworth.org>2005-11-08 17:43:13 +0000
commit5b6c912667f62f808b9cf533b4486ce906197543 (patch)
tree3a9cd71f9f10151ba30fe6bcb42b3ddd5832cad0 /ROADMAP
parent48218fec48d1bfa2a93cc21f8f9df569e40ca79e (diff)
Note that PS is now passing all tests except for self-copy.
Add missing glue to hook up PS backend with new meta-surface support for the 5 basic drawing operations. Currently, this forces image fallbacks for all operations. Switch from gs device of pngalpha to png16m which for some reason gives the correct result for nil-surface now, while pngalpha does not. Key off of N_OPERATORS as the loop control for easier trimming down of this test case when debugging. Rename stroke_style parameter to style in backend->stroke parameter list. Remove PS-specific reference images for many tests which are now using more fallback paths than before.
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP10
1 files changed, 5 insertions, 5 deletions
diff --git a/ROADMAP b/ROADMAP
index 6154c033..b44e2328 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -16,15 +16,15 @@ The release won't happen without these being complete.
✓a. Incorporate into test suite
b. Correct output for the entire test suite
- clip-operator
+ ✓clip-operator
✓composite-integer-translate-source
- linear-gradient
- operator-clear
+ ✓linear-gradient
+ ✓operator-clear
✓operator-source
self-copy
- text-pattern
+ ✓text-pattern
✓trap-clip
- unbounded-operator
+ ✓unbounded-operator
2. Image fallbacks at finer-than-whole-page granularity