diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-23 01:55:29 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-23 01:55:29 +0000 |
commit | 704874c16538f0653f37be253f2fc3d89963667d (patch) | |
tree | ee9ece5deb5244a905cf428ac894ed46cdff4ecc | |
parent | eb206f0a12aac21807bfba5414ad0ed34a62fc37 (diff) |
caps only added to last subpath: COVERED by test/caps-sub-paths and bug #4205.
-rw-r--r-- | BUGS | 4 | ||||
-rw-r--r-- | ChangeLog | 5 |
2 files changed, 5 insertions, 4 deletions
@@ -30,7 +30,3 @@ polygons will cause "leaking" until we implement Hobby's algorithm. -- cairo_show_text is not updating the current point by the string's advance values. - --- - -Caps are added only to the last subpath in a complex path. @@ -1,5 +1,10 @@ 2005-08-23 Carl Worth <cworth@cworth.org> + * BUGS: caps only added to last subpath: COVERED by + test/caps-sub-paths and bug #4205. + +2005-08-23 Carl Worth <cworth@cworth.org> + * test/caps-sub-paths.c: Use the expect_failure variant of cairo_test so that make check prints the reason this test fails. |