Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PancakeView CornerRadius & HasShadow or Elevation #57

Closed
lsaudon opened this issue Oct 8, 2019 · 3 comments
Closed

PancakeView CornerRadius & HasShadow or Elevation #57

lsaudon opened this issue Oct 8, 2019 · 3 comments

Comments

@lsaudon
Copy link

lsaudon commented Oct 8, 2019

Hey @sthewissen,
Your fix don't work well. I don't know why but if the first corner is bigger than the others it doesn't work.

            <pancakeView:PancakeView Grid.Row="1"
                                     HorizontalOptions="FillAndExpand"
                                     VerticalOptions="FillAndExpand"
                                     BackgroundColor="Blue"
                                     CornerRadius="0,50,10,40"
                                     HasShadow="True" />
            <pancakeView:PancakeView Grid.Row="2"
                                     HorizontalOptions="FillAndExpand"
                                     VerticalOptions="FillAndExpand"
                                     BackgroundColor="Blue"
                                     CornerRadius="50,0,40,10"
                                     HasShadow="True" />

image

Originally posted by @lsaudon in #42 (comment)

@sthewissen
Copy link
Owner

Looking into it.

@sthewissen
Copy link
Owner

Check 1.3.4-beta.

@lsaudon
Copy link
Author

lsaudon commented Oct 16, 2019

I try on iOS and Android. It's good for me.
Thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants