https://bugs.kde.org/show_bug.cgi?id=411056
--- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- The main problem happens in QPathClipper::clip(). If the newly added ellipse does *not* intersect with the bounding rect of the original selection, then it is just added to the original path with full quality without any clipping. Although if the original bounding rect intersects the new ellipse, then clipping algorithm starts and breaks the curves into segments. -- You are receiving this mail because: You are watching all bug changes.