Configuration fragment:
If I remove 'background' line, I get correct color and gradient.
If I remove 'backgroundColor' line, I get correct image over black-white gradient (#000000 backgroundColor).
With both lines there backgroundColor is not applied, #ffffff applied instead.
That fragment worked in 3.1.x, but does not work in 3.2.2
canvas: {
background:'url(...) no-repeat 50pct 50pct',
backgroundColor: '#400000',
backgroundGradient:[0,0.25]
}
With this fragment I get background image over white background, no matter which color specified.If I remove 'background' line, I get correct color and gradient.
If I remove 'backgroundColor' line, I get correct image over black-white gradient (#000000 backgroundColor).
With both lines there backgroundColor is not applied, #ffffff applied instead.
That fragment worked in 3.1.x, but does not work in 3.2.2