https://bugs.documentfoundation.org/show_bug.cgi?id=146755
--- Comment #10 from BogdanB <[email protected]> --- <text:p text:style-name="Figure"> <draw:frame draw:style-name="fr1" draw:name="Frame435" text:anchor-type="as-char" svg:y="-11.361cm" svg:width="12.019cm" draw:z-index="0"> <draw:text-box fo:min-height="9.555cm"> <text:p text:style-name="Figure"> <draw:frame draw:style-name="fr2" draw:name="图像13" text:anchor-type="as-char" svg:width="10.603cm" svg:height="8.474cm" draw:z-index="1"> <draw:image xlink:href="Pictures/1000000100000247000001D2DD8C6419EE6A0FF7.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" draw:mime-type="image/png"/> </draw:frame> </text:p> <text:p text:style-name="P5"> 图 <text:sequence text:ref-name="refFigure14" text:name="Figure" text:formula="ooow:Figure+1" style:num-format="1">1</text:sequence> : <text:span text:style-name="T55">公式选项</text:span> </text:p> </draw:text-box> </draw:frame> </text:p> After the change <text:p text:style-name="Figure"> <draw:frame draw:style-name="fr1" draw:name="Frame435" text:anchor-type="as-char" svg:y="-9.543cm" svg:width="12.019cm" draw:z-index="0"> <draw:text-box fo:min-height="9.555cm"> <text:p text:style-name="Figure"> <draw:frame draw:style-name="fr2" draw:name="图像13" text:anchor-type="as-char" svg:width="10.603cm" svg:height="8.474cm" draw:z-index="1"> <draw:image xlink:href="Pictures/1000000100000247000001D248A076D3.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" draw:mime-type="image/png"/> </draw:frame> </text:p> <text:p text:style-name="P3"> 图 <text:sequence text:ref-name="refFigure0" text:name="Figure" text:formula="ooow:Figure+1" style:num-format="1">1</text:sequence> : <text:span text:style-name="T3">公式选项</text:span> </text:p> </draw:text-box> </draw:frame> </text:p> Here's a comparison: Positioning (SVG Y-coordinate): Before the change: svg:y="-11.361cm" After the change: svg:y="-9.543cm" The vertical positioning of the frame has changed, meaning the image is moved slightly up after the change. Image Source: Before the change: The image is linked as 1000000100000247000001D2DD8C6419EE6A0FF7.png. After the change: The image is linked as 1000000100000247000001D248A076D3.png. The image file itself has been changed between the two paragraphs. Text Style Names: Before the change: The text style for the paragraph containing the sequence and description is P5, and the span is styled as T55. After the change: The text style for the same content is now P3, and the span is styled as T3. Different style names are applied in the second version, likely reflecting different formatting settings. -- You are receiving this mail because: You are the assignee for the bug.
