Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6c8b2eff6e17dc156bc117767e56e227e08747fd
https://github.com/WebKit/WebKit/commit/6c8b2eff6e17dc156bc117767e56e227e08747fd
Author: Taher Ali <[email protected]>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M Source/WebCore/svg/SVGSVGElement.cpp
Log Message:
-----------
Remove unnecessary repaint in SVGSVGElement::updateCurrentTranslate
https://bugs.webkit.org/show_bug.cgi?id=250273
rdar://problem/104261056
Reviewed by Simon Fraser.
The manual repaint on the document's render view in updateCurrentTranslate()
is redundant. The updateSVGRendererForElementChange() call already schedules
proper invalidation through Document::updateSVGRenderer()
This removes unnecessary work when panning SVG content (via currentTranslate)
* Source/WebCore/svg/SVGSVGElement.cpp:
(WebCore::SVGSVGElement::updateCurrentTranslate):
Canonical link: https://commits.webkit.org/306775@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications