http://bugs.winehq.org/show_bug.cgi?id=22753 Summary: Metafile scaling in PlayEnhMetaFile Product: Wine Version: 1.1.43 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: kondratyuk(a)etersoft.ru Created an attachment (id=28054) --> (http://bugs.winehq.org/attachment.cgi?id=28054) a simple test At playing the metafile is displayed with wrong scale. Attachment contents a simple WinAPI application, where metafile drawing into client rect: hemf=GetEnhMetaFile("test.emf"); GetClientRect(hWnd,&rect); PlayEnhMetaFile(hDC,hemf,&rect); (test.emf in current directory is needed for test) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.