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@winehq.org ReportedBy: kondratyuk@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)