http://bugs.winehq.org/show_bug.cgi?id=33978
Bug #: 33978 Summary: Bug in converting/rendering Windows Metafile (SetWinMetaFileBits etc.) Product: Wine Version: 1.6-rc4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: pavelkok@gmail.com Classification: Unclassified
Created attachment 45135 --> http://bugs.winehq.org/attachment.cgi?id=45135 input WMF-file
I attached metafile (input.wmf) that is renders incorectly under Wine. It is Windows Metafile, not Enhanced Metafile. Bug exist in all programs that use WinApi (SetWinMetaFileBits etc.). I also tested this WMF file in IrfanView. I wrote sample program (wmf2bmp.exe) for demonstration. It renders/converts input WMF file to BMP and EMF files. No error/warnings during run (except irrelevant fixme:heap:HeapSetInformation).
~/build2/wine-git/wine --version wine-1.6-rc4-52-g9a0b434
Thanks for any help!