Bug 40392 - Canvas createRadialGradient() should throw INDEX_SIZE_ERR if either radius is negative
Summary: Canvas createRadialGradient() should throw INDEX_SIZE_ERR if either radius is...
Status: RESOLVED DUPLICATE of bug 37176
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 15:47 PDT by Andreas Kling
Modified: 2010-06-10 01:28 PDT (History)
0 users

See Also:


Attachments
Proposed patch (3.92 KB, patch)
2010-06-09 15:49 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2010-06-09 15:47:02 PDT
Canvas createRadialGradient() should throw INDEX_SIZE_ERR if either radius is negative

Spec link:
http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-createradialgradient
Comment 1 Andreas Kling 2010-06-09 15:49:48 PDT
Created attachment 58302 [details]
Proposed patch
Comment 2 Andreas Kling 2010-06-10 01:27:34 PDT

*** This bug has been marked as a duplicate of bug 37176 ***