Thank you Nithya :)
On Tue, Apr 12, 2011 at 11:20 AM, nithya flex <[email protected]> wrote: > Here is the code, > > > <s:Group width="100" height="100"> > > > > <s:Ellipse x="0" y="0" top="-1" bottom="-1" right="-1" left="-1" > width="100" height="100"> > > <s:fill> > > <s:SolidColor color="green"/> > > > > </s:fill> > > > > > > </s:Ellipse> > > <s:Ellipse x="0" y="0" width="100" height="100"> > > <s:fill> > > <s:SolidColor color="red"/> > > > > </s:fill> > > > > > > </s:Ellipse> > > </s:Group> > > > On Mon, Apr 11, 2011 at 6:32 PM, madhavi chinni < > [email protected]> wrote: > >> Hi, >> >> I want to draw a border to a circle in Flex.Below is the code which I >> used to draw the circle. >> <s:Ellipse x="0" y="0" width="100" height="100"> >> <s:fill> >> <s:SolidColor color="white"/> >> >> </s:fill> >> >> >> </s:Ellipse> >> Can anyone please let me know how can I draw the border to the circle >> >> Thanks, >> Madhavi >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

