BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.19k stars 226 forks source link

SVG not fully rendered #240

Closed mueller-ma closed 2 years ago

mueller-ma commented 2 years ago

A user of openHAB, an app that uses this lib, claims that a SVG isn't rendered fully: https://github.com/openhab/openhab-android/issues/2749 I can reproduce this issue, but I don't see any log lines of androidsvg, e.g. some error messages or similar.

There are some parts missing, e.g. the cloud icons. According to http://bigbadaboom.github.io/androidsvg/svg_implementation_details.html they should be rendered as <image> tags with data urls are supported.

BigBadaboom commented 2 years ago

Issue240_meteogram.zip

BigBadaboom commented 2 years ago

This is actually a duplicate of #236.

That bug is now fixed. So then so is this one :)