Need to account for element border when shooting the element to allow seamless stitching e.g ```java Shutterbug.shootElement(driver, webElement, CaptureElement.HORIZONTAL_SCROLL).withBorders(1,1,1,0)save(); ```