Mehmet Filiz
Mehmet Filiz
+1000
@alarkirikal If your svg links are externally sourced and no way to edit them you can edit the parser to skip the tag. ```dart if (event.name == 'style') { _discardSubtree();...
Yeah this is a problem because automation is the reason why we are here right. If I can find a way around this I'll share here.
I have this issue too. Does anybody have found a solution yet?