mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40: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
|
@ -678,6 +678,7 @@ impl BlockFlow {
|
|||
fn is_replaced_content(&self) -> bool {
|
||||
match self.fragment.specific {
|
||||
SpecificFragmentInfo::ScannedText(_) |
|
||||
SpecificFragmentInfo::Svg(_) |
|
||||
SpecificFragmentInfo::Image(_) |
|
||||
SpecificFragmentInfo::Canvas(_) |
|
||||
SpecificFragmentInfo::InlineBlock(_) => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue