Jake 'Sid' Smith

Results 58 issues of Jake 'Sid' Smith

Add `.on` and `.off` (alias `.bind` and `.unbind`) methods for listening to mouse events etc. These should return custom events with the mouse position relative to the canvas (taking density...

enhancement :sparkles:

Create a map from character to aspect ratio, map over text and return font size times ratios, then sum.

enhancement :sparkles:

Plot text along an arc

enhancement :sparkles:

Allow defining plugins to add additional methods e.g. for drawing chart stuff Ensure that plugins cannot override default methods, or each other.

enhancement :sparkles:

Create a clone of the current canvas. Stroke with green and check point. Stroke with red and check point. Do I need to set the canvas to not anti-alias? https://jsfiddle.net/yx09hvs3/

compatability :fire_engine: