Summary: | Polygon tool makes one extra point at the end of the path | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | tusooa <tusooa> |
Component: | Tools/Vector | Assignee: | tusooa <tusooa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ghevan, halla |
Priority: | NOR | ||
Version: | 4.2.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/b25b62428036e2e107fd7a8a0d79c9859c177841 | Version Fixed In: | |
Sentry Crash Report: |
Description
tusooa
2019-08-19 12:36:07 UTC
I can confirm this bug, the last point is not merged to the starting point. Let's set bugs to ASSIGNED if someone assigns them :-) Git commit 4356f2a707ca30633abe39898c568599d15b1718 by Tusooa Zhu. Committed on 14/11/2019 at 16:00. Pushed by tusooaw into branch 'master'. Fix bug in polygon tool that adds an extra point We remove the end point if it overlaps with the start point when create the path shape. M +8 -3 plugins/tools/tool_polygon/kis_tool_polygon.cc https://invent.kde.org/kde/krita/commit/4356f2a707ca30633abe39898c568599d15b1718 Git commit b25b62428036e2e107fd7a8a0d79c9859c177841 by Boudewijn Rempt, on behalf of Tusooa Zhu. Committed on 15/11/2019 at 10:10. Pushed by rempt into branch 'krita/4.2'. Fix bug in polygon tool that adds an extra point We remove the end point if it overlaps with the start point when create the path shape. (cherry picked from commit 4356f2a707ca30633abe39898c568599d15b1718) M +8 -3 plugins/tools/tool_polygon/kis_tool_polygon.cc https://invent.kde.org/kde/krita/commit/b25b62428036e2e107fd7a8a0d79c9859c177841 |