/ImageVectorFactory

Transforms a Vector Drawable or a SVG path to a Compose ImageVector.

Primary LanguageKotlinApache License 2.0Apache-2.0

Group 9

This project is a fork based on SVG2Compose.

shield

Download

For now, we don't have a .deb or .exe version

How to transform a Vector Drawable

  • Copy your desired drawable path alt text )

  • Select the Vector Drawable file tab

  • Enter the content of your Vector Drawable Svg2Compose_2023-01-30_00-49-43_AdobeExpress

  • Click CONVERT

  • If some colors are not known by the software, you will have to map those colors into an hexa value (ex: #FFFFFF)

  • You can now copy the ImageVector code!

  • And paste it in your project.

Svg2Compose_2023-01-30_00-59-23_AdobeExpress

How to transform a SVG Path

  • Select the SVG path tab
  • Enter your SVG path alt text
  • Click CONVERT
  • You can now copy the ImageVector code!
  • And paste it in your project.

Transform a SVG

Coming soon