From dfc0a8a9a08e995486c540046109eed818816679 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Sun, 4 Aug 2013 16:41:36 +0300 Subject: [PATCH] Fix border rendering bug --- src/Parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parse.js b/src/Parse.js index b594d0d..028f907 100644 --- a/src/Parse.js +++ b/src/Parse.js @@ -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;