RESOLVED DUPLICATE of bug 898416969
CanvasRenderingContext2D.idl needs arguments for [custom] functions
https://bugs.webkit.org/show_bug.cgi?id=16969
Summary CanvasRenderingContext2D.idl needs arguments for [custom] functions
Eric Seidel (no email)
Reported 2008-01-21 23:58:25 PST
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
Eric Seidel (no email)
Comment 1 2008-07-22 10:10:50 PDT
*** This bug has been marked as a duplicate of 8984 ***
Note You need to log in before you can comment on or make changes to this bug.