Closed GoogleCodeExporter closed 9 years ago
Hi Shawn, thanks for the report.
This is due to a change in SVGImageView in 1.2.2. The SVGs are now loaded and
parsed asynchronously. Previously the load/parse was done on the UI thread,
which has the effect of slowing done the view layout, and is actively
discouraged by Google/Android. SVGImageView is now doing things the right way.
Apart from it perhaps being an unexpected change for you, is it actually
causing any problems? We are doing things in the recommended way now, so this
behaviour will probably not be changing.
If you need different behaviour, you have the option of loading all the SVGs
yourself and calling setSVG() on each view once they are all loaded.
Original comment by paul.leb...@gmail.com
on 15 Aug 2014 at 8:15
I figured it was because of the asynchronous change. Other than the aesthetic
difference it doesn't have any actual problems. So I guess I'll just leave it
or manually handle the SVGs to prevent the delay.
Original comment by shawnma...@gmail.com
on 15 Aug 2014 at 8:42
Original comment by paul.leb...@gmail.com
on 15 Aug 2014 at 8:46
Original issue reported on code.google.com by
shawnma...@gmail.com
on 15 Aug 2014 at 2:12