Open CraigMason opened 4 years ago
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
How can we keep it in the same order, as it is showing the groups of svg that was hidden
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