[Webkit-unassigned] [Bug 6510] New: Line not drawn to arc() if no preceded by drawing or moveTo()
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Jan 12 13:46:48 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6510
Summary: Line not drawn to arc() if no preceded by drawing or
moveTo()
Product: WebKit
Version: 412+
Platform: PC
URL: http://www.whatwg.org/specs/web-apps/current-work/#paths
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: web at timaltman.com
CC: ian at hixie.ch
According to the arc() definition, "The [arc] start point is added to the list
of points of the subpath and the current position is joined to that point by a
straight line."
Safari 2.0.2 does not follow this rule unless there is drawing or an explicit
moveTo() prior to the arc(). This should not be necessary, as according to the
definition of beginPath() a) "When the context is created, a call to beginPath
() is implied," and b) "The beginPath() method resets the list of subpaths to
an empty list, and calls moveTo() with the point (0,0)."
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list