I have a Canvas that I'm drawing on using the graphics.lineTo() method
of the Canvas. When I resize the browser window so the the Canvas gets
smaller the lines that were in the Canvas now extend outside the bounds
of the Canvas and show on other containers.  The only thing I have been
able to do to remove them is to call the graphics.clear() of the
Canvas.  The clipContent property of the Canvas is set to true and it
still shows the lines outside of the bounds of the Canvas.  Is this
expected behavior?  What needs to be done to have the lines drawn on
the Canvas resize with the Canvas to stay contained within the bounds
of the Canvas?  I expected that to happen by default.  I'm using Flex 2
Beta 3.

Thanks.

-Steven





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to