Open the attachment https://bugs.freedesktop.org/attachment.cgi?id=110836 from issue 62284. LibreOffice acts very slow and at the end, the image is empty. Reason: The fill value currentColor is not resolved, because there exists no color attribute in the file. And in contrast to a browser environment there exist no default value from the target document or from a default css. For a workaround write the attribute color="black" (or any other color you like) into the outermost svg element of the file. In case of this special file, setting black as default color in the branch "currentColor" in /core/svgio/source/svgreader/svgtools.cxx would help. But I think it should not be solved there. I suggest to set a default value for the color attribute at the outermost svg element, but that should be discussed.
Valid issue, setting new.
You can also change black to near black like #020000. I hope this will be corrected to LibreOffice source code, since I have couple hundred SVG pictures.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.