[Webkit-unassigned] [Bug 61600] SVGRadialGradientElement::selfHasRelativeLengths() doesn't consider if cx() is relative

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 22:03:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61600





--- Comment #7 from Ryan Sleevi <rsleevi at chromium.org>  2011-05-26 22:03:15 PST ---
(In reply to comment #6)
> (From update of attachment 95106 [details])
> How do we test this?

Unfortunately, I'm not sure. I'm not familiar with the WebKit code to know what may cause this path to be hit, just that it was "clearly" wrong. Either one of the calls to cy.isRelative() should be removed (since it is redundant) or the more likely answer, that because isRelative() has no side-effects/is const, the likely intent was for cx() and cy() to be checked, just as fx() and fy() are checked.

For what it's worth, the downstream report is at http://code.google.com/p/chromium/issues/detail?id=84141 (originally http://code.google.com/p/chromium/issues/detail?id=83873#c2 )

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list