Bug 32201

Summary: SVG radialGradient example radial-gradient-with-outstanding-focalPoint.svg fails
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, zimmermann
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Fix radial gradient in SVG none

Description Dirk Schulze 2009-12-06 13:24:04 PST
SVG radialGradient example radial-gradient-with-outstanding-focalPoint.svg fails. Maily because Cg doesn't handle focalPoint on radius of the gradient correctly.
Comment 1 Dirk Schulze 2009-12-18 23:43:53 PST
*** Bug 32764 has been marked as a duplicate of this bug. ***
Comment 2 Dirk Schulze 2009-12-18 23:45:38 PST
Actual it's not a regression Niko. It never worked.
Comment 3 Dirk Schulze 2010-01-11 14:26:48 PST
Created attachment 46309 [details]
Fix radial gradient in SVG

Fix radial gradients in SVG by moving the focalpoint into the circle, defined by the gradients central  point ans radius. We take a radius of 0.99*r to identify these focalPoints, to match the behavior of FF.
Comment 4 Nikolas Zimmermann 2010-01-11 15:07:56 PST
Comment on attachment 46309 [details]
Fix radial gradient in SVG

LGTM, r=me. One step further for a clean SVG baseline on Mac again :-)
Comment 5 WebKit Commit Bot 2010-01-11 15:41:20 PST
Comment on attachment 46309 [details]
Fix radial gradient in SVG

Clearing flags on attachment: 46309

Committed r53106: <http://trac.webkit.org/changeset/53106>
Comment 6 WebKit Commit Bot 2010-01-11 15:41:25 PST
All reviewed patches have been landed.  Closing bug.