From c7995061c9e901fe530550cda7c775f0ff661534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fiedler?= Date: Fri, 9 Mar 2012 23:11:01 +0000 Subject: [PATCH] "added TODO" --- src/Generate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Generate.js b/src/Generate.js index 9ce8dfc..5588442 100644 --- a/src/Generate.js +++ b/src/Generate.js @@ -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();