From 919c05096e17fa207f8b4cc9bbdc2621d488dcb9 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Fri, 9 Mar 2012 23:26:23 +0000 Subject: [PATCH] "removed TODO" --- src/Generate.js | 1 - 1 file changed, 1 deletion(-) 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) {