Comment 5 for bug 1644299

Revision history for this message
Alvin Penner (apenner) wrote : Re: text and image not displaying in 0.92pre3

It is possible that the problem is related to the question of who takes precedence when there are multiple specifications of the same font size for the same text. In the file "business card template", at the bottom left, there are four lines of text which are normally visible in Inkscape 0.97 but are not all visible in Inkscape 0.92.

At the top of these lines in the XML tree there is a flowroot with the specification:
flowRoot7771 - font size = 36px

The individual lines each have the specification:
flowPara7777 - font size = 9.74565125px
flowPara7779 - font size = 9.74565125px
flowPara7781 - font size = 9.74565125px
flowPara7783 - font size = 9.74565125px

In Inkscape 0.92 these lines are normally not visible. If I manually edit flowroot7771 to have a font-size 9.75, then all four lines of text become visible. It appears that Inkscape 0.92 is not correctly interpreting the order of precedence of various specifications of font-size.