We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf3d36 commit fe4d2c5Copy full SHA for fe4d2c5
src/Generate.js
@@ -27,6 +27,7 @@ var reGradients = [
27
/*
28
* TODO: Add IE10 vendor prefix (-ms) support
29
* TODO: Add W3C gradient (linear-gradient) support
30
+ * TODO: Add old Webkit -webkit-gradient(radial, ...) support (new Chrome doesn´t support old syntax?!)
31
* TODO: Maybe some RegExp optimizations are possible ;o)
32
*/
33
_html2canvas.Generate.parseGradient = function(css, bounds) {
0 commit comments