[Libreoffice-bugs] [Bug 103474] FORMATTING: bracket shape not shown correctly

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 5 22:50:16 UTC 2020


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

Regina Henschel <rb.henschel at t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rb.henschel at t-online.de

--- Comment #11 from Regina Henschel <rb.henschel at t-online.de> ---
The error is in case ARCANGLETO in EnhancedCustomShape2d::CreateSubPath in
svx\source\customshapes\EnhancedCustomShape2d.cxx

The bracket consists of a quarter ellipse, a straight line and another quarter
ellipse. In case the handle is dragged to its top most position, the ellipse
has a height of zero. In this case a straight line should be used for the
degenerated quarter ellipse. But the current implementation generates no point
at all, so that only the middle segment is drawn.

I have not yet investigate, whether it is better to add a special case handling
here and still use the methods from /tools/, or change it completely to use
basegfx methods similar to ANGLEELLIPSE.

-- 
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/20200605/e33d083a/attachment.htm>


More information about the Libreoffice-bugs mailing list