Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update Maui.Graphics #1655

Merged
merged 4 commits into from
Jul 14, 2021
Merged

Update Maui.Graphics #1655

merged 4 commits into from
Jul 14, 2021

Conversation

mattleibow
Copy link
Member

Description of Change

Bump Maui.Graphics to the new happy place.

@@ -274,8 +274,7 @@ public void ConfigureServices(HostBuilderContext context, IServiceCollection ser
#elif __ANDROID__
services.AddSingleton<IGraphicsService>(NativeGraphicsService.Instance);
#elif WINDOWS
// TODO: Implement GetPathBounds in Microsoft.Maui.Graphics
//services.AddSingleton<IGraphicsService>(W2DGraphicsService.Instance);
services.AddSingleton<IGraphicsService>(W2DGraphicsService.Instance);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Redth Redth merged commit 61cc1c8 into release/6.0.1xx-preview6 Jul 14, 2021
@Redth Redth deleted the dev/update-graphics branch July 14, 2021 00:31
Redth pushed a commit that referenced this pull request Jul 14, 2021
* Update Maui.Graphics

* Register Win2D now that we are ready

* Depend on Xamarin.AndroidX.Browser

* updates!
@samhouts samhouts added the area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing label Jul 20, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2023
@samhouts samhouts added fixed-in-6.0.100-preview.7.3 Look for this fix in 6.0.100-preview.7.3! fixed-in-6.0.100-preview.6 Look for this fix in 6.0.100-preview.6! labels Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing fixed-in-6.0.100-preview.6 Look for this fix in 6.0.100-preview.6! fixed-in-6.0.100-preview.7.3 Look for this fix in 6.0.100-preview.7.3!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants