"added TODO"

This commit is contained in:
André Fiedler 2012-03-09 23:11:01 +00:00
parent 12cf519e37
commit c7995061c9

View File

@ -335,6 +335,7 @@ _html2canvas.Generate.Gradient = function(src, bounds) {
canvas.width = bounds.width;
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);
img = new Image();