Comment 26 for bug 388257

Revision history for this message
su_v (suv-lp) wrote : Re: [Bug 388257] Re: Inkscape 0.47Pre: PDF/PS Export 'Text to Paths' gives inconsistent results

re-importing O_clone.ps shows a group of 2 paths, upper 'O' is rendered
twice.

attaching another example trying to illustrate what happens. Somewhere
while parsing the svg-tree for text objects or in a loop (calling the
cairo_glyph_path() function in 'cairo-render-context.cpp'?) a counter
seems not getting reset or updated properly, thus the current text/path
object is appended instead of replacing with every loop.