A lightweight Visual Studio Code extension that renders Android VectorDrawable XML files in real time.
Perfect for Android developers who want to iterate quickly on icons, shapes, and vector assets without switching to Android Studio.
Features
Live preview of VectorDrawable XML.
Automatic re-rendering as you edit the file.
Supports the most commonly used VectorDrawable attributes:
android:pathData
android:fillColor
android:fillAlpha
android:strokeColor
android:strokeWidth
android:strokeAlpha
android:fillType (nonZero, evenOdd)
android:trimPathStart
android:trimPathEnd
android:trimPathOffset
Configurable fallback values for all supported attributes.