<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SVG not rendered correctly in Writer (face fill)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116589#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SVG not rendered correctly in Writer (face fill)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116589">bug 116589</a>
              from <span class="vcard"><a class="email" href="mailto:kurt.forrester.fec@gmail.com" title="kurt forrester <kurt.forrester.fec@gmail.com>"> <span class="fn">kurt forrester</span></a>
</span></b>
        <pre>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></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>