Home › Forums › JavaScript › SVG Position in Pixels › Reply To: SVG Position in Pixels
August 17, 2015 at 1:22 pm
#206678
Participant
Sure, no problem. Could it be you’re looking for the offset related to the parent? That would be position()
because offset()
refers to the window. I made a pen to check before and it seemed correct. If you mean something different, you could always post another small example and we could troubleshoot some more.