Bug 32201 - SVG radialGradient example radial-gradient-with-outstanding-focalPoint.svg fails
Summary: SVG radialGradient example radial-gradient-with-outstanding-focalPoint.svg fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 32764 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-06 13:24 PST by Dirk Schulze
Modified: 2010-01-11 15:41 PST (History)
2 users (show)

See Also:


Attachments
Fix radial gradient in SVG (236.74 KB, patch)
2010-01-11 14:26 PST, Dirk Schulze
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.