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

[Bug] Line doesn't draw on iOS 14 #12081

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

[Bug] Line doesn't draw on iOS 14 #12081

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.LineDemoPage"
             Title="Line Demo">
    <StackLayout>
        <Label Text="Line"
               FontSize="50"
               FontAttributes="Bold"
               HorizontalOptions="Center" />
        <Line X1="40"
              Y1="0"
              X2="0"
              Y2="120"
              Stroke="Red"
              HorizontalOptions="Center" />
    </StackLayout>
</ContentPage>

Screen Shot 2020-09-10 at 12 46 30 PM

Basic Information

  • Version with issue: 4.8.x and 5.0.1.1419-nightly

Reproduction Link

https://github.com/xamarin/xamarin-forms-samples/blob/master/FormsGallery/FormsGallery/FormsGallery/XamlExamples/LineDemoPage.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