[Webkit-unassigned] [Bug 138555] <Error>: CGContextSetLineDash: invalid dash array: at least one element must be non-zero

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 14:28:22 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=138555

--- Comment #6 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
The error message can be output for a case like this:

<svg xmlns="http://www.w3.org/2000/svg">
    <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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161010/23ddad55/attachment.html>


More information about the webkit-unassigned mailing list