Browse Source
Merge branch 'master' into fix-slnf
pull/10475/head
Steven Kirk
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
3 deletions
-
src/Avalonia.Base/Media/DrawingContext.cs
-
src/Avalonia.Base/Media/DrawingGroup.cs
|
|
|
@ -277,7 +277,6 @@ namespace Avalonia.Media |
|
|
|
private readonly record struct RestoreState : IDisposable |
|
|
|
{ |
|
|
|
private readonly DrawingContext _context; |
|
|
|
private readonly Matrix _matrix; |
|
|
|
private readonly PushedStateType _type; |
|
|
|
|
|
|
|
public enum PushedStateType |
|
|
|
|
|
|
|
@ -107,8 +107,6 @@ namespace Avalonia.Media |
|
|
|
private readonly DrawingGroup _drawingGroup; |
|
|
|
private readonly IPlatformRenderInterface _platformRenderInterface = AvaloniaLocator.Current.GetRequiredService<IPlatformRenderInterface>(); |
|
|
|
|
|
|
|
private Matrix _transform; |
|
|
|
|
|
|
|
private bool _disposed; |
|
|
|
|
|
|
|
// Root drawing created by this DrawingContext.
|
|
|
|
|