[Libreoffice-bugs] [Bug 116589] SVG not rendered correctly in Writer (face fill)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Mar 24 13:28:11 UTC 2018


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

--- Comment #5 from kurt forrester <kurt.forrester.fec at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180324/c3732a7f/attachment-0001.html>


More information about the Libreoffice-bugs mailing list