diff options
author | Carl Worth <cworth@cworth.org> | 2005-09-27 12:44:32 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-09-27 12:44:32 +0000 |
commit | abaf346810dc5756d3c12b1cc24e24b1d6acf165 (patch) | |
tree | 98a1518586e1e03939fe964c7687650991238740 /test/dash-caps-joins.c | |
parent | 8a6792fe4128a4c15d6d0e798643626416e82a6c (diff) |
Note that bug #4409 (Dashes are missing initial caps) is now fixed.
Move face-flipping from inside _cairo_stroker_add_caps to new _cairo_stroker_add_leading_cap variant of _cairo_stoker_add_cap.
Change to call _cairo_stroker_add_leading_cap or _cairo_stroker_add_trailing_cap as appropriate.
Remove dash-caps-joins from the XFAIL list and add reference image.
Diffstat (limited to 'test/dash-caps-joins.c')
-rw-r--r-- | test/dash-caps-joins.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dash-caps-joins.c b/test/dash-caps-joins.c index 2a0d015c..d0e68ecf 100644 --- a/test/dash-caps-joins.c +++ b/test/dash-caps-joins.c @@ -90,6 +90,5 @@ draw (cairo_t *cr, int width, int height) int main (void) { - return cairo_test_expect_failure (&test, draw, - "Dashes are missing initial caps: https://bugs.freedesktop.org/show_bug.cgi?id=4409"); + return cairo_test (&test, draw); } |