Skip to content
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

Multi svg in a svg root parent #464

Closed
tanphamanhh opened this issue Aug 20, 2018 · 3 comments
Closed

Multi svg in a svg root parent #464

tanphamanhh opened this issue Aug 20, 2018 · 3 comments
Milestone

Comments

@tanphamanhh
Copy link

tanphamanhh commented Aug 20, 2018

I have a svg file. in this root svg, i have some svg child like that:

<svg>
<svg></svg>
<svg></svg>
...
</svg>

when i show this file using SVGView. it did show like i expected.
How can i use that library to view svg file like this?

@f3dm76
Copy link
Collaborator

f3dm76 commented Aug 20, 2018

Unfortunately right now, there is no way to do that. We even have an open issue about that situation
#344
I can only suggest that you check if multiple svg elements are really needed, and if not, replace them with 'g' tags for example.
Anyway, we will let you know once we add support for this kind of files

@tanphamanhh
Copy link
Author

ok, i'll try it
hope this feature will be availabe soon :)

@ystrot ystrot added this to the 0.9.4 milestone Oct 2, 2018
@f3dm76
Copy link
Collaborator

f3dm76 commented Nov 29, 2018

Duplicate #344

@f3dm76 f3dm76 closed this as completed Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants