uber / cyborg

Display Android Vectordrawables on iOS.
Apache License 2.0
302 stars 19 forks source link

Implements Tint #42

Closed benpious closed 5 years ago

benpious commented 5 years ago

Implements Blend Mode, adds a tint property to VectorView to support this.

I did it as a tuple because it's easier to use in that format, but it's possible a struct would be better, since that lets us provide some default values for common uses cases.

I also chose not to respect the iOS tint color, even though it's technically more appropriate, to maintain parity with Android.

Closes #12.