Cannot load any SVG file created with LibreOffice Draw #546
Unanswered
troelsstru
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Can you confirm that your SVG document has been exported from Impress? It would be great if you could send me your SVG document, to help me investigate the problem. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I installed Sozi on my new laptop, but it cannot load any svg-file :-(
Can anyone help? I am NO EXPERT (just recently learned how to use the terminal), so I'm in need of simple explanations :-)
Thanks so much! Sozi is a great program!
Here is more informaion:
I use
Ubuntu 20.04.2 LTS
Sozi release 21.08.02
When I choose an svg-file, it doesn't give me any error message, it just doesn't load.
I have tried both by clicking "open an svg file" in the desktop version of sozi, and from a terminal: "sozi test.svg". The terminal code opens the program, but not the file.
When I press F12, here is the informaion:
__dirname=/usr/lib/sozi/resources/app/src/js /usr/lib/sozi/resources/app/src/js/Storage.js:121
Using handler: Impress /usr/lib/sozi/resources/app/src/js/svg/SVGDocumentWrapper.js:182
Uncaught (in promise) TypeError: Cannot read property 'parentNode' of null
at Function.transform (/usr/lib/sozi/resources/app/src/js/svg/ImpressHandler.js:32)
at Function.fromString (/usr/lib/sozi/resources/app/src/js/svg/SVGDocumentWrapper.js:191)
at Storage.loadSVGData (/usr/lib/sozi/resources/app/src/js/Storage.js:211)
at Storage.setSVGFile (/usr/lib/sozi/resources/app/src/js/Storage.js:195)
After that, the message "DevTools failed to load SourceMap: Could not load content for file:///usr/lib/sozi/resources/app/node_modules/pdf-lib/cjs/index.js.map: ", repeated more than 100 times with different filenames. I'll be happy to post all these lines, if they are any help.
Beta Was this translation helpful? Give feedback.
All reactions