VectorMaster icon indicating copy to clipboard operation
VectorMaster copied to clipboard

Dynamic control over vector drawables!

Results 21 VectorMaster issues
Sort by recently updated
recently updated
newest added

Note - The vector is appearing fine when used with image view's srcCompat.

Thanks for this awsome library! I used it in production code and it works very well. Still there were 2 issues with it: - When a path and a group...

My vector image has a gradient but it isn't painted when using the VectorMasterDrawable, is this expected? I realize this is a v24+ feature.

hello. your VectorMaster is very good. but It is not visible in API 16. first of all, Successfully registered VectorMasterView on XML. Then, animation was made in Java source using...

I really can't make heads or tails of it ... The only path that is drawn correctly is "phone" but "button", "display" and "outline" are not drawn at all .....

I'm having some troubles in order to achive this I got an xml file as my drawable, if I put the drawable on the xml it works nice, but I...

i do this but no work ; setPathData(M M806.004057 333.205894 364.566136 333.2.271448-167...) update(); how can i do it?

enhancement
help wanted

At first, I could not get the widget working for api 23 marshmallow. The vector graphics were in the res/drawable. It worked fine for api 24 nougat though. I got...

Hi, I have a vector image (**vector_img.xml**): ``` ``` I'm trying to scale vector programmatically like this: ``` VectorMasterDrawable vectorDrawable = new VectorMasterDrawable(context, R.drawable.vector_img); vectorDrawable.setScaleX(1.5f); vectorDrawable.setScaleY(1.5f); ``` The result is...

I've tried to show this VectorDrawable, and it doesn't show the same on VectorMasterView compared to ImageView: [boy.zip](https://github.com/harjot-oberai/VectorMaster/files/11109285/boy.zip) It doesn't show the eyes and the mouth, on both the IDE...