1

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.

john_science
  • 6,325
  • 6
  • 43
  • 60
DotDeeDee
  • 11
  • 1
  • 2

1 Answers1

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