https://issues.apache.org/bugzilla/show_bug.cgi?id=51765
--- Comment #6 from Mario <[email protected]> --- Created attachment 29276 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29276&action=edit Fixes the incorrect positioning of underline, overline and line-through in flowing text tags This is the correct patch (previous one removed). The text-decorations were still positioned incorrectly if text descended. In this patch the usage of the max y position of the geometric bounds of the glyph vector has been changed in employing the y position of the first glyph in the glyph vector. That is basically the baseline of the glyph vector as I figured it. Results in tests confirm that (see patch test case svg). -- 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]
