I want another three more surface inside this surface how it possible please help me
This is the surface that I have created.
var firstSurface = new Surface({
size: [360, 480],
properties:{
backgroundColor:'blue',
backgroundImage: "url('img/panel-item-ticks-hq.png')",
backgroundSize: '360px 480px',
backgroundRepeat: 'no-repeat'
}
});