I am working on a tool to convert SVGs to ImageVectors (<composables.com/svgtocompose>). SVGs suppo...
a
I am working on a tool to convert SVGs to ImageVectors (composables.com/svgtocompose). SVGs supports some shapes such as <rect> and <polygon>. Can't find anything similar in compose other than support for path and groups. Is it fair to say those don't exist in compose yet?
e
those can all be expressed by paths
a
perfect. thanks for the hint 👌