Fabian Huegle

Results 20 comments of Fabian Huegle

That did not work. The only workaround that seems to work is: private void OnSliderValueChanged(object sender, RangeBaseValueChangedEventArgs e) { _myBorder.InvalidateVisual(); }

But placing this everywhere in the UI seems cumbersome. Hence, is you feeling that this will be solved within the this year?

Great. From my side I would love to see this solved even if I can live with a couple more months...

> It seems to be a Skia bug. `SKCanvas.DrawRoundRect` seems to be somewhat ignoring the clip bounds. Thanks Nikita. Do you think Skia or SkiaSharp bug?

And: would that be fixed with SkiaSharp 3.x and the according Skia version?

Thanks Nikita for checking. Expensive but temporary workarounds may not be the best way. Question is whether it's Skia or SkiaSharp and whether we could make either team fix the...

@kekekeks: - does this allow to locally debug into Avalonia code? - how would I run this locally to have the version in the local nuget cache? - The app...

Indeed I am looking for an Option to debug into Avalonia code and set breakpoints there. Seems this would not be possible with this option right? I also thought about...

I came up with this here which works nicely for me: https://github.com/AvaloniaUI/Avalonia/discussions/14819