Joan Magnet
Joan Magnet
All of them. LinkedIn is not my piece of cake
I'm having the same issue in a Rpi CM4 device, but with a different symbol. https://github.com/unoplatform/uno/issues/20429
@MartinZikmund Isn't this issue covered with these tests? 
Is it because of this? https://github.com/unoplatform/uno/blob/dc047075b75cc9a7ad02c16f385324e21f7e512d/src/Uno.UI.Composition/Composition/BorderVisual.skia.cs#L173-L185
@agneszitte yes I can. I updated to 5.4.5 and still happening. In fact in my actual project I'm on `"Uno.Sdk": "5.5.0-dev.62"`. It disappears when I set `BorderThicknes=0` even if there...
@nickrandolph @ramezgerges Here another minimum example built with 5.4.10. I used mouse wheel to scroll the content. https://github.com/user-attachments/assets/deecc966-165b-45f7-a105-741c7508acf1 [UnoScrollArea.zip](https://github.com/user-attachments/files/17479247/UnoScrollArea.zip)
@ramezgerges 👍 By adding `3.0.0-preview.4.1` to the project it works fine with `5.4.10` and `5.5.0-dev.90`
@jeromelaban maybe I'm wrong, but `CompositionCapabilities.AreEffectsFast()` should work. It's actually throwing a warning. (AreEffectsFast is not implemented in Uno), but it returns true on a Windows machine. I haven't tested...
@HakanL sorry I made a typo, it is `AreEffectsFast()` method.
`GtkHost` still publish `RenderSurfaceType`, the question is how to get `GtkHost` from `SkiaHostBuilder`. ```csharp /// /// Gets or sets the current Skia Render surface type. /// /// If null, the...