mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 19:10:26 +00:00
LibWeb: Remove general SVGFormattingContext FIXME
Since this FIXME was added the SVGFormattingContext has got a fair bit more spec compliant. The other more specific FIXMEs in this file should be more useful.
This commit is contained in:
parent
ac8b892a25
commit
cf0e31ca87
Notes:
sideshowbarker
2024-07-16 22:16:50 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/cf0e31ca87 Pull-request: https://github.com/SerenityOS/serenity/pull/18617 Reviewed-by: https://github.com/gmta
1 changed files with 0 additions and 2 deletions
|
@ -131,8 +131,6 @@ static ViewBoxTransform scale_and_align_viewbox_content(SVG::PreserveAspectRatio
|
|||
|
||||
void SVGFormattingContext::run(Box const& box, LayoutMode layout_mode, AvailableSpace const& available_space)
|
||||
{
|
||||
// FIXME: This a bunch of this thing is an ad-hoc hack.
|
||||
|
||||
auto& svg_svg_element = verify_cast<SVG::SVGSVGElement>(*box.dom_node());
|
||||
|
||||
auto svg_box_state = m_state.get(box);
|
||||
|
|
Loading…
Reference in a new issue