diff --git a/src/Generate.js b/src/Generate.js index 07d5d04..6c78441 100644 --- a/src/Generate.js +++ b/src/Generate.js @@ -27,7 +27,6 @@ var reGradients = [ /* * TODO: Add IE10 vendor prefix (-ms) support * TODO: Add W3C gradient (linear-gradient) support - * TODO: Add radial gradient parsing * TODO: Maybe some RegExp optimizations are possible ;o) */ _html2canvas.Generate.parseGradient = function(css, bounds) {