So, loading an SVG is easy and typically, setting the colour of an display object is easy. I have an SVG which is basically a black silhouette. I want to change the colour dynamically, but setFillColor() does not work and, of course, .fill only sets the colour of the rectangular shape the SVG produces.
Does anyone have a method for colouring, in code, a black SVG?