Open GoogleCodeExporter opened 9 years ago
I have what seems to be the same problem. I followed the exact steps of the
tutorial and even used the same android.svg as them. But just a blank view
appears. I can change the background color of the imageView and it shows up,
but there is nothing drawn on top of that background.
Original comment by gschier1...@gmail.com
on 21 Sep 2012 at 3:23
Just found a comment in another issue that helped. Apparently it doesn't work
in JellyBean with hardware accelerated rendering. Just call
imageView.setLayerType(View.LAYER_TYPE_SOFTWARE, null) before you draw it.
source: https://code.google.com/p/svg-android/issues/detail?id=37
Original comment by gschier1...@gmail.com
on 21 Sep 2012 at 3:26
Original issue reported on code.google.com by
gikbu...@gmail.com
on 23 Jul 2012 at 3:54Attachments: