https://bugs.freedesktop.org/show_bug.cgi?id=80555

Damien Chambe <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Damien Chambe <[email protected]> ---
Confirm wrong position of pictures with  4.3.0.1 and 4.4.0.0 alpha 0

in 4.2, graphics are rendered as pictures,
in 4.3 / 4.4 they are no more simple pictures, when image artistic effects
applied

when OOXML object source contains :

...
<a:ext uri="{BEBA8EAE-BF5A-486C-A8C5-ECC9F3942E4B}">
<a14:imgProps
xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main";>
<a14:imgLayer r:embed="rId7">
<a14:imgEffect>
<a14:artisticGlowEdges/>
</a14:imgEffect>
</a14:imgLayer>
</a14:imgProps>
</a:ext>


When saving as ODT, pictures with artistic effect is rendered with :
<text:p text:style-name="P1">
<draw:frame text:anchor-type="paragraph" draw:z-index="1" draw:name="Picture 1"
draw:style-name="gr1" draw:text-style-name="P3" svg:width="4.938cm"
svg:height="5.677cm" svg:x="0cm" svg:y="0cm">
<draw:image xlink:href="Pictures/10000201000001AC000001EC6FDB73BD.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
<text:p/>
</draw:image>
</draw:frame>
</text:p>

When no image artistic effect is applied, it is rendered correctly with :
<text:p text:style-name="P2">
<draw:frame draw:style-name="fr1" draw:name="Picture 1" text:anchor-type="char"
svg:x="2.164cm" svg:y="0.041cm" svg:width="4.937cm" svg:height="5.676cm"
draw:z-index="0">
<draw:image xlink:href="Pictures/10000201000001AC000001ECCD78BB4D.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
</draw:frame>
</text:p>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to