[Libreoffice-bugs] [Bug 138069] After inserting SVG/EMF pictures LO-7.x.x creates fallback PNG copy of the picture with incorrect size in pixels

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 10 14:47:49 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=138069

Regina Henschel <rb.henschel at t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rb.henschel at t-online.de

--- Comment #2 from Regina Henschel <rb.henschel at t-online.de> ---
For the png replacement graphic, LibreOffice considers the resolution of the
display. If your display has a resolution of 120dpi you will get a different
number of pixels than with 96dpi. For example: In your case the svg-graphic has
a width of 612px. With 1px = 1/96th inch as defined in SVG2, you get a width of
6.375 inch. For a 120dpi display this results in 765 pixel in the png
replacement image. The information, which resolution was used, is stored in the
png-image too.

Without knowing your display resolution, it is not possible to say whether it
is wrong or not.

-- 
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/20201110/f75ca763/attachment.htm>


More information about the Libreoffice-bugs mailing list