This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug][Brushes] LinearGradientBrush diagonal platform differences #11571
Labels
a/brushes
e/4 🕓
4
in-progress
This issue has an associated pull request that may resolve it!
t/bug 🐛
Milestone
Description
I've painted three
LinearGradientBrush
objects inFrame
objects:All three gradients move from yellow to green.
On iOS, the three gradients are painted correctly.
On Android, the diagonal gradient goes horizontally from green to yellow. Therefore, not only is the colour order wrong, the direction is also wrong.
On UWP, the diagonal gradient is identical to the horizontal gradient.
See the screenshots below.
Steps to Reproduce
Expected Behavior
Three correct linear gradients - horizontal, vertical, and diagonal.
Actual Behavior
Three correct linear gradients on iOS. Diagonal gradients incorrect on Android and UWP.
Basic Information
Screenshots
iOS:
Android:
UWP:
Reproduction Link
BrushesDemos.zip
The text was updated successfully, but these errors were encountered: