I am new to HTML5. I have an animated sequence inside a canvas that shows a pencil writing different letters like ABC etc. I would like to have this saved and available for playback as a tutorial for the user who would then try and write ABC on the canvas themselves.
Asked
Active
Viewed 3,722 times
1 Answers
2
Check here -- this topic has been touched on before on SO.
It might also be worth considering using an SVG library like raphaelJS instead of canvas -- this would greatly simply your life if you were planning on including any interactivity with these tutorials, and they would certainly make glyph rendering especially easy (using Cufon).

Community
- 1
- 1

Kevin Nielsen
- 4,413
- 21
- 26