Browse Source

Fix for netstandard2.0.

pull/10303/head
DJGosnell 4 years ago
parent
commit
4a0a5e68d6
  1. 5
      src/Skia/Avalonia.Skia/SKRoundRectCache.cs

5
src/Skia/Avalonia.Skia/SKRoundRectCache.cs

@ -91,8 +91,9 @@ namespace Avalonia.Skia
base.Clear();
// Clear out the cache of SKPoint arrays.
_radiiCache.Clear();
while (_radiiCache.TryTake(out var item))
{
}
}
}
}

Loading…
Cancel
Save