[Webkit-unassigned] [Bug 8984] New: Add arguments to the custom functions in CanvasRenderingContext2D
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu May 18 15:50:13 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8984
Summary: Add arguments to the custom functions in
CanvasRenderingContext2D
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: andersca at mac.com
The functions
[Custom] void setStrokeColor(/* 1 */);
[Custom] void setFillColor(/* 1 */);
[Custom] void strokeRect(/* 4 */);
[Custom] void drawImage(/* 3 */);
[Custom] void drawImageFromRect(/* 10 */);
[Custom] void setShadow(/* 3 */);
[Custom] void createPattern(/* 2 */);
should have the correct number of arguments specified. The type doesn't matter
since it's ignored when using a custom implementation
--
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