Page 1 of 1

Incorrect Gradient Background Output

Posted: Sun May 19, 2019 6:32 pm
by fangeles
Hi JS-Support team.

The gradient brush seems to be not working correctly on final output.
I am using Bridge v0.4.


Please see attached image below.
Image


Here's my code

Code: Select all

  <RadialGradientBrush GradientOrigin="-0.5,-0.5" Center="0.5,0.5"  RadiusX="0.5" RadiusY="0.5">
                                            <RadialGradientBrush.GradientStops>
                                                <GradientStop Color="Red" Offset="0" />
                                                <GradientStop Color="#00208a" Offset="1.0" />
                                            </RadialGradientBrush.GradientStops>
   </RadialGradientBrush>



Hoping for your feedback.
Thanks.

Re: Incorrect Gradient Background Output

Posted: Sun May 19, 2019 11:47 pm
by JS-Support @Userware
Thanks. Looks like a regression. We'll look into it asap.