"added TODO"

This commit is contained in:
MoyuScript 2012-03-09 23:11:01 +00:00
parent c27166410e
commit ab19aff72d

View File

@ -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();