chunky_svg icon indicating copy to clipboard operation
chunky_svg copied to clipboard

Composition of Drawings

Open mmmries opened this issue 9 years ago • 0 comments

I want to be able to compose drawings out of multiple SVG definitions to create things like http://devblog.riesd.com/excellent_example.html

Right now the way I do that is by using ChunkySVG + Showoff to create the individual pieces of the picture and then I copy-paste them into an HTML template and hand-write the CSS to position them and animate them. I want to be able to compose the whole page in a single form.

Some Rough Ideas:

  • Keep the coordinate system of the composition separate from the coordinate system of the individual drawings
  • Should we generate CSS to do CSS3 animations or generate javascript to do web animations?

mmmries avatar Apr 07 '15 22:04 mmmries