I am new to jcanvas. :(
I am trying to make a canvas with a Background Color "Black" and want to put an image inside it within a rectangle.. How can it be possible ?
The easiest way to set a background on the canvas is with CSS. However, you can also use drawRect() and drawImage() methods to create a rectangle/image the size of the canvas.
Hello,
I am new to jcanvas. :( I am trying to make a canvas with a Background Color "Black" and want to put an image inside it within a rectangle.. How can it be possible ?
Thanks