Is it possible to get a list of all the paths from the svg? I basically want to create a ForEach and iterate over the paths creating my own View in order to do a tapGesture on each path and fill in it's assigned hex color value.
Yes I'm basically trying to create a coloring app in SwiftUI.