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

Inlined-SVG is copied in reverse #24

Open
CraigMason opened this issue Mar 27, 2020 · 1 comment
Open

Inlined-SVG is copied in reverse #24

CraigMason opened this issue Mar 27, 2020 · 1 comment

Comments

@CraigMason
Copy link

This line is adding child nodes in reverse. I assume this was done for a reason at the time, as it's more effort to write that loop. Is there a reason for this?

The side effect is, any sibling nodes that would render as stackable are now reversed.

https://github.com/seiyable/vue-simple-svg/blob/master/src/plugin.js#L102

@biorev3pp
Copy link

How can we keep it in the same order, as it is showing the groups of svg that was hidden

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

2 participants