| Summary: | Image Split tool does not split evenly on guides | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | aarqon |
| Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | adityarout0280, tamtamy.tymona |
| Priority: | NOR | ||
| Version First Reported In: | 5.2.3 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/3578ec5944881995a322421682c5b8c9026248f1 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Test file | ||
|
Description
aarqon
2024-09-11 03:20:13 UTC
Created attachment 192703 [details]
Test file
Confirming. The test file gave me three different horizontal and three different vertical rectangles (and many squares I didn't check), and they were of heights/widths 15, 16 and 17, instead of all being 16. The fix has been fixed and merged into via MR !2813. The issue was caused by a floating point precision loss during coordinate mapping leading to loss of pixels during width calculation. (In reply to Aditya Rout from comment #3) *issue has been fixed here's the link to MR for detailed cause : https://invent.kde.org/graphics/krita/-/merge_requests/2813 Fixed in https://invent.kde.org/graphics/krita/-/commit/3578ec5944881995a322421682c5b8c9026248f1, then. Thank you! |