alexjlockwood / ShapeShifter

SVG icon animation tool for Android, iOS, and the web
https://shapeshifter.design
Apache License 2.0
3.97k stars 200 forks source link

Add rendering and editing support for gradients #144

Open alexjlockwood opened 7 years ago

Shusshu commented 5 years ago

Can you support importing gradient (even without visualisation and editing) so it can be exported to vector drawable?

<aapt:attr name="android:fillColor">
        <gradient
                android:type="linear"
                android:angle="45"
                android:startColor="#00FFFFFF"
                android:endColor="#FFFFFFFF"/>
    </aapt:attr>