Displaying SVG files in Android

前端 未结 4 599
-上瘾入骨i
-上瘾入骨i 2021-01-31 17:56

I want to create an app that will display position on some floor plan. Navigation is implementing via WiFi in certain way, I\'ve done it and so now I have a problem of displayin

4条回答
  •  -上瘾入骨i
    2021-01-31 18:34

    I've using yet another SVG for Android; seems it is relatively new.

    GPLv3, CSS2 support, fonts, texts and spans, linear and radial gradients, SVG and SVGZ, initial filtering support, images from assets, from web and inline base64-encoded images. Fastest from all I've tried.

    Of course filters support might be better, but except this it works well and even displays 20-megabytes SVG files.

提交回复
热议问题