1

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?

Case
  • 4,244
  • 5
  • 35
  • 53
  • 1
    This answer looks promising: http://stackoverflow.com/a/18779917/3903374 – Rick Hitchcock Oct 28 '15 at 17:31
  • 1
    I searched for a solid 30 minutes before posting. Thank you VERY much! The second answer, obviously the first one/Accepted is garbage. – Case Oct 28 '15 at 17:38

0 Answers0