mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 07:18:04 +02:00
Rename user-font-image test to user-font-mask.
Otherwise the reference image (user-font-image-ref.png) gets interpreted as an image-specific reference image for the user-font test case resulting in a bogus failure.
This commit is contained in:
parent
42d2d1b6d3
commit
655546243f
3 changed files with 4 additions and 4 deletions
|
|
@ -184,7 +184,7 @@ unantialiased-shapes$(EXEEXT) \
|
|||
unbounded-operator$(EXEEXT) \
|
||||
user-data$(EXEEXT) \
|
||||
user-font$(EXEEXT) \
|
||||
user-font-image$(EXEEXT) \
|
||||
user-font-mask$(EXEEXT) \
|
||||
user-font-proxy$(EXEEXT) \
|
||||
user-font-rescale$(EXEEXT) \
|
||||
zero-alpha$(EXEEXT)
|
||||
|
|
@ -937,7 +937,7 @@ REFERENCE_IMAGES = \
|
|||
user-font-ps3-ref.png \
|
||||
user-font-svg12-ref.png \
|
||||
user-font-svg11-ref.png \
|
||||
user-font-image-ref.png \
|
||||
user-font-mask-ref.png \
|
||||
user-font-proxy-ref.png \
|
||||
user-font-proxy-pdf-ref.png \
|
||||
user-font-proxy-ps2-ref.png \
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
|
|
@ -42,8 +42,8 @@
|
|||
static cairo_test_draw_function_t draw;
|
||||
|
||||
static const cairo_test_t test = {
|
||||
"user-font-image",
|
||||
"Tests a user-font using bitmap images",
|
||||
"user-font-mask",
|
||||
"Tests a user-font using cairo_mask with bitmap images",
|
||||
#ifndef ROTATED
|
||||
WIDTH, HEIGHT,
|
||||
#else
|
||||
Loading…
Add table
Reference in a new issue