I have an html5 canvas drawing application similar to this http://jsfiddle.net/rnNFB/1/, but using the default cursors the user is not able to tell how big the brush size is (lineWidth setting). Of the default cursors, the cross-hair cursor that has a circle is nearly perfect, I just need to be able to scale the graphic or circle portion up or down depending on the user's brush size setting to reflect how big their next brush stroke will be.
Thanks.
以上就是How to make a scalable custom cursor for HTML5 canvas drawing的详细内容,更多请关注web前端其它相关文章!