"added TODO"

This commit is contained in:
André Fiedler 2012-03-10 14:28:09 +00:00
parent 6cf3d36624
commit fe4d2c5b81

View File

@ -27,6 +27,7 @@ var reGradients = [
/*
* TODO: Add IE10 vendor prefix (-ms) support
* TODO: Add W3C gradient (linear-gradient) support
* TODO: Add old Webkit -webkit-gradient(radial, ...) support (new Chrome doesn´t support old syntax?!)
* TODO: Maybe some RegExp optimizations are possible ;o)
*/
_html2canvas.Generate.parseGradient = function(css, bounds) {