Hannes Leutloff
Hannes Leutloff
> ... but it not work with `
Also in `v:media.image`?
Some input on this: I believe this is due to oksvg not supporting `style` tags in SVG. I can't say for sure, but I'm having the same problem and removing...
I've perused the code and I've found something that confuses me: `style` tags should be handled here https://github.com/srwiley/oksvg/blob/a61f04f16b769b01d0ff6df7596ab1464f3cf630/public.go#L61 and the code to do so looks fine to me. Once the...
One more update from me (sorry for the multipost): After looking at the tests I realize that the `style` tag _is_ supported, but only within an enclosing `defs` tag. That...
That is great to hear. Would you mind taking a look at [my PR](https://github.com/srwiley/oksvg/pull/40) then? I'm not sure how clean my implementation is, since I basically circumvent the `inDefs` check...
I'll ping the most active contributors in hopes that they have maintainer rights and take a look at this. @isaacs @ForbesLindesay
Hi @edemaine, thanks for the feedback. I updated the branch. I didn't follow the project in the meantime, so I'm not sure if my changes are still valid. What stands...
@koalazak The current FZ tag analysis is based on this dictionary: https://github.com/flipperdevices/flipperzero-firmware/blob/dev/assets/resources/nfc/assets/mf_classic_dict.nfc
@srwiley asked for my input in #40, so I'm giving it: I don't know a lot about svg gradients, so I can't say for sure that this solution is good....