Fix border rendering bug

This commit is contained in:
Niklas von Hertzen 2013-08-04 16:41:36 +03:00
parent 5300f20b78
commit 37fbd3f90e

View File

@ -674,7 +674,7 @@ _html2canvas.Parse = function (images, options) {
c1: [bx + bw, by + bh],
c2: [bx, by + bh],
c3: [bx + borders[3].width, by],
c4: [bx + bw - borders[2].width, by]
c4: [bx + bw - borders[3].width, by]
}, borderRadius[2], borderRadius[3],
borderPoints.bottomRightOuter, borderPoints.bottomRightInner, borderPoints.bottomLeftOuter, borderPoints.bottomLeftInner);
break;