我有一个像这样的vectorDrawable:
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="1668dp"
android:height="1160dp"
android:viewportWidth="1668.0"
android:viewportHeight="1160.0">
<path
android:pathData="M586,394.3 L291.8,394.3 277.7,497.1 270.7,508.3 270.7,650.5 277.7,664.6 293.2,765.9 581.8,765.9"
android:strokeLineCap="butt"
android:strokeColor="#000000"
android:fillColor="#00000000"
android:strokeWidth="5"
android:strokeLineJoin="miter"
android:strokeAlpha="1"/>
<path
android:pathData="M581.6,394.3C581.6,394.3 539.4,473.1 539.4,505.5 539.4,537.9 539.4,611.1 539.4,651.9 539.4,692.7 581.6,765.9 581.6,765.9"
android:strokeLineCap="butt"
android:strokeColor="#000000"
android:fillColor="#00000000"
android:strokeWidth="2"
android:strokeLineJoin="miter"
android:strokeAlpha="1"/>
</vector>
是否有工具允许我使用IDE或类似的东西修改矢量? (拖放ecc)