I'm using SVG rendering library for Android create a drawable vector by parsing SVG. Then I want to identify elements of it and make them fillable.
For example I want to identify all six elements separately in the SVG file as follows and I want to make them fillable.
What is the appropriate way to do this?