gtk/testsuite/gsk/compare/huge-width.node
Benjamin Otte b28c3ef3d9 renderers: Handle large viewports
When large viewports are passed to gsk_renderer_render_texture(), don't
fail (or even return NULL).

Instead, draw multiple tiles and assemble them into a memory texture.

Tests added to the testsuite for this.
2022-02-26 20:35:44 +01:00

8 lines
160 B
Plaintext

color {
color: transparent;
/* - more than 32k, to trip modern GPUs and Cairo
* - non-integer to test rounding code
*/
bounds: 0 0 33333.3 135.7;
}