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

[Bug] Path doesn't draw on iOS 14 #12082

Closed
davidortinau opened this issue Sep 10, 2020 · 0 comments · Fixed by #12109
Closed

[Bug] Path doesn't draw on iOS 14 #12082

davidortinau opened this issue Sep 10, 2020 · 0 comments · Fixed by #12109
Assignees
Labels
a/shapes in-progress This issue has an associated pull request that may resolve it! iOS 14 p/iOS 🍎 t/bug 🐛
Milestone

Comments

@davidortinau
Copy link
Contributor

Description

<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             x:Class="FormsGallery.XamlExamples.PathDemoPage"
             Title="Path Demo">
    <StackLayout>
        <Label Text="Path"
               FontSize="50"
               FontAttributes="Bold"
               HorizontalOptions="Center" />
        <Path Stroke="Black"
              Aspect="Uniform"
              HorizontalOptions="Center"
              HeightRequest="100"
              WidthRequest="100"
              Data="M13.9,16.2
                    L32,16.2 32,31.9 13.9,30.1Z
                    M0,16.2
                    L11.9,16.2 11.9,29.9 0,28.6Z
                    M11.9,2
                    L11.9,14.2 0,14.2 0,3.3Z
                    M32,0
                    L32,14.2 13.9,14.2 13.9,1.8Z" />
       </StackLayout>
</ContentPage>

Screen Shot 2020-09-10 at 12 49 54 PM

Basic Information

  • Version with issue: 5.0.1.1419-nightly
  • Platform Target Frameworks: iOS 14

Reproduction Link

https://github.com/xamarin/xamarin-forms-samples/blob/master/FormsGallery/FormsGallery/FormsGallery/XamlExamples/PathDemoPage.xaml

@davidortinau davidortinau added t/bug 🐛 p/iOS 🍎 s/unverified New report that has yet to be verified iOS 14 labels Sep 10, 2020
@StephaneDelcroix StephaneDelcroix removed the s/unverified New report that has yet to be verified label Sep 11, 2020
@jsuarezruiz jsuarezruiz self-assigned this Sep 11, 2020
@samhouts samhouts added this to the 5.0.0 milestone Sep 15, 2020
@samhouts samhouts added the in-progress This issue has an associated pull request that may resolve it! label Sep 16, 2020
@samhouts samhouts modified the milestones: 5.0.0, 4.8.0 Sep 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/shapes in-progress This issue has an associated pull request that may resolve it! iOS 14 p/iOS 🍎 t/bug 🐛
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants