Qt QML LevelAdjust shows strange edge effects when applied to svg source
问题 When applying a LevelAdjust effect to an image, Qt doesn't seem to handle the edges properly. I have a set of svg icons, all drawn in black. I would like to change their color easily on the fly. I am experimenting with the LevelAdjust effect from QtGraphicalEffects 1.12. According to the doc, using minimumOutput should shift the color curve in a linear fashion: blacks will correspond to minimumOutput, white will be white, and colors in between will be a prorated version of minimumOutput. If I