mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix border rendering bug
This commit is contained in:
parent
5300f20b78
commit
37fbd3f90e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user