We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ee855 commit 4f3aaeeCopy full SHA for 4f3aaee
extras/ScaleBitmap/README.md
@@ -10,7 +10,7 @@ Renders a bitmap texture by breaking up an image into a 3x3 grid to create a sca
10
Example using a 100x100 image:
11
12
var sb = new createjs.ScaleBitmap(imagePathOrSrc, new createjs.Rectangle(10,10,80,80));
13
- sb.setDrawSize
+ sb.setDrawSize(newWidth, newHeight);
14
stage.addChild(sb);
15
16
0 commit comments