[Webkit-unassigned] [Bug 134722] Support radial-gradients with relative offsets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 8 07:15:54 PDT 2014


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





--- Comment #3 from Zalan Bujtas <zalan at apple.com>  2014-07-08 07:16:09 PST ---
(From update of attachment 234558)
View in context: https://bugs.webkit.org/attachment.cgi?id=234558&action=review

> Source/WebCore/css/CSSGradientValue.cpp:401
> +    int origin = 0;
> +    int sign = 1;
>      int edgeDistance = isHorizontal ? size.width() : size.height();

Any particular reason to truncate size.width/height to integral value? both origin and edgeDistance should be float.

-- 
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