mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-14 04:10:39 +02:00
[test/fallback-resolution] set tolerance to a large value to see how it performs
in different fallback resolutions.
This commit is contained in:
parent
5acbef2021
commit
570714b2b4
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ main (void)
|
|||
}
|
||||
|
||||
cr = cairo_create (surface);
|
||||
cairo_set_tolerance (cr, 3.0);
|
||||
|
||||
for (page = 0; page < num_pages; page++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue