From abaf346810dc5756d3c12b1cc24e24b1d6acf165 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 27 Sep 2005 12:44:32 +0000 Subject: 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. --- test/dash-caps-joins.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/dash-caps-joins.c') 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); } -- cgit v1.2.3