<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - &lt;Error&gt;: CGContextSetLineDash: invalid dash array: at least one element must be non-zero"
   href="https://bugs.webkit.org/show_bug.cgi?id=138555#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - &lt;Error&gt;: CGContextSetLineDash: invalid dash array: at least one element must be non-zero"
   href="https://bugs.webkit.org/show_bug.cgi?id=138555">bug 138555</a>
              from <span class="vcard"><a class="email" href="mailto:sabouhallawa&#64;apple.com" title="Said Abou-Hallawa &lt;sabouhallawa&#64;apple.com&gt;"> <span class="fn">Said Abou-Hallawa</span></a>
</span></b>
        <pre>The error message can be output for a case like this:

&lt;svg xmlns=&quot;<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>&quot;&gt;
    &lt;rect width=&quot;100&quot; height=&quot;100&quot; fill=&quot;yellow&quot; stroke=&quot;green&quot; stroke-width=&quot;1&quot; stroke-dasharray=&quot;0&quot;/&gt;
&lt;/svg&gt;

The reason of the error message is adding the attribute: stroke-dasharray=&quot;0&quot; or stroke-dasharray=&quot;0, 0&quot;. At least none-zero element should be in the dash-array.</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>