mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
bitmap unit tests: use SCALE to work ona ll geoms
This commit is contained in:
parent
bd6a7918f2
commit
6f07ecb556
@ -470,6 +470,7 @@ TEST_CASE("Bitmaps") {
|
||||
struct ncvisual_options vopts{};
|
||||
vopts.blitter = NCBLIT_PIXEL;
|
||||
vopts.flags = NCVISUAL_OPTION_NODEGRADE;
|
||||
vopts.scaling = NCSCALE_STRETCH;
|
||||
auto newn = ncvisual_render(nc_, ncv, &vopts);
|
||||
CHECK(newn);
|
||||
ncplane_move_bottom(newn);
|
||||
|
Loading…
x
Reference in New Issue
Block a user