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

--- Comment #17 from Xisco FaulĂ­ <[email protected]> ---
I found the reason why it's failing.
The svg files are read from top to bottom, so if we have something like

<style type="text/css">
    .st1{fill:url(#SVGID_1_);stroke:#000000;stroke-miterlimit:10;}
</style>

on top of the document, pNode in
https://opengrok.libreoffice.org/xref/core/svgio/source/svgreader/svgstyleattributes.cxx?r=ec3a14ba#1339
is null because the element #SVGID_1 is not in the mapper yet.
Moving the style block to the bottom would fix the issue...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to