diff options
author | Andreas Kling <kling@serenityos.org> | 2021-09-17 23:12:16 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-18 01:39:59 +0200 |
commit | 92c08ad4ac4765f5aa23f67573c8d52e09c8ceaa (patch) | |
tree | f5ea7ba820a8e28f7988d3a0cb57083e54602af6 /Userland/Libraries/LibCore | |
parent | 4417f26d7c5fa9bb2a116afae34dacba4c5f010a (diff) | |
download | serenity-92c08ad4ac4765f5aa23f67573c8d52e09c8ceaa.zip |
LibWeb: Add SVGFormattingContext to handle SVG box trees
Instead of trying to layout SVG boxes as if they are regular CSS boxes,
let's invent an "SVG formatting context" and let it manage SVG boxes.
To facilitate this, Layout::SVGBox no longer inherits from ReplacedBox,
and is instead a simple, "inline-block" style BlockBox.
Diffstat (limited to 'Userland/Libraries/LibCore')
0 files changed, 0 insertions, 0 deletions