svg path is not at the specified location even thought the starting /end point is correct
im using getBoundingClientRect() to get the div position and with that position im generating the spline . if you look at the picture u can see the coords
deleted old post to cleanup code
1 Reply
Can you share anymore code?
How is you SVG positioned and styled?
The reason I ask is because I did something similar a few weeks ago and couldn't get the paths positioned properly until I realized that the svg needed a 100% width and height (of it's container)