diff options
Diffstat (limited to 'test/leaky-dash.c')
-rw-r--r-- | test/leaky-dash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/leaky-dash.c b/test/leaky-dash.c index 961c62086..d78fac56c 100644 --- a/test/leaky-dash.c +++ b/test/leaky-dash.c @@ -34,6 +34,8 @@ #define WIDTH 71 #define HEIGHT 28 +static cairo_test_draw_function_t draw; + cairo_test_t test = { "leaky-dash", "Exercises bug #4863 in which a dashed stroke leaks into half the rectangle being filled" |