Bug 16969
| Summary: | CanvasRenderingContext2D.idl needs arguments for [custom] functions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | Keywords: | EasyFix |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://developer.apple.com/documentation/AppleApplications/Reference/WebKitDOMRef/a00006.html#0d89da2c5d455df5275b416a94b7c30f | ||
Eric Seidel (no email)
CanvasRenderingContext2D.idl needs arguments for [custom] functions
http://developer.apple.com/documentation/AppleApplications/Reference/WebKitDOMRef/a00006.html#0d89da2c5d455df5275b416a94b7c30f
Clearly the docs generation depends on these, we should add them.
[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 be some docs here:
http://www.whatwg.org/specs/web-apps/current-work/#the-canvas
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
*** This bug has been marked as a duplicate of 8984 ***