v9
v9 copied to clipboard
Support `ImageVector` directly
Can this work an ImageVector directly? (so that existing vectors/illustrations etc can be made stretchable)
Compose is supported since you can convert Android paths to Compose paths. I however can't support image vectors easily since they don't expose the necessary APIs.
Any idea what APIs would be needed to be exposed to enable this? (I have no clue myself)
I could create an issue on the issue tracker, maybe in the future we can see (direct/better?) support 🤔