Better SVG

This commit is contained in:
soraefir 2024-04-09 19:27:16 +02:00
parent fd0ae64c0d
commit e87f2fac28
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.6 MiB

After

Width:  |  Height:  |  Size: 6.6 MiB

View File

@ -5,7 +5,7 @@ import com.caverock.androidsvg.SVG
class SVGWrapper(ctx: Context) { class SVGWrapper(ctx: Context) {
private var svg: SVG? = SVG.getFromAsset(ctx.assets, "mercator01.svg") private var svg: SVG? = SVG.getFromAsset(ctx.assets, "webmercator01.svg")
fun get(): SVG? { fun get(): SVG? {
return svg return svg