-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening animated svg from url #1534
Comments
Did you ever get this working @schmru? |
@schmru I'm wondering the same as @lfrkovic-spaceiq |
@schmru @lfrkovic-spaceiq @ulisesmac did any of you manage to get this working? I have some animated SVGs on a server and but when I load them using |
Hello @schmru, @thomasread99, @ulisesmac @thomasread99, |
@bohdanprog yes I am still experiencing this issue. I have the animated SVGs stored on a server, and I retrieve them to the app with the following:
where The SVG is appearing correctly on the app, but without the animation. |
@thomasread99, How do you animate your SVGs? Do you have inside your SVG animate tag? |
@bohdanprog the actual SVG itself is animated. I got them from an open source collection, and then added them to my own server. Here is an example of one of them. I do not have it inside an animate tag |
@thomasread99, Unfortunately, we do not currently support that particular animation. Perhaps in the future, we may consider adding that feature, but it is currently unavailable. |
Hello, I have been trying to open animated svg from url (sorry cant give you the url to svg since it is made for work). The svg was made by the designer and it works normal, it is animated, when opening link.
I am using "react-native-svg": "^12.1.0" and am opening svg this way:
<SvgCssUri uri={imageURL} style={imageStyle} height={height} width={width} />
Am I missing something or is this not supported?
The text was updated successfully, but these errors were encountered: