summaryrefslogtreecommitdiff
path: root/test/dash-caps-joins.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-27 12:44:32 +0000
committerCarl Worth <cworth@cworth.org>2005-09-27 12:44:32 +0000
commitabaf346810dc5756d3c12b1cc24e24b1d6acf165 (patch)
tree98a1518586e1e03939fe964c7687650991238740 /test/dash-caps-joins.c
parent8a6792fe4128a4c15d6d0e798643626416e82a6c (diff)
downloadcairo-abaf346810dc5756d3c12b1cc24e24b1d6acf165.tar.gz
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dash-caps-joins.c b/test/dash-caps-joins.c
index 2a0d015c8..d0e68ecfc 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);
}