mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
"added TODO"
This commit is contained in:
parent
12cf519e37
commit
c7995061c9
@ -335,6 +335,7 @@ _html2canvas.Generate.Gradient = function(src, bounds) {
|
|||||||
canvas.width = bounds.width;
|
canvas.width = bounds.width;
|
||||||
canvas.height = bounds.height;
|
canvas.height = bounds.height;
|
||||||
|
|
||||||
|
// TODO: add support for multi defined background gradients (like radial gradient example in background.html)
|
||||||
gradient = _html2canvas.Generate.parseGradient(src, bounds);
|
gradient = _html2canvas.Generate.parseGradient(src, bounds);
|
||||||
|
|
||||||
img = new Image();
|
img = new Image();
|
||||||
|
Loading…
Reference in New Issue
Block a user