imgly/rembrandt

Bug in prepareImages

bethylamine opened this issue · 0 comments

const maxHeight = Math.max(this._imageB.height, this._imageB.height)

This should be comparing imageA and imageB but it references imageB twice.