diff options
author | Carl Worth <cworth@cworth.org> | 2005-10-25 15:55:57 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-10-25 15:55:57 +0000 |
commit | 09114cc62759efaee4102d05d6e0331193dba75e (patch) | |
tree | ee59f794cbf875a3ec86498590b490508c455dc1 | |
parent | 16d79e212986d814bdc03b2f83c03371811ebb9f (diff) |
Add mention of suspected bug in PS backend.
-rw-r--r-- | BUGS | 10 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 14 insertions, 0 deletions
@@ -37,3 +37,13 @@ vertical or horizontal line). Stroke width of 0 might do bad things. +-- + +Could there be a bug in PS backend exposed by?: + +cairo_save +cairo_clip +cairo_restore +... + +This needs a new testcase. @@ -1,3 +1,7 @@ +2005-10-25 Carl Worth <cworth@cworth.org> + + * BUGS: Add mention of suspected bug in PS backend. + 2005-10-18 Carl Worth <cworth@cworth.org> * ROADMAP: Mark the composite-integer-translate-source test as now |