[Bug 22753] New: Metafile scaling in PlayEnhMetaFile

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 18 04:37:43 CDT 2010


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



More information about the wine-bugs mailing list