[Libreoffice-bugs] [Bug 118693] FILEOPEN: Drawing has incorrect size
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jan 3 20:30:42 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=118693
--- Comment #10 from Dave Gilbert <freedesktop at treblig.org> ---
Created attachment 168647
--> https://bugs.documentfoundation.org/attachment.cgi?id=168647&action=edit
A docx with a vertical line that ends up horizontal
That commit added a hack to NbcResize that caused it to be skipped if the
resize was 1.0 x 1.0; in my case it's 1 x 1.00022 so it happens; I don't
understand the detail why - possibly it's because in my test case the line
originally had arrows on and it's got:
<wp:extent cx="635" cy="2937510"/>
..
<a:xfrm>
<a:off x="0" y="0"/>
<a:ext cx="0" cy="2936880"/>
</a:xfrm>
where as the existing case has wp:extent cx="0"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210103/5d02bdfb/attachment.htm>
More information about the Libreoffice-bugs
mailing list