AndroidSvgLoader
AndroidSvgLoader copied to clipboard
Static SvgLoader instance leads to memory leak
With Leak Canary enabled in my project, it's clear that the static instances field in SvgLoader causes a memory leak.
To work around it, I'm currently using SvgParser directly.
It seems this is a dead lib