[Webkit-unassigned] [Bug 5968] Add support for spreadMethod=reflect and repeat on SVG gradients (for CoreGraphics platforms)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 16 21:42:21 PDT 2018


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #20 from Darin Adler <darin at apple.com> ---
Comment on attachment 349809
  --> https://bugs.webkit.org/attachment.cgi?id=349809
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=349809&action=review

> Source/WebCore/svg/SVGStopElement.cpp:102
> +    float colorAlpha = svgStyle.stopColor().alpha() / 255.0;

Should use alphaAsFloat here instead of dividing by 255.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180917/73af7028/attachment.html>


More information about the webkit-unassigned mailing list