InlineGraphicElement positioning issue/question
I haven't spent any time digging into this, but I'm wondering, is there a valid reason that inline graphic elements seem to get positioned differently than text.
The example below (image of results and markup) was created using the online TLF Demo and is simply a bunch of '0's and 'g's with the Google logo inserting between some of the lines. In this particular example the only setting of note is that I set Leading too 100% to help illustrate the positioning "issue".
As you can see the image overlaps with the bottom of the previous line. I highlighted the image and the highlight actually shows where it thinks the image should be (and I agree).
Is this a bug (I have a hard time believing it's not), and if so is there some setting / attribute that could be applied to correct this, or is there some quick fix to put in place for quick positioning.
Thanks!
Bryon
Image capturing results:

Markup:
<?xml version="1.0" encoding="utf-8"?>
<flow:TextFlow whiteSpaceCollapse="preserve" xmlns:flow="http://ns.adobe.com/textLayout/2008"><flow:p><flow:span fontSize="100" lineHeight="100%">0g0g0g</flow:span></flow:p><flow:p><flow:span fontSize="100" lineHeight="100%">g0g0g0</flow:span></flow:p><flow:p><flow:span fontSize="100" lineHeight="100%">0g0g0g</flow:span></flow:p><flow:p><flow:span fontSize="100" lineHeight="100%">g0g0g0</flow:span></flow:p><flow:p><flow:img fontSize="100" lineHeight="100%" height="auto" width="auto" source="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png"/><flow:span fontSize="100" lineHeight="100%"></flow:span></flow:p><flow:p><flow:span fontSize="100" lineHeight="100%">0g0g0g</flow:span></flow:p><flow:p><flow:span fontSize="100" lineHeight="100%">g0g0g0</flow:span></flow:p><flow:p><flow:span fontSize="100"></flow:span></flow:p></flow:TextFlow>
