fix stage.toDataURL defaults

This commit is contained in:
Anton Lavrenov
2018-04-19 14:33:45 +07:00
parent f1e7bf0e8e
commit 272dafe398
5 changed files with 17 additions and 20 deletions

View File

@@ -1641,7 +1641,7 @@
* @param {Number} [config.quality] jpeg quality. If using an "image/jpeg" mimeType,
* you can specify the quality from 0 to 1, where 0 is very poor quality and 1
* is very high quality
* @paremt {Number} [config.pixelRatio] pixelRatio of ouput image url. Default is 1
* @param {Number} [config.pixelRatio] pixelRatio of output image url. Default is 1
* @returns {String}
*/
toDataURL: function(config) {