https://bugs.kde.org/show_bug.cgi?id=461309
Tiar <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tamtamy.tym...@gmail.com --- Comment #2 from Tiar <tamtamy.tym...@gmail.com> --- I would be careful about fixing this bug, because judging from the code in here: "KisCurveOption::ValueComponents KisCurveOption::computeValueComponents(const KisPaintInformation& info) const" (kis_curve_option.cpp, line 389) https://invent.kde.org/graphics/krita/-/blob/master/plugins/paintops/libpaintop/kis_curve_option.cpp#L389 it seems like it was a design choice. There are a few types of sensors and apparently Fuzzy Dab, Fuzzy Stroke, Rotation, Tilt and Drawing Angle are calculated separately from the rest. Whole logic was designed and explained here: https://invent.kde.org/graphics/krita/-/commit/159a61263e6d4f7812ba56e38fa29a1a02dcae11 It seems like it might be necessary for values like Hue etc. -- You are receiving this mail because: You are watching all bug changes.