diff options
author | Carl Worth <cworth@cworth.org> | 2004-05-11 06:52:19 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-05-11 06:52:19 +0000 |
commit | b743ed0342d0e6696df159e9739781fbcb1fac33 (patch) | |
tree | 070c16faa923a07ad90ef8a81bc5a667447ed62a /BUGS | |
parent | 4162e1f16b6ea9d162872dcc2b6b612e0dcb7523 (diff) |
Several people have reported that cairo_clip is not working right now. And it's always been slow.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +cairo_clip is returning the wrong result in several cases. And when it +doesn't get the wrong result, it is horribly slow. This really needs +to be fixed. + +-- + Splines are not dashed. -- |