https://bugs.documentfoundation.org/show_bug.cgi?id=116589
--- Comment #5 from kurt forrester <[email protected]> ---
Based on the comments thus far I have refined the issue further. It appears to
be an issue with the * preceding the style definition.
Original
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
Fixed
<defs>
<style type="text/css">
{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
--
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