Sergey Mikolaytis

Results 5 issues of Sergey Mikolaytis

**Is your feature request related to a problem? Please describe.** I think implement cross-platform support for jump list is a good idea and a good task for someone to implement...

enhancement
os-windows
api-suggestion

**Description of Change** I've added working ANGLE approach to the SkiaSharp.Views.WPF that enables GPU rendering with minimum performance overhead on transferring draw calls between OpenGL and DirectX. This version of...

**Is your feature request related to a problem? Please describe.** We need a fast way to draw a good background blur. Now we are doing it ourselves - getting bad...

**Describe the bug** you cannot disable IME panel appearing and handle shortcuts if IME language is active on macOS. **To Reproduce** Steps to reproduce the behavior: 1. Set InputMethod.SetIsInputMethodEnabled(textBox, false)...

bug
os-macos
os-linux
area-textprocessing

### Description There is no way to draw surface with sampling. SkPaint legacy field is not working also ### Code SKCanvas.DrawSurface(surface,x,y,samplingOptions?,skPaint) ### Expected Behavior _No response_ ### Actual Behavior _No...

type/bug
area/SkiaSharp
tenet/compatibility