https://bugs.documentfoundation.org/show_bug.cgi?id=122899

--- Comment #3 from Xisco FaulĂ­ <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to