After inkscape 1.3, both on windows and linux, desktop and CLI, if you try to export a PDF or to SVG with text-to-path and shadows, it will freeze inkscape with 100% of CPU.
I noticed some things: - on linux, the file is actually created by inkscape is still freezed - if a <text> is wrapped in a <g> with filter, now the filter is copied on the generated path, resulting in multiple shadows - I was able to not make it freeze on linux by using: --actions=\"select-all;object-to-path;export-filename:" + textToPathOutputPath + ";export-plain-svg;export-do\"
Both the issues (the freeze and the duplicated shadows) were not exiting in inkscape 1.2 but we were not able to generate a filled text with images as for some reason the filters were not working.
After inkscape 1.3, both on windows and linux, desktop and CLI, if you try to export a PDF or to SVG with text-to-path and shadows, it will freeze inkscape with 100% of CPU.
I noticed some things:
- on linux, the file is actually created by inkscape is still freezed
- if a <text> is wrapped in a <g> with filter, now the filter is copied on the generated path, resulting in multiple shadows
- I was able to not make it freeze on linux by using: --actions=\"select-all;object-to-path;export-filename:" + textToPathOutputPath + ";export-plain-svg;export-do\"
Both the issues (the freeze and the duplicated shadows) were not exiting in inkscape 1.2 but we were not able to generate a filled text with images as for some reason the filters were not working.
I have attached an SVG as example.
Thanks