Bug 381911

Summary: Make sure the path tool doesn't create bogus line-endings.
Product: [Applications] krita Reporter: wolthera <griffinvalley>
Component: Layers/VectorAssignee: Dmitry Kazakov <dimula73>
Status: RESOLVED UPSTREAM    
Severity: normal CC: halla
Priority: NOR    
Version: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description wolthera 2017-07-02 15:17:32 UTC
Certain combinations of control point and path node give this bug: https://bugs.kde.org/show_bug.cgi?id=328537

They are most common with the begin and ending lines from the path tool, which is unnecessary. (It is a matter of making the controlpoint point the right way), so maybe we should add a check that the path tool doesn't make these odd looking nodes by default.
Comment 1 Dmitry Kazakov 2018-02-13 12:34:55 UTC
It is easier to fix an original bug in Qt than to find a working workaround in Krita :)