chunky_svg
chunky_svg copied to clipboard
Composition of Drawings
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?