> So, the SVGDiagram wrapped by the SVGImage can still have its elements > changed (similar to the DOM interaction Pivot also has), right?
It can, though we'll need to figure out some way to trigger a repaint if you do that. You could do it in app code, but it would be nicer if it happened automatically. Mark, any suggestions? Does SVGDiagram fire any sort of "region invalidated" events that we could hook into?
