[webkit-changes] [WebKit/WebKit] 8f3e5c: [Skia] Fix background-size behavior when backgroun...
Pawel Lampe
noreply at github.com
Wed Apr 3 04:55:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8f3e5c6bf81044decce65bb6627203b3e8fda995
https://github.com/WebKit/WebKit/commit/8f3e5c6bf81044decce65bb6627203b3e8fda995
Author: Pawel Lampe <plampe at igalia.com>
Date: 2024-04-03 (Wed, 03 Apr 2024)
Changed paths:
M Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
Log Message:
-----------
[Skia] Fix background-size behavior when background repeats
https://bugs.webkit.org/show_bug.cgi?id=271455
Reviewed by Carlos Garcia Campos.
GraphicsContextSkia::drawPattern is being invoked only when the pattern repetition is expected.
Hence this change removes spurious conditional repetition.
* Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:
(WebCore::GraphicsContextSkia::drawPattern):
Canonical link: https://commits.webkit.org/276995@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list