https://issues.apache.org/bugzilla/show_bug.cgi?id=52297

--- Comment #6 from Jared <[email protected]> ---
TextPainter.java, line ~143, added nested if inside of _bullet nullcheck.  This
fixes the text/bullet offset issues in the presentation, still working out the
vertical spacing fix.

if(elem[i]._bullet != null){
    graphics.drawString(elem[i]._bullet.getIterator(), (float)(pen.x +
elem[i]._bulletOffset), (float)pen.y);
    if (elem[i]._textOffset < elem[i]._bulletOffset) 
        elem[i]._textOffset+= elem[i]._bulletOffset+5;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to