[Bug 21952] New: Word 2003: glyphs position in incorrect in embedded equations
http://bugs.winehq.org/show_bug.cgi?id=21952 Summary: Word 2003: glyphs position in incorrect in embedded equations Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs(a)winehq.org ReportedBy: oleh.nyk(a)gmail.com Created an attachment (id=26650) --> (http://bugs.winehq.org/attachment.cgi?id=26650) formula "++++====----" with builtin gdiplus Since commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2 Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Sun Jan 24 15:18:46 2010 -0600 gdiplus: Prefer the builtin version. both spacing in an Equation formula and its size are wrong (although in a separate Equation window the formula looks ok, see bug 5264). The normal look can be restored either by reverting this patch or by setting gdiplus=native in winecfg. Screenshots with native (good) and builtin (bad) gdiplus are in attachments. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #1 from O. Nykyforchyn <oleh.nyk(a)gmail.com> 2010-03-06 19:11:33 --- Created an attachment (id=26651) --> (http://bugs.winehq.org/attachment.cgi?id=26651) formula "++++====----" with native gdiplus (shipped with Office 2003) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 O. Nykyforchyn <oleh.nyk(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Word 2003: glyphs position |Word 2003: glyphs position |in incorrect in embedded |incorrect in embedded |equations |equations -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2010-03-06 21:15:14 --- Please attach a +gdiplus trace. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #3 from O. Nykyforchyn <oleh.nyk(a)gmail.com> 2010-03-07 03:07:00 --- Created an attachment (id=26658) --> (http://bugs.winehq.org/attachment.cgi?id=26658) output of 'WINEDLLOVERRIDES="gdiplus=b" WINEDEBUG=+gdiplus wine "y:\\Program Files\\Microsoft Office\\OFFICE11\\WINWORD.EXE"' The actions were: open a file xxx.doc with the formula "++++====----" and exit. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #4 from O. Nykyforchyn <oleh.nyk(a)gmail.com> 2010-03-07 03:08:31 --- Created an attachment (id=26659) --> (http://bugs.winehq.org/attachment.cgi?id=26659) A document with a single equation The file itself -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 O. Nykyforchyn <oleh.nyk(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26650|formula "++++====----" with |formula "====++++----" with description|builtin gdiplus |builtin gdiplus -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 O. Nykyforchyn <oleh.nyk(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26651|formula "++++====----" with |formula "====++++----" with description|native gdiplus (shipped |native gdiplus (shipped |with Office 2003) |with Office 2003) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #5 from O. Nykyforchyn <oleh.nyk(a)gmail.com> 2010-03-07 03:23:59 --- BTW You can see that glyphs "====" (incorrectly placed) and "++++----" (in a correct position) are in different fonts: the second but not the first one is smoothed. Of course 'Smoothing="0"' does not help with the bug, just changes the appearance of the text. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #6 from Vincent Povirk <madewokherd(a)gmail.com> 2010-03-07 09:55:28 --- I'm guessing it's an issue with loading/drawing metafiles. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #7 from Vincent Povirk <madewokherd(a)gmail.com> 2010-03-08 14:33:50 --- Hmm. We're missing GdipGetMetafileHeaderFromMetafile, and I wonder if GdipCreateMetafileFromWmf should really be converting to emf as it does. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 zph <zph2001(a)yandex.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zph2001(a)yandex.ru --- Comment #8 from zph <zph2001(a)yandex.ru> 2010-06-08 09:59:34 --- This issue is still present in wine 1.2-rc2 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 Ruslan <b7.10110111(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b7.10110111(a)gmail.com --- Comment #9 from Ruslan <b7.10110111(a)gmail.com> 2011-10-10 15:57:06 CDT --- This bug is still present with wine-1.3.30. Setting gdiplus as "native,builtin" still does work around it. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #10 from Ruslan <b7.10110111(a)gmail.com> 2011-10-10 16:03:14 CDT --- Created attachment 36810 --> http://bugs.winehq.org/attachment.cgi?id=36810 Test with one equation rendered correctly, another incorrectly An interesting case: first equation in this document is rendered incorrectly, while second one is correct. I don't remember how I created this document (it was quite a while ago), it seems one of these equations is created via OpenOffice (and saved as doc), and another one is done via Word's editor. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2013-11-13 16:49:59 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #12 from Ruslan Kabatsayev <b7.10110111(a)gmail.com> 2013-11-14 12:57:05 CST --- Still present in wine-1.7.6-90-gf19f85f -- 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.
https://bugs.winehq.org/show_bug.cgi?id=21952 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #13 from Rosanne DiMesio <dimesio(a)earthlink.net> --- Still present in 1.7.30. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #14 from Ruslan Kabatsayev <b7.10110111(a)gmail.com> --- Still present in wine-2.5. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #15 from Ruslan Kabatsayev <b7.10110111(a)gmail.com> --- Still present in wine-2.22-158-g47e9e91 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=21952 --- Comment #16 from Ruslan Kabatsayev <b7.10110111(a)gmail.com> --- Still present in wine-7.0-119-gc09a5da1575. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=21952 Esme Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla