mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
"fixed typo"
This commit is contained in:
parent
2a0dff32b2
commit
d78687a3dc
@ -159,7 +159,7 @@ $(function() {
|
|||||||
img = _html2canvas.Generate.Gradient(src, {
|
img = _html2canvas.Generate.Gradient(src, {
|
||||||
width: 50,
|
width: 50,
|
||||||
height: 50
|
height: 50
|
||||||
}, img);
|
});
|
||||||
|
|
||||||
canvas = document.createElement('canvas');
|
canvas = document.createElement('canvas');
|
||||||
canvas.width = 50;
|
canvas.width = 50;
|
||||||
|
Loading…
Reference in New Issue
Block a user