Fixes DECSDM interpretation for Contour.

This commit is contained in:
Christian Parpart 2022-09-25 13:23:50 +02:00 committed by nick black
parent e80c18e61f
commit 9f0a7bf095

View File

@ -846,7 +846,7 @@ apply_contour_heuristics(tinfo* ti, size_t* tablelen, size_t* tableused,
ti->caps.sextants = true;
ti->caps.rgb = true;
*forcesdm = true;
*invertsixel = true;
*invertsixel = false;
return "Contour";
}