Description: Imported svg file into libreoffice draw is 25% bigger then is expected. I prepared example. Attached file contains svg with two lines: horizontal line has length 20cm vertical line has length 30cm I want import the file into libreoffice draw in scale 1:5 It means horizontal line should have length 20/5 = 4cm vertical line should have length 30/5 = 6cm There is svg source file <svg width="4.8cm" height="6.8cm" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-2 -2 24 34"> <g id="base" stroke="black" stroke-width="0.1" stroke-linejoin="round" stroke-linecap="round" fill="none"> <line x1="0" y1="0" x2="20" y2="0"/> <line x1="20" y1="0" x2="20" y2="30"/> </g> </svg> Steps to Reproduce: 1. open svg file attachment in libreoffice 2. check lenght of horizontal and vertical line. 3. try open the file in inkscape and check lenght of lines Actual Results: horizontal line has length 5cm vertical line has length 7.5cm Expected Results: horizontal line has length 4cm vertical line has length 6cm Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
Created attachment 130966 [details] Example SVG
You can't confirm your own bugs. Moving back to UNCONFIRMED
Reproduced (opening with Draw, not inserting). 3.6.7.2 gives correct result. Arch Linux 64-bit, KDE Plasma 5 Version: 5.5.0.0.alpha0+ Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63 CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; Locale: fi-FI (fi_FI.UTF-8); Calc: group Built on June 10th 2017 Arch Linux 64-bit Version 3.6.7.2 (Build ID: e183d5b)
Working on debian-stretch in the bibisect-43max repository, I see that the bug started in the range ... commit date s-h -------- ---------- -------- good dadf6508 2015-11-27 bc910480 bad 6ca99eef 2015-11-28 e963e478 I am removing keyword bibisectRequest and adding bibisected.
Regression introduced in range https://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=dc269d07e8e5d71818bc0a546c3daef4d50eb1c7..e963e4788d4d4a493e02d3f6c4b1024f3091c502
No longer reproducible in Version: 6.2.0.0.alpha0+ Build ID: 370a30b6acc5b99b6046440f6b5f4f3f5f9f4b1a CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded Closing as RESOLVED WORKSFORME