mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
add SVG fragment (SpecificFragmentInfo::Svg)
This commit is contained in:
parent
9876020c22
commit
14934a42d7
4 changed files with 116 additions and 6 deletions
|
@ -1239,7 +1239,8 @@ impl FragmentDisplayListBuilding for Fragment {
|
|||
SpecificFragmentInfo::MulticolColumn |
|
||||
SpecificFragmentInfo::InlineBlock(_) |
|
||||
SpecificFragmentInfo::InlineAbsoluteHypothetical(_) |
|
||||
SpecificFragmentInfo::InlineAbsolute(_) => {
|
||||
SpecificFragmentInfo::InlineAbsolute(_) |
|
||||
SpecificFragmentInfo::Svg(_) => {
|
||||
if opts::get().show_debug_fragment_borders {
|
||||
self.build_debug_borders_around_fragment(state,
|
||||
stacking_relative_border_box,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue