Describe the bug
I'm using this svg attached to animate it using a #id > * selector, I guess I could just do it for the paths/rects but anyways -- when it animates it in the text is improperly in the top left corner, and I've checked the actual SVG it works, so it just seems AnimeJS is moving them
To Reproduce
Steps to reproduce the behavior:
Import an SVG with a lot of text fields
Animate it using a target of #svgid > * to target all things inside the SVG
Expected behavior
SVG animates text into the right place
Screenshots
Added above
Desktop (please complete the following information):
OS: [e.g. iOS] Windows 11
Browser [e.g. chrome, safari] Firefox
Version [e.g. 22] latest according to the hamburger in the corner -- 109.0
Additional context
If anyone can help I want this to work right, I'm using AnimeJS as the primary library for my presentation that I'm making, hard to explain, well it's a solar presentation, that wasn't that hard. Is the selector just too much for him? I did that with other SVG's with no problems funny enough
My SVG I need help
Describe the bug I'm using this svg attached to animate it using a
#id > *
selector, I guess I could just do it for the paths/rects but anyways -- when it animates it in the text is improperly in the top left corner, and I've checked the actual SVG it works, so it just seems AnimeJS is moving themTo Reproduce Steps to reproduce the behavior:
#svgid > *
to target all things inside the SVGunfold -- For context here's the originalExpected behavior SVG animates text into the right place
Screenshots Added above
Desktop (please complete the following information):
Additional context If anyone can help I want this to work right, I'm using AnimeJS as the primary library for my presentation that I'm making, hard to explain, well it's a solar presentation, that wasn't that hard. Is the selector just too much for him? I did that with other SVG's with no problems funny enough My SVG I need help