[Bug 40913] EMF doesn't generate a default EMR_SETARCDIRECTION Record

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 4 04:18:39 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40913

--- Comment #1 from Dmitry Timoshkov <dmitry at 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.



More information about the wine-bugs mailing list