Open idontveapc opened 1 year ago
sorry images links aren't working (because i already created this issue on other repo(s)).
accordingly...
the *chromium ones...
What both these SVGs have in common is that they use filters. Currently AndroidSVG does not support filters. I am confident that is the cause of the differences.
Until recently, it wasn't really feasible to support filters, due to the lack of support in the Android API. I think it may be somewhat possible now. But implementing support probably won't happen anytime soon, I'm sorry.
Describe the bug
i used a colr1(svg) asset that's said to be "heavy" or "has many layers". that looks: 1. https://private-user-images.githubusercontent.com/122597295/287426560-03a88c3c-af89-4b2e-9c5f-02afe6ed29ec.png 2. https://private-user-images.githubusercontent.com/122597295/287426572-65dbcdd3-5b3b-40f2-ae1e-56a0e0d71299.png
To Reproduce
Expected behavior
*chromium example of how it should be showed:
https://private-user-images.githubusercontent.com/122597295/287426620-7b3e6842-fd64-430e-9ac5-0056e8b335d0.png https://private-user-images.githubusercontent.com/122597295/287426628-7d2f4c71-ca0e-4665-8224-940d39dd1093.png Stack traces
SVG file
use the link(s) given in reproduction steps.
Screenshots
see this comment
Device
Additional context
this library ("Android SVG") is used by "an android app" on which this issue exist.