Browse Source
Update src/Skia/Avalonia.Skia/DrawingContextImpl.cs
Co-authored-by: Benedikt Stebner <Gillibald@users.noreply.github.com>
pull/3871/head
Nikita Tsukanov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Skia/Avalonia.Skia/DrawingContextImpl.cs
|
|
|
@ -205,7 +205,7 @@ namespace Avalonia.Skia |
|
|
|
new SKColor(ac.R, ac.G, ac.B, (byte)(ac.A * opacity)), |
|
|
|
SKDropShadowImageFilterShadowMode.DrawShadowOnly, null); |
|
|
|
|
|
|
|
var paint = new SKPaint { Color = SKColors.White, ImageFilter = filter }; |
|
|
|
var paint = new SKPaint { IsAntialias = true, Color = SKColors.White, ImageFilter = filter }; |
|
|
|
|
|
|
|
return new BoxShadowFilter |
|
|
|
{ |
|
|
|
|