Hi there I'm new to Flex, so forgive me if this is a dumb question. I've been trying to get my head around Flex using Flex builder/Flex 2. Previously I've been working with SVG. So far, I've been unable to figure out how you draw primitive shapes (circles, rectangles, roundedrects etc) in MXML. I can see how to do it in ActionScript and append them to a Canvas that's been declared in MXML, but not how to create them declaratively in the MXML itself. This seems such a basic thing to want to do I can't imagine it is impossible, but so far can't find a way to do it. Is this possible? If so, how? Or am I thinking about this all wrong?
TIA Guy

