bryphe

Results 160 comments of bryphe

I think what tricked me is there is an [`SkSVG`](https://skia.org/user/api/skcanvas_creation#sksvg) class.... but it's for a canvas with a _SVG backend_, not for loading/parsing/rendering SVGs

> Popmotion has one library called ["Pure"](https://popmotion.io/pure/) that has a functional design and has made a lot of good decisions to shape the API so that is usable in different...

> Unfortunately I don't have any Windows machines at hand, so maybe I could start working on the "bounce" / "rubber band scrolling" first, as that part is clearly needed...

> Woah amazing research!! 😮 Seems there's a lot of room to normalize scrolling across platforms. Thanks, right back at you @jchavarri ! 😄 Definitely, I think we can get...

This would be so cool to have. Thinking of the spinning logo in our animated example... but with a gif 😎

Was able to reproduce this. It seems the root issue is that, when we apply a `style` to the `` control, it actually applies it to a _nested_ ``. This...

Ah, ya, we should include the `Revery.Native` module in the documentation (it's pretty out-of-date - working on some improvements here: #446 ). We currently just have the ability to show...

Hi @Ragnar-H , Thanks for logging the issue and all the details! This would certainly be a nice improvement - it can help reduce flicker when starting up apps to...

Just wanted to say thanks for the great investigation and detailed notes, as well as the proposed fix @vhanla ! I need to review it / test a bit and...

Makes sense to share the native components out and have a consistent API surface. I was initially considering a `revery-native` library to host some of these. Some 'native' APIs I'd...