You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: