[webkit-changes] [WebKit/WebKit] 9ccb32: [Skia] Make conic gradient respect tile and interp...

Georges Basile Stavracas Neto noreply at github.com
Thu Feb 15 05:04:02 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9ccb325015eb41462a33c3f7915d8b47bcd69d2b
      https://github.com/WebKit/WebKit/commit/9ccb325015eb41462a33c3f7915d8b47bcd69d2b
  Author: Georges Basile Stavracas Neto <feaneron at igalia.com>
  Date:   2024-02-15 (Thu, 15 Feb 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/skia/GradientSkia.cpp

  Log Message:
  -----------
  [Skia] Make conic gradient respect tile and interpolation
https://bugs.webkit.org/show_bug.cgi?id=269458

Reviewed by Carlos Garcia Campos.

Use a variant of the SkGradientShader::MakeSweep() constructor that
receives the `tileMode` and `interpolation` variables.

* Source/WebCore/platform/graphics/skia/GradientSkia.cpp:
(WebCore::Gradient::shader):

Canonical link: https://commits.webkit.org/274721@main




More information about the webkit-changes mailing list