Saving images from HTML5 canvas directly
问题 I went through the demo jsfiddle provided on the highcharts website at http://jsfiddle.net/highcharts/PDnmQ/. When i click the button as save as png, it downloads a file titled as download and not a png file. HTML: <script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/modules/exporting.js"></script> <script src="http://canvg.googlecode.com/svn/trunk/rgbcolor.js"></script> <script src="http://canvg.googlecode.com/svn/trunk/canvg.js"></script>