Dan Field

Results 553 comments of Dan Field

Skia's `drawImageNine` is not documented this way, but Flutter's API says: > The four regions in the corners are drawn, without scaling, in the four corners of the destination rectangle...

Hmm. I was sure I had found android docs that read like this, but now I cannot :) I think the Flutter docs are just wrong.

(to be clear: there's no intention to work on this for at least the next quarter, but don't want to forget about it either).

There's a workaround for this, which is to just specify the array size as an input to the shader more explicitly.

We generally have issues around dynamically sized SSBO arrays that I'm now looking into.

No, it's fine if it's something required at startup and can't be changed. It's _possible_ to do this on iOS and Android today, but not very easy and would require...

@jonahwilliams don't we already have that problem? Does the tool read your info plist?

My best guess is that parsing is just too slow. I'd like to experiment with another approach to Lottie before making any changes here, but I don't have a timeframe...

I started cleaning up text a few days ago and think I can address this now.