[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.documentfoundation.org/show_bug.cgi?id=77089 --- Comment #8 from Hossein --- This bug is missing a unit test. The attachment 93188 is the example file tested here. The changes in the fix https://git.libreoffice.org/core/+/a85317c67f870917231e82eb29fd5023e55b87de%5E%21/ are possibly related to bug 88163. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.documentfoundation.org/show_bug.cgi?id=77089 Aron Budea changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=11 ||3868 -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.documentfoundation.org/show_bug.cgi?id=77089 Timur changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=10 ||1100 -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 Andras Timar changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Andras Timar --- The bug is fixed but with limitations. The bugdoc is displayed well. The WMF will only be rendered correctly (regarding fonts not overlapping) if it gets the dimensions from outside - otherwise not. This WMF is not "placed" - which means according to the specs that it is device dependent and non portable. Currently only oox filters pass the dimensions, others do not. Hopefully it will cover most use cases. The alternative is to let "Graphic" rerender from source when a resize happens. All this is not trivial to do. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 Jorendc changed: What|Removed |Added Status|UNCONFIRMED |NEW CC||jore...@libreoffice.org Ever confirmed|0 |1 --- Comment #6 from Jorendc --- Fixes are applied for this bug, so lets mark it at least as NEW right away :-). Thanks Tomaz! -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 --- Comment #4 from Commit Notification --- Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0a1e297ac23ae79ce9d511b4fd6bd0d8276a2e25 fdo#77089 if font width 0, pass 0 - don't take it from font metric The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 --- Comment #5 from Commit Notification --- Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a85317c67f870917231e82eb29fd5023e55b87de fdo#77089 if available, use ext. dimensions for non-placable WMF The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 Commit Notification changed: What|Removed |Added Whiteboard||target:4.3.0 --- Comment #3 from Commit Notification --- Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c2d5b59fc6a3b3fbe20a19282538d5f95fa53301 fdo#77089 pass shape dimensions to graphicfilter for WMF The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 --- Comment #2 from Tomaz Vajngerl --- After investigation I found out that MS Office (and MS Paint) renders this image the same as LO (at least concerning the fonts). To show this you have to take the WMF image directly from the PPTX file by unzipping the document. The reason that the original PPTX file (when opened in PowerPoint) shows the correctly rendered chart is that the PPTX contains a "oleObject1.bin" (in ppt/embeddings folder inside the document) which I suspect is the original chart data, and uses that for rendering. Funny, if you export the chart in PowerPoint as a WMF image and use that in LO, then the chart is rendered (almost) perfectly also in LO. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 Andras Timar changed: What|Removed |Added See Also||https://bugs.freedesktop.or ||g/show_bug.cgi?id=74336 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 --- Comment #1 from Andras Timar --- Created attachment 96958 --> https://bugs.freedesktop.org/attachment.cgi?id=96958&action=edit reference rendering (MS Paint) -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 77089] WMF rendering: characters are too wide
https://bugs.freedesktop.org/show_bug.cgi?id=77089 Andras Timar changed: What|Removed |Added Attachment #96957|text/plain |image/png mime type|| -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs