[Libreoffice-bugs] [Bug 122899] FILEOPEN: ppt: old kind arc from MS Office 97 is broken
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jan 23 15:19:36 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=122899
--- Comment #3 from Xisco FaulĂ <xiscofauli at libreoffice.org> ---
if we change
https://opengrok.libreoffice.org/xref/core/filter/source/msfilter/msdffimp.cxx?r=979aed6b#4586
from
fNumber = basegfx::rad2deg(atan2(double(aStartPt.X() - cent.X()),
double(aStartPt.Y() - cent.Y())) + F_PI); // 0..360.0
to
fNumber = 270.0;
this issue is fixed...
However, I do not understand the code...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190123/7ee96a67/attachment.html>
More information about the Libreoffice-bugs
mailing list