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

--- Comment #5 from kurt forrester <kurt.forrester....@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to