File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The following browsers support either the native or the polyfill *canvas.toBlob(
65
65
* Google Chrome on Android 4.0+
66
66
67
67
## Test
68
- [ JavaScript Canvas to Blob Test] ( http ://blueimp.github.io/JavaScript-Canvas-to-Blob/test/)
68
+ [ JavaScript Canvas to Blob Test] ( https ://blueimp.github.io/JavaScript-Canvas-to-Blob/test/)
69
69
70
70
## License
71
71
The JavaScript Canvas to Blob script is released under the [ MIT license] ( http://www.opensource.org/licenses/MIT ) .
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * JavaScript Canvas to Blob Test 2.1 .0
4
+ * JavaScript Canvas to Blob Test 2.2 .0
5
5
* https://github.com/blueimp/JavaScript-Canvas-to-Blob
6
6
*
7
7
* Copyright 2012, Sebastian Tschan
19
19
< meta charset ="utf-8 ">
20
20
< title > JavaScript Canvas to Blob Test</ title >
21
21
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
22
- < link rel ="stylesheet " href ="http: //blueimp.github.io/cdn/css/mocha.min.css ">
22
+ < link rel ="stylesheet " href ="//blueimp.github.io/cdn/css/mocha.min.css ">
23
23
</ head >
24
24
< body >
25
25
< div id ="mocha "> </ div >
26
- < script src ="http: //blueimp.github.io/cdn/js/mocha.min.js "> </ script >
27
- < script src ="http: //blueimp.github.io/cdn/js/expect.min.js "> </ script >
26
+ < script src ="//blueimp.github.io/cdn/js/mocha.min.js "> </ script >
27
+ < script src ="//blueimp.github.io/cdn/js/expect.min.js "> </ script >
28
28
< script >
29
29
mocha . setup ( 'bdd' ) ;
30
30
</ script >
31
- < script src ="http: //blueimp.github.io/JavaScript-Load-Image/js/load-image.min.js "> </ script >
31
+ < script src ="//blueimp.github.io/JavaScript-Load-Image/js/load-image.min.js "> </ script >
32
32
< script src ="../js/canvas-to-blob.js "> </ script >
33
33
< script src ="test.js "> </ script >
34
34
< script >
You can’t perform that action at this time.
0 commit comments