John O'Neil

Results 16 issues of John O'Neil

Generating a PR just to make this easier to discuss.

This bug is primarily for tracking work to provide additional test images so an external renderer can do apples-to-apples comparisons between Figma, `automotive-design-compose` and renderer X. Will associate current PR...

EDIT: Revising this as I find time to investigate. I'm seeing an issue where a the paths for a Figma node which is the product of a boolean operation are...

enhancement

I'll run down the info that kicked this off below, but the bottom line is, our use of the Impeller renderer requires all textures we use to have pre-multiplied alpha....

This is a little difficult to describe, so a picture is helpful: ![Screenshot from 2024-04-22 21-06-53](https://github.com/google/automotive-design-compose/assets/2950232/5d0ebebf-ce16-4e72-a772-9a19595e5f0a) In the image above, the arrow is represented by a single Vector element (see...

**Describe the bug** I'm really looking for some suggestion in how to debug `autocxx` `Builder` errors. When I generate Rust bindings on a very large C++ codebase as follows: ```...