Ramez Ragaa

Results 109 comments of Ramez Ragaa

@mattleibow Hello, I'm an Uno Platform dev and I'm following up on this PR (and [the accompanying mono/skia PR](https://github.com/mono/skia/pull/130)). I haven't actually tested the new APIs yet, but here are...

Thanks for getting back to me, @mattleibow. Just to be clear, the struct-vs-class point is merely a suggestion/observation, and I'm okay with the PR either way. * I didn't notice...

@mattleibow No worries. I tested the CI packages today and things are working great!

I'm pretty sure that moving WASM pointers to managed means that any native clipping won't affect hit-testing at all (since we do our own hit tests), but I didn't work...

@easy28 This isn't as powerful as `clip-path`, but you can do something similar with a `Path` and an `ImageBrush`: ```xaml M300,0 500,50 300,100z ```

I can't repro at all on my side. It's extremely weird that different ways of scrolling affect the repro differently. The final vertical offset is all that should matter.

@nickrandolph We had trouble reproducing this when it was first opened. If you have an alternative repro, please post it as well, maybe it will be more reproducible.

@mcNets Unfortunately, I still can't reproduce. (sidenote: I modified the uno.sdk version to 5.5.0-dev.90 because I already had it restored, but it won't matter.) https://github.com/user-attachments/assets/f3866990-99b6-4e4c-8816-75a6cfc35e22 Could you try setting the...

@agneszitte What's left is moving Uno to SkiaSharp 3 :D

I can only reproduce on the wasm/dom canary but I'm looking into #20905, maybe we'll get lucky and find it to be the same problem somehow. Edit: This is actually...