SVG fill
I am creating graphics for a kids learning app. The activity for a kid is to colour the objects with the colour values given in the app.
the object which needs to be coloured is a compound path with white in fill.
I convert this to SVG and proceed further.
The problem which I face sometimes is the object does not get coloured by any colour values. It remains white only. I actually want it to be coloured with any colour I select.

