Page 1 of 1

[SOLVED] LinearGradientBrush issue (v2.0 - 087)

Posted: Fri Jun 19, 2020 12:46 pm
by luis.rodas
Hi,

LinearGradientBrush has an issue when it runs on WebBrowser. But in the simulator works correctly. Simulator works equals to my WPF application.

<LinearGradientBrush StartPoint="0,0" EndPoint="1,0">
<LinearGradientBrush.GradientStops>
<GradientStop Color="#FF99CCFF" Offset="0" />
<GradientStop Color="#FF000000" Offset="1" />
</LinearGradientBrush.GradientStops>
</LinearGradientBrush>


On the WebBrowser: OnTheWebBrowser.png

On the Simulator: OnTheSimulator.png

Note: On the WebBrowser seems inverted.

Can you reproduce this issue ? Is it possible fix it to next release 2.0 088 ? I have many fill's and background's with gradient (Linear and Radial) and that is important to me.

Best Regards,
Luis F.

Re: LinearGradientBrush issue (v2.0 - 087)

Posted: Mon Jun 22, 2020 6:09 am
by JS-Support @Userware
Thanks for reporting this issue. It looks like a recent regression. We are going to fix it asap.

Re: [SOLVED] LinearGradientBrush issue (v2.0 - 087)

Posted: Tue Jun 30, 2020 1:51 pm
by JS-Support @Userware
The issue has just been fixed in the v2.0.0-alpha68 package.
Thanks.