Better SVG
This commit is contained in:
parent
fd0ae64c0d
commit
e87f2fac28
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 |
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user