https://bugs.documentfoundation.org/show_bug.cgi?id=172321
BogdanB <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |g --- Comment #2 from BogdanB <[email protected]> --- In the header2.xml from the document content we can read this: <w:drawing><wp:anchor distT="0" distB="0" distL="0" distR="0" simplePos="0" relativeHeight="9999999" behindDoc="1" locked="0" layoutInCell="1" allowOverlap="1" wp14:anchorId="02AB6C24" wp14:editId="07777777"><wp:simplePos x="0" y="0"/><wp:positionH relativeFrom="page"><wp:posOffset>4536</wp:posOffset></wp:positionH><wp:positionV relativeFrom="page"><wp:posOffset>850</wp:posOffset></wp:positionV><wp:extent cx="2279904" cy="420624"/><wp:effectExtent l="0" t="0" r="0" b="0"/><wp:wrapNone/><wp:docPr id="1" name="Picture" descr="rId1.jpg"/><wp:cNvGraphicFramePr><a:graphicFrameLocks xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" noChangeAspect="1"/></wp:cNvGraphicFramePr><a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"><a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:nvPicPr><pic:cNvPr id="1" name="rId1.jpg"/><pic:cNvPicPr/></pic:nvPicPr><pic:blipFill><a:blip r:embed="rId1" cstate="print"/><a:stretch><a:fillRect/></a:stretch></pic:blipFill><pic:spPr><a:xfrm><a:off x="0" y="0"/><a:ext cx="2279904" cy="420624"/></a:xfrm><a:prstGeom prst="rect"><a:avLst/></a:prstGeom></pic:spPr></pic:pic></a:graphicData></a:graphic></wp:anchor></w:drawing This is the code part of your image. <wp:posOffset>4536</wp:posOffset>, that is approximately 0.005 inches. In LibreOffice I can see From Left, 0.01 cm. So, LibreOffice is rendering this document correct. -- You are receiving this mail because: You are the assignee for the bug.
