[Webkit-unassigned] [Bug 225859] Canvas does not respect line cap behaviour for zero-length paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 12:17:23 PDT 2021


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

--- Comment #2 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
WebKit drawing is different from the drawing of Chrome and FireFox. But I can't find the specs for this degenerate case.

We call moveTo() to a point and then we call lineTo() to the same point. So are we supposed to draw a dot at this point? Or should we just assume we are still at the same point and nothing is drawn?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210524/01472db9/attachment.htm>


More information about the webkit-unassigned mailing list