[webkit-changes] [WebKit/WebKit] c2bb73: [IFC][SVG text] Use iterator in RenderSVGText::lay...
Antti Koivisto
noreply at github.com
Mon Dec 2 03:44:30 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c2bb73ebb9059264a8683c9213a9db79ef249ed0
https://github.com/WebKit/WebKit/commit/c2bb73ebb9059264a8683c9213a9db79ef249ed0
Author: Antti Koivisto <antti at apple.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M Source/WebCore/layout/integration/inline/InlineIteratorInlineBox.cpp
M Source/WebCore/layout/integration/inline/InlineIteratorInlineBox.h
M Source/WebCore/rendering/svg/RenderSVGText.cpp
M Source/WebCore/rendering/svg/RenderSVGText.h
M Source/WebCore/rendering/svg/SVGTextChunkBuilder.h
M Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp
M Source/WebCore/rendering/svg/SVGTextLayoutEngine.h
Log Message:
-----------
[IFC][SVG text] Use iterator in RenderSVGText::layoutCharactersInTextBoxes
https://bugs.webkit.org/show_bug.cgi?id=283823
rdar://140693481
Reviewed by Alan Baradlay.
* Source/WebCore/layout/integration/inline/InlineIteratorInlineBox.cpp:
(WebCore::InlineIterator::InlineBox::descendants const):
* Source/WebCore/layout/integration/inline/InlineIteratorInlineBox.h:
* Source/WebCore/rendering/svg/RenderSVGText.cpp:
(WebCore::RenderSVGText::computePerCharacterLayoutInformation):
(WebCore::RenderSVGText::layoutCharactersInTextBoxes):
* Source/WebCore/rendering/svg/RenderSVGText.h:
* Source/WebCore/rendering/svg/SVGTextChunkBuilder.h:
* Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp:
(WebCore::SVGTextLayoutEngine::beginTextPathLayout):
* Source/WebCore/rendering/svg/SVGTextLayoutEngine.h:
Canonical link: https://commits.webkit.org/287211@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