mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: serialize radial gradients computed value using modern unprefixed style
This commit is contained in:
parent
3c28c7b091
commit
7fc3d59c0b
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ impl nsStyleImage {
|
|||
Gecko_CreateGradient(gecko_shape,
|
||||
gecko_size,
|
||||
gradient.repeating,
|
||||
gradient.compat_mode != CompatMode::Modern,
|
||||
gradient.compat_mode == CompatMode::Moz,
|
||||
gradient.compat_mode == CompatMode::Moz,
|
||||
stop_count as u32)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue