These are extremely useful for being able to change the coloring of assets, for example, by looping through the paths and setting fillColor.
If these are mutable, however, it should be considered that it may be useful for JAMSVGImage to observe the properties of those subpaths in order to trigger setNeedsDisplay() when changed. Currently I expose these properties with a category and am careful to call setNeedsDisplay() manually.
These are extremely useful for being able to change the coloring of assets, for example, by looping through the paths and setting
fillColor.If these are mutable, however, it should be considered that it may be useful for
JAMSVGImageto observe the properties of those subpaths in order to triggersetNeedsDisplay()when changed. Currently I expose these properties with a category and am careful to callsetNeedsDisplay()manually.