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)
http://bugs.winehq.org/show_bug.cgi?id=22753
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2010-05-18 04:50:48 --- Attach full source of your test app please.
http://bugs.winehq.org/show_bug.cgi?id=22753
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-18 04:53:14 --- Or even better please try to add a test case to existing EMF tests, there are a bunch of them for scaling already. Once there is a test case I'll have a look.
http://bugs.winehq.org/show_bug.cgi?id=22753
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Metafile scaling in |Metafile scaling in |PlayEnhMetaFile |PlayEnhMetaFile is | |incorrect
http://bugs.winehq.org/show_bug.cgi?id=22753
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |-unknown
http://bugs.winehq.org/show_bug.cgi?id=22753
Konstantin Kondratyuk kondratyuk@etersoft.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #28054|0 |1 is obsolete| |
--- Comment #3 from Konstantin Kondratyuk kondratyuk@etersoft.ru 2010-06-10 07:01:22 --- Created an attachment (id=28716) --> (http://bugs.winehq.org/attachment.cgi?id=28716) test with source code
Unfortunately, I can't add the test in standard EMF tests. It does not show a problem
Also... test.emf is made in Wine, the text is written with DrawText() in emf-context. In Windows it is visible that the text is reflected on a vertical.
http://bugs.winehq.org/show_bug.cgi?id=22753
--- Comment #4 from butraxz@gmail.com 2013-05-25 09:53:49 CDT --- No update for over 900 days. Is this still and issue in 1.5.31 or higher or is this abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=22753
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #5 from Austin English austinenglish@gmail.com --- (In reply to butraxz from comment #4)
No update for over 900 days. Is this still and issue in 1.5.31 or higher or is this abandoned ?
Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=22753
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com --- Closing.