mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 00:50:19 +01:00
test: fix typo
This commit is contained in:
parent
9b88b5dce5
commit
dd0f887271
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
|
||||
CAIRO_TEST (linear_gradient_extend,
|
||||
"Tests gradient to solid reduction of linear gradients",
|
||||
"radial, pattern, extend", /* keywords */
|
||||
"linear, pattern, extend", /* keywords */
|
||||
NULL, /* requirements */
|
||||
(WIDTH+PAD) * NUM_EXTEND + PAD, 2*(HEIGHT + PAD) + PAD,
|
||||
NULL, draw)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue