Jonah Williams

Results 97 issues of Jonah Williams

Fixes https://github.com/flutter/flutter/issues/140901

platform-ios

This needs a bit more work, but when combined with other changes should allow us to make appending to an atlas much cheaper.

e: impeller

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...

platform-ios

On the macrobenchmarks app: Skia ![flutter_01](https://github.com/flutter/flutter/assets/8975114/0a0f5e6f-1747-43a2-88ad-80ab7f5baa7f) Impeller ![flutter_02](https://github.com/flutter/flutter/assets/8975114/257d9fda-8b1d-408e-9872-530d5e3e227a)

P2
e: impeller
team-engine
triaged-engine

An application that includes these cbl libraries will download and bundle an x86 native couchbase library. Flutter does not support the x86 ABI (only x86_64, so this is entirely wasted....

bug
os:android
flutter

This is a request from customer: castaway, to allow QA builds to have clearer stack traces and error messages. They use debug builds on Android for this, but since debug...

dependency: dart
P1
customer: castaway
team-engine
triaged-engine

With impeller we believe that this will still be a performant path. Furthermore, it may allow even more SVG simplification if we the overdraw optimizer can work on these paths....

## Overview We'd still like the ability to make major revisions, so we'll communicate via semver: Major changes indicate that the format is completely incompatible with old clients. Minor changes...

I've spoken to several client teams that use some combination of SVG parsing and the SVG theme API to provide dynamic colors to an SVG. We should support a compile...

Currently images are simply stretched to fill the given bounds. We should implement https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio to allow customizing how this behaves