thanks for replying quickly, i figured out the problem.
apparently the parent drawview was too small to render the entire oval.
in the html5 version of my app, it clipped the oval, but not in the swf8 
version of my app.
widening the parent drawview fixed the problem.  seeing two different behaviors 
was the confusing part.

thanks,
augusto.

On Feb 23, 2012, at 3:23 AM, Raju Bitter wrote:

> Could you give us a code example?
> 
> On Wed, Feb 22, 2012 at 7:19 AM, augusto callejas <[email protected]> wrote:
>> hi-
>> 
>> i have a drawview that has another drawview as a child.  in that child, i'm 
>> drawing an oval,
>> and that oval is larger than the parent drawview.  when i render to swf, it 
>> renders the entire
>> oval, but in html5, the oval gets clipped.  how can i make it so that the 
>> oval doesn't get clipped
>> in html5?
>> 
>> thanks,
>> augusto.


Reply via email to