On 2014-02-05 19:07 +0100, mathog wrote:
In _renderItem in src/display/drawing-text.cpp there is a conditional section under
if (_drawing.outline()) {
that never seems to execute. Oddly, give its name, it appears that what it would do if it was ever activated, would be to draw the glyphs and then fill them. (Not stroke them). A breakpoint was placed in there and Inkscape was run for a while, making edits, rotating, scaling, stretching, changing the formatting, converting to paths, but nothing caused execution to enter that section.
I give up - what is the action that makes a text "outline" active?
Outline (wireframe) display mode (menu 'View > Display Mode > Outline ') renders all visible text with solid black fill and no stroke. The code snippet could be related to this display mode.
Regards, V