jquery - How to make canvas cursor image dynamic using css or javascript -


i’m building canvas drawing app, can select different colors color tool, how can make canvas cursor image dynamic filled selected color? in advance, following code make cursor image, static cursor image, wanted make dynamic filled selected color color tool.

.circle64 {   cursor: url('http://www.iconsdownload.net/icons/64/16574-black-circle.png'), pointer; } 


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -