Add an SVG example file
[experiments/svg_interactive_isometric_editor.git] / README
1 An experiment about drawing an isometric cube that can be edited live in
2 Inkscape.
3
4 The code exploits the fact that Inkscape layers are just groups, so cloning
5 a whole layer enables some interesting editing capabilities to Inkscape.
6
7 Inspired by:
8     http://jeroenhoek.nl/articles/svg-and-isometric-projection.html
9     https://github.com/jdhoek/inkscape-isometric-projection