https://bugs.winehq.org/show_bug.cgi?id=40913
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Alistair Leslie-Hughes from comment #0)
Created attachment 55011 [details] testcase
+ SetMapMode(mf, MM_ANISOTROPIC); + SetWindowExtEx(mf, 1, 1, &size); + SetViewportExtEx(mf, 1, -1, &size); + + ret = SaveDC(mf); + ok(ret == 1, "ret = %d\n", ret);
Are the above calls really required to reproduce the problem? If not, please remove them, they make the generated metafile more complex.