[Webkit-unassigned] [Bug 16969] New: CanvasRenderingContext2D.idl needs arguments for [custom] functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 23:58:25 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16969

           Summary: CanvasRenderingContext2D.idl needs arguments for
                    [custom] functions
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
               URL: http://developer.apple.com/documentation/AppleApplicatio
                    ns/Reference/WebKitDOMRef/a00006.html#0d89da2c5d455df527
                    5b416a94b7c30f
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: EasyFix
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


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


-- 
Configure bugmail: http://bugs.webkit.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