4 Jul
2016
4 Jul
'16
4:18 a.m.
https://bugs.winehq.org/show_bug.cgi?id=40913 --- Comment #1 from Dmitry Timoshkov <dmitry(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.