Announcing ImageVector Wizard Plugin! :rocket: Hi...
# feed
m
Announcing ImageVector Wizard Plugin! 🚀 Hi everyone đŸ‘‹đŸ» I'm excited to announce my plugin ImageVector Wizard! It converts SVG files to Jetpack Compose
ImageVector
with an optional optimization feature (with svgo & avocado). It uses the same ui as the Vector Asset Studio in Android Studio. Check it out on the JetBrains Plugin Marketplace: ImageVector Wizard

https://www.youtube.com/watch?v=A7TFg0FEDOsâ–Ÿ

kodee happy 5
👍 8
đŸ”„ 7
đŸ‘đŸ» 1
p
intellj doesnt seem to be supported? is it something you plan on implementing? Thanks!
m
IntelliJ support isn't available due to plugin’s dependency on Android Studio sorry
👍 1
kodee sad 3
g
Nice!
a
Please note that the default settings or SVGO strip Viewbox, which greatly affects the rendering. Is that the case here also?
m
Hey @Arjan van Wieringen sorry for late response, I checked this and i believe they removed that from default behavior on this commit https://github.com/JohnAlbin/svgo/commit/e8598b2b7267dec3213d5649511f19a2b369866d if i'm mistaken please let me know 🙏
a
@Mert Özdemir You're right! Amazing 🙂 Because this was an Issue i filed in 2019 😉 And it resulted in quite some Github drama. https://github.com/svg/svgo/issues/1128
m
Yeah, I read it but didn't know you had filed that 😄 They even made memes! 😄
d
Hello! Thanks for your plugin, it works very well 😊 Is there a place where we could make some (small) feedback, or is here a good place?
m
Hello @David LevachĂ©, glad you liked it! 😊 You can write your feedback here i believe
d
OK, thank you 🙂 My source code is located in src/main/kotlin, and not src/main/java, and I'm using the plugin by right clicking on the package where I want the icon to be generated. When using the plugin, the files are automatically generated in the correct package, but in the java sub folder, and not the kotlin one. I've never developed an AS plugin, and I don't know if it's possible or not, but can you determine the exact location from where the plugin has been called?
m
Checked it and you're right, it's a bug. I'll fix it in the next version. Thank you for letting me know đŸ™đŸ»
d
Thank you 🙂
Wow 😯 The update arrived quickly! Thanks 🚀 However, after testing it, I still have the issue 😞 I restarted the IDE, but it did not help
m
That's odd, when i tried with nowinandroid repo it works as intended. Can you please share your package structure with me? You can send me dm
d
I'm afraid there's nothing fancy in my config