Soft Light: The first comparison should be <=, not <
authorSøren Sandmann <ssp@redhat.com>
Tue, 3 Dec 2013 22:59:42 +0000 (17:59 -0500)
committerSøren Sandmann <ssp@redhat.com>
Tue, 3 Dec 2013 23:14:24 +0000 (18:14 -0500)
commit945ab7a6f3eb6241f07e8f094dc0e647d1f10d9d
tree4aa1402b92856d70b687a93e1141a4a8ba5be78a
parent9ba3a34797399b286dbfe21c7b213a7547abf577
Soft Light: The first comparison should be <=, not <

According to the definition of soft light, the first comparison is
less-than-or-equal, not less-than.
pixman/pixman-combine-float.c
pixman/pixman-combine32.c