Bug 26063 - Chromium/skia has problems with single stop gradients at 1.0
Summary: Chromium/skia has problems with single stop gradients at 1.0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-28 08:48 PDT by Stephen White
Modified: 2009-05-28 11:09 PDT (History)
1 user (show)

See Also:


Attachments
Minor logic error and comment (1.59 KB, patch)
2009-05-28 09:02 PDT, Stephen White
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen White 2009-05-28 08:48:51 PDT
On gradients with a single stop at 1.0, Chromium/skia renders the colour incorrectly.

See the following layout tests:

LayoutTests/svg/W3C-SVG-1.1/pservers-grad-16-b.svg
LayoutTests/svg/custom/gradient-stop-corner-cases.svg
LayoutTests/svg/custom/js-late-gradient-and-object-creation.svg
Comment 1 Stephen White 2009-05-28 09:02:11 PDT
Created attachment 30740 [details]
Minor logic error and comment
Comment 2 Dimitri Glazkov (Google) 2009-05-28 09:17:19 PDT
Comment on attachment 30740 [details]
Minor logic error and comment

Awesome.