Culprit is the next code in GradientQt.cpp: ``` qreal stopPosition = qMin(lastStop, qreal(1.0f)); ``` Changing it to just `lastStop` fixes the problem, but we need to check if https://bugs.webkit.org/show_bug.cgi?id=41484 reproduces