With [Leak Canary](https://square.github.io/leakcanary/) enabled in my project, it's clear that the static `instances` field in [SvgLoader](https://github.com/ar-android/AndroidSvgLoader/blob/055f991d17da4602ee42b73f8d38737958cefa39/svgloader/src/main/java/com/ahmadrosid/svgloader/SvgLoader.java#L17) causes a memory leak. To work around it, I'm currently using `SvgParser` directly.