-
Notifications
You must be signed in to change notification settings - Fork 86
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
[Question] Some objects in the SVG are being removed #154
Comments
Something is broken here. @samo9789 @antoci-alin did you find a workaround? Does it work in an older version of plugin or did you switch to another vue svg plugin? Maintainers of this project aren't around much anymore. :( |
Unfortunately nope... I just changed the illustration. |
I ended up creating a .vue component and pasting the SVG in it as I couldn't get this tool to do what I needed. I opened this ticket hoping the proper solution would eventually be possible with this package. I didn't try older version, would you know which version to try ? |
Hi,
I suppose this is a question more than an issue, I am using an SVG in order to create an interactive floor plan.
The SVG is made of one image object (the floor plan) and several shapes on top of it (that get highlighted on roll over)
In order for these shapes to be clickable in the component, they have an ID
When loading this SVG file with the component, everything but the main image is stripped away.
I have tried a number of configurations in vue.config.js such as
The SVG is built like this
When imported, I get only the image block and all the path ones are lost.
Can anyone tell me what I am missing ?
Thank you
The text was updated successfully, but these errors were encountered: