Jakub Grzywacz

Results 35 comments of Jakub Grzywacz
trafficstars

@TomCorvus I apologize for any inconvenience caused by the introduction of filters. Since not all filters are implemented yet, the other filters are being removed, resulting in something like this:...

Closing as it has been implemented in https://github.com/software-mansion/react-native-svg/releases/tag/v15.5.0

Great, but it still doesn't seem to work on either `Text` or `TextPath` ```tsx We go up and down, then up again ``` In the example above it only works...

Hi @IncrediblePony, Your SVG has escaped double quotes, `\"` which makes it invalid. You can validate the SVG string and check if it should render properly using this tool: https://validator.w3.org/#validate_by_input....

Thank you for reporting this. However, I'm unable to reproduce the issue. I've tested it on both an emulator and real devices, and the logo appears correctly in both cases....