Jan. 28, 2015
3:07 p.m.
First the svg does not resive properly while resizing the window.
What do you mean by this?
How can I also introduce an animated SVG? Like an svg that changes color during a mouse click?
To work with events that are implemented in AthensSvgMorph you have to (as far as I know) access this morph. You can do it by sending #widget message to your model to times like this: svgModel widget widget ==> svgMorph Than morph can handle events like "changes color during a mouse click".
Are there any particular Models that could be used as a container for this SVGMorphAdapter?
SVGMorphAdapter is a class that represents a layer betwen SVGMorph and model of svg in spec. It allows model and morph to "communicate" with each other. Mark