I've incorporated the saving/loading function of drawn graphic referenced in this thread http://forums.esri.com/Thread.asp?c=158&f=2421&t=278259 into my Flex Application, however instead of using the widget I'm using it directly in my code. I slightly modified the code to handle the CompositeFillSymbol, which I'm using in my draw tool..the only issue is when I restore graphics of this type it really slows down the entire viewer. Panning is the most noticeable slow down, any suggestions or ideas?
I've already made sure that each graphic with a CompositeFillSymbol is added only one time.