I need to build a drawing tool which can save to a stream (possibly JSON) and load form the same stream either to display or make changes.
This scenario does not seem to be supported by the drawing API but since the Surface has a draw method, I am assuming it has an internal representation of drawing objects which can be saved and reloaded.
What would be the best approach to achieve this.
Would you have a basic dojo/fiddle available?