Today I encountered performance issues with repeat...
# compose
d
Today I encountered performance issues with repeating
painterResource
in multiple
LazyList
rows, and rendering SVGs as such, leading to the question: Is there a (preferably Compose/Multiplatform) way to generate Vector drawing code from SVGs? As a one-shot is fine though code gen during Gradle build from resources would be even better. I'm hoping that combining this with Baseline Profile use will result in acceptable performance on some ageing hardware.
d
Thanks @Albert Chang!