There's no difference in `stat_ecdf(pad=F)` or `stat_ecdf(pad=T)`. I guess in the fix for #1467 parameter `pad` in `stat_ecf` should be included in params: `params = list( n = n, na.rm = na.rm, pad = pad, ... )`