I’m building a canvas drawing app, where can I select different colors from color tool, how can I make canvas cursor image dynamic filled with selected color? Thanks in advance, following was the code to make cursor image, but this is static cursor image, I just wanted to make this dynamic filled with selected color from color tool.
.circle64 {
cursor: url('http://www.iconsdownload.net/icons/64/16574-black-circle.png'), pointer;
}