Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Bug] Brushes API - Android's direction is inverted to iOS's #11715

@Tommigun1980

Description

@Tommigun1980

iOS:
Screenshot 2020-08-09 at 11 06 24

Android:
Screenshot 2020-08-09 at 11 07 43

Both use the same brush (Android is lacking a drop shadow due to #11714, which is a separate issue):

	            <LinearGradientBrush
		            StartPoint="0, 1" EndPoint="1, 0">
		            <GradientStop Color="{StaticResource MyGradientStartColor}" Offset="0.0" />
		            <GradientStop Color="{StaticResource MyGradientEndColor}" Offset="1.0" />
	            </LinearGradientBrush>

If the coordinate systems are different between the platforms, could Xamarin mediate them to a common format?

Thanks.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions