index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
/
SVGFormattingContext.cpp
Age
Commit message (
Expand
)
Author
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-14
LibWeb: Fix height/width copy paste bug in SVGFormattingContext::run
Brian Gianforcaro
2022-02-28
LibWeb: Add support for 'view-box' attribute to SVGs
Tobias Christiansen
2022-02-21
LibWeb: Rename FormattingState::ensure() -> get_mutable()
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2022-02-16
LibWeb: Remove content-size hack from SVGFormattingContext
Sam Atkins
2022-02-16
LibWeb: Give SVG geometry elements a position
Sam Atkins
2022-02-11
LibWeb: Rename SVGPathBox -> SVGGeometryBox
Sam Atkins
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2021-10-17
LibWeb: Expose FormattingContext type
Andreas Kling
2021-09-18
LibWeb: Implement very naive layout of <path> within <svg>
Andreas Kling
2021-09-18
LibWeb: Add SVGFormattingContext to handle SVG box trees
Andreas Kling