id summary reporter owner description type status priority milestone component version severity resolution keywords cc 2740 Cutline with blend don't blend correctly for some pixel rows asgerpetersen warmerdam "I think {{{ int iY, iX; double dfLastDist = 0; for( iY = 0; iY < nYSize; iY++ ) { for( iX = 0; iX < nXSize; iX++ ) }}} should be {{{ int iY, iX; double dfLastDist; for( iY = 0; iY < nYSize; iY++ ) { dfLastDist = 0; for( iX = 0; iX < nXSize; iX++ ) }}} To reset the distance shortcut when processing a new row. Otherwise odd blending results occur. " defect closed normal 1.6.1 Algorithms 1.6.0 normal fixed cutline blending