javascript - Drawing to the background -


i'm creating website lets user draw background color chooses. want let user change background color hex color picker tool.

the latter easy how can let user draw background? possible use canvas background?

should create whole background entire of small divs color change when user drawing?

the best way indeed use <canvas>.

here can find in-depth tutorial how use html5 canvas create drawing app. luck.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -