SVGの中にパス指定のimageタグがある場合、その内容をbase64にしてSVGの中に埋め込みます。対応画像フォーマットはPNGです。
Read this test
gradle
repositories {
maven { url 'https://raw.githubusercontent.com/ukiuni/SVGPNGContainer/master/repository' }
}
dependencies {
compile 'org.ukiuni:svgpngcontainer:1.0.0'
}
Public domain. No warranty at all.