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