var stage = new Kinetic.Stage({
container: 'container',
width: 490,
height: 300,
});
var layer = new Kinetic.Layer();
I want to make a default image to a stage to be the background of the stage. i'm using kineticjs .
I want to make a default image to a stage to be the background of the stage. i'm using kineticjs . |
|||||
|
|
There are two ways to do this:
1. Assign a background image to the An example of (2) might be:
|
|||||
|
|