Wajahat Karim
08/12/2020, 9:04 AMVectorDrawable
in the Canvas. I can only see methods like drawLine
, drawCircle
or drawImage
etc, but there's no method for either bitmap drawing (like I get bitmap from VectorDrawable) or directly for VectorAsset
. I did tried it using the the vector path in form of string like in this example (https://github.com/JorgeCastilloPrz/ComposeFillableLoaders) from @Jorge Castillo . But, I am not able to fill color inside the path with this method. I want to fill the whole drawable from inside. Can anyone tell me how can I do this?Jorge Castillo
08/12/2020, 9:56 AMNader Jawad
08/12/2020, 10:53 PM