Summary: | File opens with background color inverted in background fill layer (white shows as black) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | chrispbolduc |
Component: | layer styles | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahab.greybeard, dimula73 |
Priority: | NOR | Keywords: | regression, release_blocker |
Version: | 4.4.2-beta1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/aa86f66b0b0b9cd2d0a1fca0bda1ca6928462ccb | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | link to file that displays issue |
I don't see this happening with the 4.4.1 and 4.4.2-beta1 appimages on Linux, Debian 10. I can reproduce that in krita/4.3 branch. Git commit 6adc6bfbb180bcb0b7bff172452ef9ba256a2e8e by Dmitry Kazakov. Committed on 15/12/2020 at 20:45. Pushed by dkazakov into branch 'krita/4.3'. Fix loading generator layers When loading generator layers we write directly into its internal filter, because KisFilterConfigutration does not have copying API. We used a hack for assigning this filter again, but it stopped working after generator layers got the ability to compare equality of the filter configurations. Related: bug 430244 M +1 -1 plugins/impex/libkra/kis_kra_load_visitor.cpp https://invent.kde.org/graphics/krita/commit/6adc6bfbb180bcb0b7bff172452ef9ba256a2e8e Git commit aa86f66b0b0b9cd2d0a1fca0bda1ca6928462ccb by Dmitry Kazakov. Committed on 15/12/2020 at 20:46. Pushed by dkazakov into branch 'krita/4.4.2'. Fix loading generator layers When loading generator layers we write directly into its internal filter, because KisFilterConfigutration does not have copying API. We used a hack for assigning this filter again, but it stopped working after generator layers got the ability to compare equality of the filter configurations. Related: bug 430244 M +1 -1 plugins/impex/libkra/kis_kra_load_visitor.cpp https://invent.kde.org/graphics/krita/commit/aa86f66b0b0b9cd2d0a1fca0bda1ca6928462ccb |
Created attachment 133989 [details] link to file that displays issue SUMMARY When file created in 4.4.1 is opened in 4.4.2 beta, the fill layer designated as Background shows an inverted color in the fill. A white fill shows as black. This can be restored by going to layer properties, where opening said menu reverts it to the normal setting or recreating the layer. STEPS TO REPRODUCE 1. open file 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Big Sur Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION