gsk: Test huge glyphs

These don't fit in the glyph cache.
This commit is contained in:
Matthias Clasen 2019-06-02 19:14:34 +00:00
parent a64dfb1dfc
commit c7387a8e7f
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
text {
font:"Cantarell 800";
glyphs:"ABC";
offset: 0 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -46,6 +46,7 @@ compare_render_tests = [
'empty-text',
'empty-texture',
'empty-transform',
'huge-glyph',
'opacity_clip',
'outset_shadow_offset_both',
'outset_shadow_offset_x',