Skip to content

Commit

Permalink
Update 2012-6-25-fabric-intro-part-1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Dec 26, 2015
1 parent 31aa80f commit e7e7e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/_posts/2012-6-25-fabric-intro-part-1.html
Expand Up @@ -300,7 +300,7 @@ <h3 id="canvas">Canvas</h3>
// or

var canvas = new fabric.Canvas('c');
canvas.backgroundImage = 'http://...';
canvas.canvas.setBackgroundImage(http://...');
canvas.onFpsUpdate = function(){ /* ... */ };
// ...
</pre>
Expand Down

0 comments on commit e7e7e0c

Please sign in to comment.