diff options
author | Øyvind Kolås <pippin@gimp.org> | 2004-03-22 17:56:35 +0000 |
---|---|---|
committer | Øyvind Kolås <pippin@gimp.org> | 2004-03-22 17:56:35 +0000 |
commit | e576aeb222b5f7378cb01fd6df05e6daf43094dd (patch) | |
tree | 97271c2d8119dbe213581364e3a3b12410577279 /BUGS | |
parent | 1d51df571348d8ebd8f978cfc5cff06e7b35b248 (diff) |
cairo usage is crashing Xnest
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,4 +13,12 @@ Stroking a self-intersecting path generates the wrong answer, (in mostly subtle ways). The fix is to tessellate a giant polygon for the entire stroke outline rather than incrementally generating trapezoids. +Cairo is crashing Xnest with the following message: + +X Error of failed request: BadMatch (invalid parameter attributes) + Major opcode of failed request: 72 (X_PutImage) + Serial number of failed request: 28 + Current serial number in output stream: 29 + +confirmed on a quite default install of debian unstable. |