stylo: serialize radial gradients using modern unprefixed style

This commit is contained in:
Fernando Jiménez Moreno 2017-07-26 12:00:15 +02:00
parent 3d5eb727f6
commit c50e892a04
3 changed files with 70 additions and 20 deletions

View file

@ -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)
};