提交 41b04623 编写于 作者: V Vincent Lark

fix typo

上级 6e745c40
......@@ -64,7 +64,7 @@
function ( image ) {
// do something with it
// like drawing a part of if on a canvas
// like drawing a part of it on a canvas
var canvas = document.createElement( 'canvas' );
var context = canvas.getContext( '2d' );
context.drawImage( image, 100, 100 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册