I am working on a user drawing tool and when they select a different color to draw with I was hoping to chance there pen shaped cursor to that color. Because they can have 16,777,216 possible colors, I am not able create that many images to simply change their cursor with cursor: url().
CSS Example
cursor: url();
Does anyone know of a JavaScript or Canvas solution for this problem?