Skip to content

Commit

Permalink
Minor fix to ScaleBitmap README. Thanks @Fumio
Browse files Browse the repository at this point in the history
  • Loading branch information
lannymcnie committed Nov 21, 2018
1 parent 58ee855 commit 4f3aaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/ScaleBitmap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Renders a bitmap texture by breaking up an image into a 3x3 grid to create a sca
Example using a 100x100 image:

var sb = new createjs.ScaleBitmap(imagePathOrSrc, new createjs.Rectangle(10,10,80,80));
sb.setDrawSize
sb.setDrawSize(newWidth, newHeight);
stage.addChild(sb);


Expand Down

0 comments on commit 4f3aaee

Please sign in to comment.