<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - <Error>: 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 - <Error>: 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@apple.com" title="Said Abou-Hallawa <sabouhallawa@apple.com>"> <span class="fn">Said Abou-Hallawa</span></a>
</span></b>
<pre>The error message can be output for a case like this:
<svg xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>">
<rect width="100" height="100" fill="yellow" stroke="green" stroke-width="1" stroke-dasharray="0"/>
</svg>
The reason of the error message is adding the attribute: stroke-dasharray="0" or stroke-dasharray="0, 0". 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>