Bug 430957 - Fill tool too picky with the colour of full transparent pixels.
Summary: Fill tool too picky with the colour of full transparent pixels.
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Tools (show other bugs)
Version: 4.4.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-29 20:01 UTC by brian
Modified: 2023-06-23 21:15 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Testfile for Fill Tool (1.98 MB, application/zip)
2021-03-17 12:59 UTC, Tiar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brian 2020-12-29 20:01:08 UTC
SUMMARY

Fill tool uses the full colour in comparison. This means you can fill an area of transparency and only parts that were previously the same colour will be filled together.

STEPS TO REPRODUCE
1. Use erase mode to erase separate colours.
2. Use fill tool to fill in the transparent portion. 

OBSERVED RESULT
Only previously contiguous areas will be filled.

EXPECTED RESULT
Transparency is transparency and should fill as one consistent area.


SOFTWARE/OS VERSIONS
Arch Linux - 5.9.12
Krita - 4.4.1 - packaged
QT5 - 5.15.2-1
Comment 1 Tiar 2021-03-17 12:59:25 UTC
Created attachment 136786 [details]
Testfile for Fill Tool

Settings for the Fill Tool:
- Fast Mode - off
- Threshold - 1
- Grow - 0px
- Feathering radius - 0
- Fill entire selection - false
- Use selection as boundary - false
- Sample - Current Layer
- Use pattern - false
Comment 2 Freya Lupen 2023-06-23 21:15:33 UTC
Fixed in 5.2.0-prealpha by commit c97c2fa4 (https://invent.kde.org/graphics/krita/-/merge_requests/1820).