Clipping?
Hi
I'm using text flow layout for displaying animations in text, which is working pretty well so far, but if the animation goes over the boundaries of the textflow object, it seems to be clipped (i.e. one animation has a jumping person, which gets clipped at the top if it's on the first line). I've tried using clipContent="false" on the canvas that holds the text, but with no luck and am now a bit baffled. Anyone know what might be causing the clipping (I've attached an image below)?
To give you some idea of composition, I have a holding sprite, which is passed into a DisplayObjectContainerController.
The textflow is made up of a ParagraphElement, which in turn holds either span, link or inlinegraphic elements (animations loaded in using inlinegraphicelement). If the animations are displayed away from the edge of the textflow object (i.e. not on the first line), they display fine, they only get clipped if they go over the edge.
Any help would be greatly appreciated!

