Looks like SVGView(contentsOf: url) downloads an image synchronously on the main thread 😳 Is there a way to make it download asynchronously on background thread? Like KingFisher library does it: KFImage(url).
Also I can't find any documentation. It would be very helpful.